|
|
@@ -70,11 +70,17 @@
|
|
|
</view>
|
|
|
<view class='price-nums'>
|
|
|
<text class='prodprice'>
|
|
|
- <text class='symbol' wx:if="{{item.actualTotal}}">¥</text>
|
|
|
+ <text class='symbol'>¥</text>
|
|
|
+ <text class='big-num'>{{wxs.parsePrice(prod.price)[0]}}</text>
|
|
|
+ <text class='small-num'>.{{wxs.parsePrice(prod.price)[1]}}</text>
|
|
|
+ <!-- <text class='symbol' wx:if="{{item.actualTotal}}">¥</text>
|
|
|
<text class='big-num' wx:if="{{item.actualTotal}}">{{wxs.parsePrice(prod.price)[0]}}</text>
|
|
|
<text class='small-num' wx:if="{{item.actualTotal}}">.{{wxs.parsePrice(prod.price)[1]}}</text>
|
|
|
<text class='small-num' wx:if="{{item.actualTotal && item.orderType==3}}" decode="{{true}}"> + </text>
|
|
|
- <text class='big-num' wx:if="{{prod.useScore && item.orderType==3}}">{{prod.useScore}} <text class='small-num'>积分</text></text>
|
|
|
+ <text class='big-num' wx:if="{{prod.useScore && item.orderType==3}}">
|
|
|
+ {{prod.useScore}}
|
|
|
+ <text class='small-num'>积分</text>
|
|
|
+ </text> -->
|
|
|
</text>
|
|
|
<text class="prodcount">x{{prod.prodCount}}</text>
|
|
|
</view>
|