feat: 增加图标

pull/2/head
TianYu 2023-05-22 14:29:57 +08:00
parent e2f85963ca
commit 0746c080b4
11 changed files with 10 additions and 10 deletions

View File

@ -89,17 +89,17 @@
<!-- <view class="menu-title">我的服务</view> --> <!-- <view class="menu-title">我的服务</view> -->
<u-cell-group> <u-cell-group>
<u-cell title="收货地址" isLink @click="jumpPage('/pages/users/user_address_list/index')"> <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>
<u-cell title="分销中心" v-if="userInfo.userType === 'PROMOTER'" isLink <u-cell title="分销中心" v-if="userInfo.userType === 'PROMOTER'" isLink
@click="jumpPage('/pages/users/user_spread_user/index')"> @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>
<u-cell title="热线电话" value="023-12948338" :value="tenantInfo.serviceMobile" isLink> <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>
<u-cell title="在线客服" value="8:30-17:30" :value="tenantInfo.serviceTime" isLink @click="kefuClick"> <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>
</u-cell-group> </u-cell-group>
</view> </view>
@ -151,31 +151,31 @@
data() { data() {
return { return {
orderMenu: [{ orderMenu: [{
img: '/static/images/order1.png', img: '/static/images/order_icon1.png',
title: '待付款', title: '待付款',
url: '/pages/users/order_list/index?status=0', url: '/pages/users/order_list/index?status=0',
num: 0 num: 0
}, },
{ {
img: '/static/images/order2.png', img: '/static/images/order_icon2.png',
title: '待发货', title: '待发货',
url: '/pages/users/order_list/index?status=1', url: '/pages/users/order_list/index?status=1',
num: 0 num: 0
}, },
{ {
img: '/static/images/order3.png', img: '/static/images/order_icon3.png',
title: '待收货', title: '待收货',
url: '/pages/users/order_list/index?status=2', url: '/pages/users/order_list/index?status=2',
num: 0 num: 0
}, },
{ {
img: '/static/images/order4.png', img: '/static/images/order_icon4.png',
title: '已完成', title: '已完成',
url: '/pages/users/order_list/index?status=3', url: '/pages/users/order_list/index?status=3',
num: 0 num: 0
}, },
{ {
img: '/static/images/order5.png', img: '/static/images/order_icon5.png',
title: '售后/退款', title: '售后/退款',
url: '/pages/users/user_return_list/index', url: '/pages/users/user_return_list/index',
num: 0 num: 0

View File

@ -140,7 +140,7 @@
.then(res => { .then(res => {
that.$store.commit("LOGOUT"); that.$store.commit("LOGOUT");
uni.reLaunch({ uni.reLaunch({
url: '/pages/index/index' url: '/pages/users/login/index'
}); });
}) })
.catch(err => { .catch(err => {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB