shish 2 månader sedan
förälder
incheckning
3c02fe4e43

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

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

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
hdApp/src/static/icons/store.svg


Vissa filer visades inte eftersom för många filer har ändrats