Browse Source

我的订单数据修改

test
Enzo 4 years ago
parent
commit
1156f4729f
  1. 4
      pages/order/order.vue

4
pages/order/order.vue

@ -12,10 +12,10 @@
<view class="flex-direction justify-around list" v-for="(item, index) in tab.list" :key="item.id" @tap="goDetails(tabIndex,index)"> <view class="flex-direction justify-around list" v-for="(item, index) in tab.list" :key="item.id" @tap="goDetails(tabIndex,index)">
<view class="lf-row-between"> <view class="lf-row-between">
<view class="left" style="position: relative;display: flex;"> <view class="left" style="position: relative;display: flex;">
<image :src="item.product.picture" mode="aspectFill"></image>
<image :src="item.picture" mode="aspectFill"></image>
</view> </view>
<view class="right"> <view class="right">
<view class="lf-line-2 title lf-font-28 lf-color-333" style="line-height: 40rpx;">{{item.product.title}}</view>
<view class="lf-line-2 title lf-font-28 lf-color-333" style="line-height: 40rpx;">{{item.title}}</view>
<view class="lf-flex tips lf-m-t-10"> <view class="lf-flex tips lf-m-t-10">
<text class="progress margin-right-xs lf-color-gray">数量</text> <text class="progress margin-right-xs lf-color-gray">数量</text>
<text class="bought lf-color-gray">x {{item.num}}</text> <text class="bought lf-color-gray">x {{item.num}}</text>

Loading…
Cancel
Save