From e3f6581c48b1dfb65c55e8a1a6ce1761a7dc26b4 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 16 一月 2025 15:29:43 +0800 Subject: [PATCH] 费用报销 --- src/pages/default/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/default/index.vue b/src/pages/default/index.vue index 5809c39..7849405 100644 --- a/src/pages/default/index.vue +++ b/src/pages/default/index.vue @@ -2,7 +2,7 @@ <view class="content"> <view class="chuany-flex chuany-flex-direction chuany-paddingbottom-100 chuany-align-center"> <view class="logo"> - <image mode="widthFix" src="/static/logo.png"></image> + <image mode="widthFix" src="/static/boss.png"></image> </view> <text class="title chuany-padding18 c-m-t-10">娆㈣繋鏉ュ埌瀵垮畨宸ヤ笟鍖�</text> <text class="title"> </text> @@ -10,7 +10,7 @@ </view> <view class="titlecon chuany-flex chuany-align-center" @click="goEnterprise"> <view class="logo"> - <image mode="widthFix" src="/static/boss.png"></image> + <image mode="widthFix" src="/static/logo.png"></image> </view> <view class="chuany-flex chuany-justify-between chuany-paddingleft-28 vwidth"> <text class="chuany-font36">鎴戞槸浼佷笟</text> @@ -42,7 +42,7 @@ uni.getStorage({ key: 'identity', success: function (res) { - console.log('identity',res.data); + console.log('identity www',res.data); if(res.data){ uni.switchTab({ url: '/pages/index/index' -- Gitblit v1.9.1