From 2d5090c2b215a5ea7e489d4b50fbf30aae569324 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 26 七月 2024 15:03:01 +0800 Subject: [PATCH] fix bug 接口对接和样式调整 --- pages/home/supplier-home.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/home/supplier-home.vue b/pages/home/supplier-home.vue index c920aee..4393190 100644 --- a/pages/home/supplier-home.vue +++ b/pages/home/supplier-home.vue @@ -14,7 +14,7 @@ </view> <view class="flex user-info" v-if="currentInfo&&(currentInfo.id)"> <!-- 头像 --> - <image class="user-icon" v-if="!currentInfo.picture" src="../../static/imgs/home/home-shop-top-icon.png" + <image class="user-icon" v-if="!currentInfo.picture" src='https://youzhen123.oss-cn-huhehaote.aliyuncs.com/WechatOwnerProperty/images/mrtx.png' mode="aspectFit"></image> <image class="user-icon" v-if="currentInfo.picture" :src="currentInfo.picture" mode="aspectFit"></image> @@ -281,6 +281,7 @@ } } + console.log('goto') this.goto('/sub_pages/supplier/flower-manage/flower-manage', true) }, getNoticeMore() { -- Gitblit v1.9.3