Commit 84fe61a0 by liuquan

增加订单服务诊金

parent 086bd896
......@@ -93,6 +93,10 @@
<view>订单价格:</view>
<view>¥ {{item.drug_money}}</view>
</view>
<view class="row order-price">
<view>服务诊金:</view>
<view>¥ {{item.zj}}</view>
</view>
<view class="row order-freight">
<view>运费:</view>
<view>¥ {{item.freight}}</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