换部分图标

This commit is contained in:
lym
2026-03-10 23:18:39 +08:00
parent ece4cc99e0
commit a516325c7b
6 changed files with 19 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 648 B

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -109,19 +109,19 @@ Page({
var UserPic = (userInfo.UserPic == "" ? "../../images/logo.png" : userInfo.UserPic) var UserPic = (userInfo.UserPic == "" ? "../../images/logo.png" : userInfo.UserPic)
var NCName = userInfo.RealName; var NCName = userInfo.RealName;
var userlist = [{ var userlist = [{
icon: '../../images/iconfont-user.png', icon: '../../images/my_ico3.png',
url: '../myusers/index', url: '../myusers/index',
text: '我的会员' text: '我的会员'
}, { }, {
icon: '../../images/iconfont-user.png', icon: '../../images/my_ico5.png',
url: '../myskusers/index', url: '../myskusers/index',
text: '我的锁客' text: '我的锁客'
}, { }, {
icon: '../../images/iconfont-tgm.png', icon: '../../images/my_ico19.png',
url: '../mytgm/index', url: '../mytgm/index',
text: '我的邀请码' text: '我的邀请码'
}, { }, {
icon: '../../images/iconfont-favorite.png', icon: '../../images/my_ico11.png',
url: '../myfavorite/index', url: '../myfavorite/index',
text: '我的收藏' text: '我的收藏'
}, { }, {
@@ -141,19 +141,19 @@ Page({
text: (userInfo.sjuLevel0 == 2 ? '事业部管理' : (userInfo.sjuLevel0 == 1 ? '申请线上供应链正在审核中...' : '申请门店')) text: (userInfo.sjuLevel0 == 2 ? '事业部管理' : (userInfo.sjuLevel0 == 1 ? '申请线上供应链正在审核中...' : '申请门店'))
}, },
{ {
icon: '../../images/iconfont-user.png', icon: '../../images/my_ico3.png',
url: '../myusers/index', url: '../myusers/index',
text: '我的会员' text: '我的会员'
}, { }, {
icon: '../../images/iconfont-user.png', icon: '../../images/my_ico5.png',
url: '../myskusers/index', url: '../myskusers/index',
text: '我的锁客' text: '我的锁客'
}, { }, {
icon: '../../images/iconfont-tgm.png', icon: '../../images/my_ico19.png',
url: '../mytgm/index', url: '../mytgm/index',
text: '我的邀请码' text: '我的邀请码'
}, { }, {
icon: '../../images/iconfont-favorite.png', icon: '../../images/my_ico11.png',
url: '../myfavorite/index', url: '../myfavorite/index',
text: '我的收藏' text: '我的收藏'
}, { }, {
@@ -181,19 +181,19 @@ Page({
}, },
*/ */
{ {
icon: '../../images/iconfont-user.png', icon: '../../images/my_ico3.png',
url: '../myusers/index', url: '../myusers/index',
text: '我的会员' text: '我的会员'
}, { }, {
icon: '../../images/iconfont-user.png', icon: '../../images/my_ico5.png',
url: '../myskusers/index', url: '../myskusers/index',
text: '我的锁客' text: '我的锁客'
}, { }, {
icon: '../../images/iconfont-tgm.png', icon: '../../images/my_ico19.png',
url: '../mytgm/index', url: '../mytgm/index',
text: '我的邀请码' text: '我的邀请码'
}, { }, {
icon: '../../images/iconfont-favorite.png', icon: '../../images/my_ico11',
url: '../myfavorite/index', url: '../myfavorite/index',
text: '我的收藏' text: '我的收藏'
}, { }, {
@@ -241,22 +241,22 @@ Page({
that.setData({ that.setData({
userListInfo: [{ userListInfo: [{
icon: '../../images/iconfont-user.png', icon: '../../images/my_ico3.png',
url: '../myusers/index', url: '../myusers/index',
text: '我的会员' text: '我的会员'
}, { }, {
icon: '../../images/iconfont-tgm.png', icon: '../../images/my_ico19.png',
url: '../mytgm/index', url: '../mytgm/index',
text: '我的邀请码' text: '我的邀请码'
}, { }, {
icon: '../../images/iconfont-favorite.png', icon: '../../images/my_ico11.png',
url: '../myfavorite/index', url: '../myfavorite/index',
text: '我的收藏' text: '我的收藏'
}, { }, {
icon: '../../images/iconfont-kefu.png', icon: '../../images/my_ico12.png',
text: '联系客服' text: '联系客服'
}, { }, {
icon: '../../images/iconfont-set.png', icon: '../../images/my_ico13.png',
url: '../myto/index', url: '../myto/index',
text: '个人设置' text: '个人设置'
}], }],

View File

@@ -151,7 +151,7 @@
<view class="pintuan-box-to"> <view class="pintuan-box-to">
<view class="pintuan-item" bindtap="onorder" data-id="1" data-index="0"> <view class="pintuan-item" bindtap="onorder" data-id="1" data-index="0">
<view class="item-image"> <view class="item-image">
<image src="../../images/order_ico6.png" /> <image src="../../images/order_ico2.png" />
</view> </view>
<view class="item-title">待付款</view> <view class="item-title">待付款</view>
</view> </view>
@@ -169,7 +169,7 @@
</view> </view>
<view class="pintuan-item" bindtap="onorder" data-id="4" data-index="0"> <view class="pintuan-item" bindtap="onorder" data-id="4" data-index="0">
<view class="item-image"> <view class="item-image">
<image src="../../images/order_ico2.png" /> <image src="../../images/order_ico3.png" />
</view> </view>
<view class="item-title">已完成</view> <view class="item-title">已完成</view>
</view> </view>