From 08b73a91cec8c8ef430b8d5bc5b4a631bcbbe7f2 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期日, 21 七月 2024 18:13:49 +0800 Subject: [PATCH] Merge branch 'main' of https://gitee.com/people_3/hmy_farmer --- pages/home/supplier-home.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/home/supplier-home.vue b/pages/home/supplier-home.vue index c920aee..22960e3 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> -- Gitblit v1.9.3