Commit 8ab7f425 by liuquan

no message

parent 0dbc29c1
......@@ -98,7 +98,7 @@
</view>
<view class="row order-freight">
<view>运费:</view>
<view wx:if="{{item.freight}}">¥ {{item.freight}}</view>
<view wx:if="{{item.freight&&item.freight!='0.00'}}">¥ {{item.freight}}</view>
<view wx:else >包邮</view>
</view>
<view class="actualPay">共{{item.drug_num}}件商品 实付款: <text style="color:#EC5B68;">¥{{item.money}}</text></view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment