本次修改ui完成

This commit is contained in:
lym
2026-03-18 20:11:05 +08:00
parent c076cf32b0
commit 31fda700cf
19 changed files with 128 additions and 46 deletions

View File

@@ -138,7 +138,7 @@ Page({
{
icon: '../../images/my_ico1.png',
url: (userInfo.sjuLevel0 == 2 ? '../mybusiness0/index' : (userInfo.sjuLevel0 == 1 ? '' : '../appbusiness0/index')),
text: (userInfo.sjuLevel0 == 2 ? '事业部管理' : (userInfo.sjuLevel0 == 1 ? '申请线上供应链正在审核中...' : '申请健康驿站'))
text: (userInfo.sjuLevel0 == 2 ? '事业部管理' : (userInfo.sjuLevel0 == 1 ? '申请健康驿站正在审核中...' : '申请健康驿站'))
},
{
icon: '../../images/my_ico3.png',

View File

@@ -32,7 +32,7 @@
</view>
</view>
<view>
<!-- <view>
<view class="item-image image-color0" bindtap="onSignInList" data-id="27">
<image src="../../images/jifen_ico1.png"></image>
</view>
@@ -40,7 +40,7 @@
<view class="title">兑换券</view>
<view class="money" style="margin-left: 0.2em;">{{voucherNum}}</view>
</view>
</view>
</view> -->
<!-- <view>
<button wx:if='{{NCName!="您还没有登录,请先登录!"}}' class="signin-btn" bindtap="onSignIn">{{isSignToday ? "已签到":"立即签到"}}</button>