|
|
@@ -28,10 +28,7 @@
|
|
|
</view>
|
|
|
<button v-if="getLoginInfo.switchShop" @click="showAllShop" class="admin-button-com default chang-shop_btn" > <i class="iconfont iconqiehuan1"></i> 切换门店 </button>
|
|
|
</view>
|
|
|
- <view class="image-box" >
|
|
|
- <view class="dec"></view>
|
|
|
- <image :src="`${constant.imgUrl}/ghs/me/upgrade.png`"></image>
|
|
|
- </view>
|
|
|
+ <view class="image-box" > <view class="dec"></view> <image :src="`${constant.imgUrl}/ghs/me/upgrade2.png`"></image> </view>
|
|
|
</view>
|
|
|
<view class="account-info_box content_box">
|
|
|
<view class="info-lf_box">
|
|
|
@@ -341,11 +338,16 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.bottom-agreement{
|
|
|
+ z-index:99999;
|
|
|
text-align:center;
|
|
|
color:#CCCCCC;
|
|
|
font-size:28upx;
|
|
|
margin-top:20upx;
|
|
|
+ text{
|
|
|
+ z-index:99999;
|
|
|
+ }
|
|
|
.right{
|
|
|
+ z-index:99999;
|
|
|
margin-left:20upx;
|
|
|
}
|
|
|
}
|