|
@@ -313,8 +313,8 @@
|
|
|
<block v-for="(item, index) in orderMenuOrigin" :key="index">
|
|
|
<view class="order-item" hover-class="none" @click="goRouter(item)">
|
|
|
<view class="pic">
|
|
|
- <!-- <image :src="item.img" mode=""></image> -->
|
|
|
- <text class="iconfont" :class="item.img"></text>
|
|
|
+ <image :src="item.img" mode=""></image>
|
|
|
+<!-- <text class="iconfont" :class="item.img"></text>-->
|
|
|
</view>
|
|
|
<view class="txt order_menu_title">{{ item.title}}</view>
|
|
|
</view>
|
|
@@ -482,22 +482,22 @@ export default {
|
|
|
}
|
|
|
],
|
|
|
orderMenuOrigin: [{
|
|
|
- img: 'icon-daifukuan',
|
|
|
+ img: 'http://www.gzzzyd.com/groupon/order/待付款@2x.png',
|
|
|
title: '待付款',
|
|
|
url: '/pages/order/index?status=1'
|
|
|
},
|
|
|
{
|
|
|
- img: 'icon-daifahuo',
|
|
|
+ img: 'http://www.gzzzyd.com/groupon/order/待提货@2x.png',
|
|
|
title: '待提货',
|
|
|
url: '/pages/order/index?status=2'
|
|
|
},
|
|
|
{
|
|
|
- img: 'icon-daipingjia',
|
|
|
+ img: 'http://www.gzzzyd.com/groupon/order/已完成@2x.png',
|
|
|
title: '已完成',
|
|
|
url: '/pages/order/index?status=3'
|
|
|
},
|
|
|
{
|
|
|
- img: 'icon-a-shouhoutuikuan',
|
|
|
+ img: 'http://www.gzzzyd.com/groupon/order/售后@2x.png',
|
|
|
title: '售后',
|
|
|
url: '/pages/users/user_return_list/index'
|
|
|
},
|