From 552238172036acf08ccf36134282a06b5e21b936 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 22 五月 2026 18:07:49 +0800
Subject: [PATCH] 代码生成

---
 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