|
|
@@ -34,13 +34,10 @@ |
|
|
|
<image src="{{erweima}}" class='qrcodeimg' mode='widthFix' bindtap='qrcodeH'></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class='sort'> |
|
|
|
<view bindtap='canSort'>我可换购</view> |
|
|
|
<view class='need' bindtap='need'> |
|
|
|
<view bindtap='canSort' hover-class="btn-hover">我可换购</view> |
|
|
|
<view class='need' bindtap='need' hover-class="btn-hover"> |
|
|
|
<text>所需积分</text> |
|
|
|
<image wx:if="{{sort }}" src='{{sort}}' moda="aspectFill" ></image> |
|
|
|
</view> |
|
|
@@ -61,12 +58,16 @@ |
|
|
|
<view class='price01'> |
|
|
|
<view class='price-num'>{{item.creditPrice}}</view> |
|
|
|
<view class='price-unit'>积分</view> |
|
|
|
<!-- <view class='more' wx:if="{{item.salePrice!=0}}">+</view> |
|
|
|
<view class='price-num' wx:if="{{item.salePrice!=0}}">{{item.salePrice}}</view> |
|
|
|
<view class='price-unit' wx:if="{{item.salePrice!=0}}">元</view> --> |
|
|
|
<view class='price02'>{{'原价 '+item.priceStr+'元'}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='spell-right'> |
|
|
|
<view class='right-button' wx:if="{{item.remainInventory!=0}}">立即换购</view> |
|
|
|
<view class='right-button' wx:if="{{item.salePrice!=0}}">立即购买</view> |
|
|
|
<view class='right-button' wx:if="{{item.salePrice==0&&item.remainInventory!=0}}">立即换购</view> |
|
|
|
<view class='right-button remainInventory' wx:if="{{item.remainInventory==0}}">立即换购</view> |
|
|
|
<!-- <view class='right-text'>剩余{{item.remainInventory}}</view> --> |
|
|
|
</view> |
|
|
|