换部分图标
This commit is contained in:
@@ -109,19 +109,19 @@ Page({
|
||||
var UserPic = (userInfo.UserPic == "" ? "../../images/logo.png" : userInfo.UserPic)
|
||||
var NCName = userInfo.RealName;
|
||||
var userlist = [{
|
||||
icon: '../../images/iconfont-user.png',
|
||||
icon: '../../images/my_ico3.png',
|
||||
url: '../myusers/index',
|
||||
text: '我的会员'
|
||||
}, {
|
||||
icon: '../../images/iconfont-user.png',
|
||||
icon: '../../images/my_ico5.png',
|
||||
url: '../myskusers/index',
|
||||
text: '我的锁客'
|
||||
}, {
|
||||
icon: '../../images/iconfont-tgm.png',
|
||||
icon: '../../images/my_ico19.png',
|
||||
url: '../mytgm/index',
|
||||
text: '我的邀请码'
|
||||
}, {
|
||||
icon: '../../images/iconfont-favorite.png',
|
||||
icon: '../../images/my_ico11.png',
|
||||
url: '../myfavorite/index',
|
||||
text: '我的收藏'
|
||||
}, {
|
||||
@@ -141,19 +141,19 @@ Page({
|
||||
text: (userInfo.sjuLevel0 == 2 ? '事业部管理' : (userInfo.sjuLevel0 == 1 ? '申请线上供应链正在审核中...' : '申请门店'))
|
||||
},
|
||||
{
|
||||
icon: '../../images/iconfont-user.png',
|
||||
icon: '../../images/my_ico3.png',
|
||||
url: '../myusers/index',
|
||||
text: '我的会员'
|
||||
}, {
|
||||
icon: '../../images/iconfont-user.png',
|
||||
icon: '../../images/my_ico5.png',
|
||||
url: '../myskusers/index',
|
||||
text: '我的锁客'
|
||||
}, {
|
||||
icon: '../../images/iconfont-tgm.png',
|
||||
icon: '../../images/my_ico19.png',
|
||||
url: '../mytgm/index',
|
||||
text: '我的邀请码'
|
||||
}, {
|
||||
icon: '../../images/iconfont-favorite.png',
|
||||
icon: '../../images/my_ico11.png',
|
||||
url: '../myfavorite/index',
|
||||
text: '我的收藏'
|
||||
}, {
|
||||
@@ -181,19 +181,19 @@ Page({
|
||||
},
|
||||
*/
|
||||
{
|
||||
icon: '../../images/iconfont-user.png',
|
||||
icon: '../../images/my_ico3.png',
|
||||
url: '../myusers/index',
|
||||
text: '我的会员'
|
||||
}, {
|
||||
icon: '../../images/iconfont-user.png',
|
||||
icon: '../../images/my_ico5.png',
|
||||
url: '../myskusers/index',
|
||||
text: '我的锁客'
|
||||
}, {
|
||||
icon: '../../images/iconfont-tgm.png',
|
||||
icon: '../../images/my_ico19.png',
|
||||
url: '../mytgm/index',
|
||||
text: '我的邀请码'
|
||||
}, {
|
||||
icon: '../../images/iconfont-favorite.png',
|
||||
icon: '../../images/my_ico11',
|
||||
url: '../myfavorite/index',
|
||||
text: '我的收藏'
|
||||
}, {
|
||||
@@ -241,22 +241,22 @@ Page({
|
||||
|
||||
that.setData({
|
||||
userListInfo: [{
|
||||
icon: '../../images/iconfont-user.png',
|
||||
icon: '../../images/my_ico3.png',
|
||||
url: '../myusers/index',
|
||||
text: '我的会员'
|
||||
}, {
|
||||
icon: '../../images/iconfont-tgm.png',
|
||||
icon: '../../images/my_ico19.png',
|
||||
url: '../mytgm/index',
|
||||
text: '我的邀请码'
|
||||
}, {
|
||||
icon: '../../images/iconfont-favorite.png',
|
||||
icon: '../../images/my_ico11.png',
|
||||
url: '../myfavorite/index',
|
||||
text: '我的收藏'
|
||||
}, {
|
||||
icon: '../../images/iconfont-kefu.png',
|
||||
icon: '../../images/my_ico12.png',
|
||||
text: '联系客服'
|
||||
}, {
|
||||
icon: '../../images/iconfont-set.png',
|
||||
icon: '../../images/my_ico13.png',
|
||||
url: '../myto/index',
|
||||
text: '个人设置'
|
||||
}],
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
<view class="pintuan-box-to">
|
||||
<view class="pintuan-item" bindtap="onorder" data-id="1" data-index="0">
|
||||
<view class="item-image">
|
||||
<image src="../../images/order_ico6.png" />
|
||||
<image src="../../images/order_ico2.png" />
|
||||
</view>
|
||||
<view class="item-title">待付款</view>
|
||||
</view>
|
||||
@@ -169,7 +169,7 @@
|
||||
</view>
|
||||
<view class="pintuan-item" bindtap="onorder" data-id="4" data-index="0">
|
||||
<view class="item-image">
|
||||
<image src="../../images/order_ico2.png" />
|
||||
<image src="../../images/order_ico3.png" />
|
||||
</view>
|
||||
<view class="item-title">已完成</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user