shish 2 mesi fa
parent
commit
3c02fe4e43

+ 5 - 1
hdApp/src/admin/home/components/purchase-ghs-panel.vue

@@ -17,6 +17,10 @@
               <text class="custom-nav-title">{{ workbenchTitle }}</text>
             </view>
             <view class="function-grid function-grid--overlay">
+              <view class="function-item function-item--overlay" @click="pageTo({ url: '/admin/shop/myShop' })">
+                <image class="function-icon" :src="iconSrc('store')" mode="aspectFit" />
+                <text class="function-text function-text--overlay function-text--sm">切换门店</text>
+              </view>
               <view class="function-item function-item--overlay"
                 @click="pageTo({ url: '/admin/shop/add?id=' + loginInfo.shopId })">
                 <image class="function-icon" :src="iconSrc('stock-my-address')" mode="aspectFit" />
@@ -946,7 +950,7 @@ export default {
 }
 
 .purchase-ghs-panel .ghs_list_page .profile-section .function-text--sm {
-  font-size: 26upx;
+  font-size: 24upx;
   line-height: 32upx;
 }
 

File diff suppressed because it is too large
+ 0 - 0
hdApp/src/static/icons/store.svg


Some files were not shown because too many files changed in this diff