shish 4 年 前
コミット
57ceb1e4d7
2 ファイル変更7 行追加5 行削除
  1. 6 4
      ghsApp/src/admin/home/me.vue
  2. 1 1
      ghsApp/src/components/not-login.vue

+ 6 - 4
ghsApp/src/admin/home/me.vue

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

+ 1 - 1
ghsApp/src/components/not-login.vue

@@ -36,7 +36,7 @@ export default {
 <style lang="scss" scoped>
 .model {
   position: fixed;
-  z-index: 9999;
+  z-index: 9990;
   top: 0;
   left: 0;
   width: 100vw;