|
|
@@ -8,7 +8,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="me-shop_box" v-if="getLoginInfo.staff.identity!=2">
|
|
|
+ <view class="me-shop_box" v-if="getLoginInfo.staff && getLoginInfo.staff.identity!=2">
|
|
|
<view class="me-shop_content content_box">
|
|
|
<view class="me-shop_top">
|
|
|
<view class="shop-top_left">
|
|
|
@@ -71,11 +71,15 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
+ <view style="margin-top:20upx;background-color: white;">
|
|
|
<ad-custom unit-id="adunit-3a7cda7bc692514a"></ad-custom>
|
|
|
+ </view>
|
|
|
<!-- #endif -->
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
+ <view style="margin-top:20upx;background-color: white;">
|
|
|
<ad adpid="1806928014"></ad>
|
|
|
+ </view>
|
|
|
<!-- #endif -->
|
|
|
|
|
|
<view class="module-com content_box user-open_bx">
|
|
|
@@ -267,6 +271,8 @@ export default {
|
|
|
// #endif
|
|
|
},
|
|
|
methods: {
|
|
|
+ selectShopFn(){
|
|
|
+ },
|
|
|
goRenew(){
|
|
|
this.$util.pageTo({ url: '/admin/shop/renew'})
|
|
|
},
|