From 777bcb6c5660c0ed14d85207377b62b779d81dde Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
small-program/shop/pages/mine/mine.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/small-program/shop/pages/mine/mine.vue b/small-program/shop/pages/mine/mine.vue
index b9878d4..c59d7a2 100644
--- a/small-program/shop/pages/mine/mine.vue
+++ b/small-program/shop/pages/mine/mine.vue
@@ -16,7 +16,7 @@
<view class="profile-section">
<view class="profile-main">
<view class="profile-left">
- <image class="store-avatar" @click="previewImage([info.shopAvatar],0)" :src="(info.shopAvatar)?info.shopAvatar:'/static/icon/default2.png'" mode="aspectFill"></image>
+ <image class="store-avatar" @click="previewImage([info.shopAvatar],0)" :src="(info.shopAvatar)?info.shopAvatar:'/static/image/tx@2x.png'" mode="aspectFill"></image>
<view class="profile-info">
<text class="store-name">{{info.name||''}}</text>
<view class="profile-meta-row">
@@ -105,6 +105,7 @@
{ title: '椋庨櫓鎵胯', url: '/pages/rich-text/rich-text',type:6 },
{ title: '琛屾潕瀵勫瓨椤荤煡', url: '/pages/rich-text/rich-text',type:7 },
{ title: '浠g悊鐐瑰悎浣滃崗璁�', url: '/pages/rich-text/rich-text',type:8 },
+ { title: '闂ㄥ簵璧勮川', url: '/shop/pages/qualification/qualification' },
{ title: '鍦ㄧ嚎瀹㈡湇', url: null,type :-1 },
{ title: '鍏充簬鎴戜滑', url: '/pages/rich-text/rich-text' ,type:5},
]
--
Gitblit v1.9.3