rk
2026-05-22 552238172036acf08ccf36134282a06b5e21b936
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: '代理点合作协议', 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},
            ]