Browse Source

顺手改,记得核对

master
Shuixiang 4 years ago
parent
commit
f94086e282
  1. 2
      pages/order/index/onlineorder.vue

2
pages/order/index/onlineorder.vue

@ -35,7 +35,7 @@
<view class="lf-color-333 lf-font-26 lf-line-2" style="max-width: 480rpx;">{{i.item_name}}</view>
<view class="lf-font-24 lf-color-777 lf-m-t-14 lf-row-between" style="width: 100%;">
<view>{{i.item_meta.specs_text}}</view>
<view class="lf-font-32 lf-color-price">{{item2.items_total_yuan}}</view>
<view class="lf-font-32 lf-color-price">{{i.units_total_yuan}}</view>
</view>
</view>
</view>

Loading…
Cancel
Save