|
@@ -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;
|
|
|
}
|
|
}
|
|
|
|
|
|