feat: 增加图标
|
@ -89,17 +89,17 @@
|
|||
<!-- <view class="menu-title">我的服务</view> -->
|
||||
<u-cell-group>
|
||||
<u-cell title="收货地址" isLink @click="jumpPage('/pages/users/user_address_list/index')">
|
||||
<u-icon slot="icon" size="32" name="map"></u-icon>
|
||||
<u-icon slot="icon" size="45" name="/static/images/user_icon1.png"></u-icon>
|
||||
</u-cell>
|
||||
<u-cell title="分销中心" v-if="userInfo.userType === 'PROMOTER'" isLink
|
||||
@click="jumpPage('/pages/users/user_spread_user/index')">
|
||||
<u-icon slot="icon" size="32" name="map"></u-icon>
|
||||
<u-icon slot="icon" size="45" name="/static/images/user_icon2.png"></u-icon>
|
||||
</u-cell>
|
||||
<u-cell title="热线电话" value="023-12948338" :value="tenantInfo.serviceMobile" isLink>
|
||||
<u-icon slot="icon" size="32" name="phone"></u-icon>
|
||||
<u-icon slot="icon" size="45" name="/static/images/user_icon3.png"></u-icon>
|
||||
</u-cell>
|
||||
<u-cell title="在线客服" value="8:30-17:30" :value="tenantInfo.serviceTime" isLink @click="kefuClick">
|
||||
<u-icon slot="icon" size="32" name="kefu-ermai"></u-icon>
|
||||
<u-icon slot="icon" size="45" name="/static/images/user_icon4.png"></u-icon>
|
||||
</u-cell>
|
||||
</u-cell-group>
|
||||
</view>
|
||||
|
@ -151,31 +151,31 @@
|
|||
data() {
|
||||
return {
|
||||
orderMenu: [{
|
||||
img: '/static/images/order1.png',
|
||||
img: '/static/images/order_icon1.png',
|
||||
title: '待付款',
|
||||
url: '/pages/users/order_list/index?status=0',
|
||||
num: 0
|
||||
},
|
||||
{
|
||||
img: '/static/images/order2.png',
|
||||
img: '/static/images/order_icon2.png',
|
||||
title: '待发货',
|
||||
url: '/pages/users/order_list/index?status=1',
|
||||
num: 0
|
||||
},
|
||||
{
|
||||
img: '/static/images/order3.png',
|
||||
img: '/static/images/order_icon3.png',
|
||||
title: '待收货',
|
||||
url: '/pages/users/order_list/index?status=2',
|
||||
num: 0
|
||||
},
|
||||
{
|
||||
img: '/static/images/order4.png',
|
||||
img: '/static/images/order_icon4.png',
|
||||
title: '已完成',
|
||||
url: '/pages/users/order_list/index?status=3',
|
||||
num: 0
|
||||
},
|
||||
{
|
||||
img: '/static/images/order5.png',
|
||||
img: '/static/images/order_icon5.png',
|
||||
title: '售后/退款',
|
||||
url: '/pages/users/user_return_list/index',
|
||||
num: 0
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
.then(res => {
|
||||
that.$store.commit("LOGOUT");
|
||||
uni.reLaunch({
|
||||
url: '/pages/index/index'
|
||||
url: '/pages/users/login/index'
|
||||
});
|
||||
})
|
||||
.catch(err => {
|
||||
|
|
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 3.4 KiB |