|
@@ -30,19 +30,24 @@
|
|
|
<view v-else class="status">{{item.orderStateDesc}}</view>
|
|
|
</view>
|
|
|
<view class="myclient_list_content">
|
|
|
-
|
|
|
- <view class="phone">
|
|
|
- <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/日期@2x.png" />
|
|
|
- <text>
|
|
|
- 团购日期: {{item.grouponStartTime}} 至 {{item.grouponEndTime}}
|
|
|
- </text>
|
|
|
- </view>
|
|
|
- <view class="time">
|
|
|
- <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/出厂编号-线@2x.png" />
|
|
|
- <text>
|
|
|
- 订单编号: {{item.orderNo}}
|
|
|
- </text>
|
|
|
- </view>
|
|
|
+ <view class="phone">
|
|
|
+ <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/日期@2x.png" />
|
|
|
+ <text>
|
|
|
+ 团购日期: {{item.grouponStartTime}} 至 {{item.grouponEndTime}}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="phone">
|
|
|
+ <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/日期@2x.png" />
|
|
|
+ <text>
|
|
|
+ 提货日期: {{item.takeStartTime}} 至 {{item.takeEndTime}}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="time">
|
|
|
+ <image referrerpolicy="no-referrer" src="http://www.gzzzyd.com/groupon/home_slices/出厂编号-线@2x.png" />
|
|
|
+ <text>
|
|
|
+ 订单编号: {{item.orderNo}}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="all-products-body" v-for="(goods, index2) in item.goodsList" :key="index2">
|
|
@@ -220,11 +225,11 @@ export default {
|
|
|
id: 3,
|
|
|
orderStatus: 4,
|
|
|
},
|
|
|
- {
|
|
|
- title: '售后',
|
|
|
- id: 4,
|
|
|
- orderStatus: '',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '售后',
|
|
|
+ // id: 4,
|
|
|
+ // orderStatus: '',
|
|
|
+ // },
|
|
|
],
|
|
|
pageHeight: app.globalData.windowHeight,
|
|
|
|