shuishen
2022-02-18 7473eb735cf82bb88f43b263f9cc74e43fe8f5e3
pages/loging/loging.vue
@@ -10,7 +10,7 @@
      <view class="content">
         <view class="top">
            <view class="titie">
               <span>群防群控APP</span>
               <span>洪城义警APP</span>
            </view>
            <view class="cell">
               <view class="name">账号</view>
@@ -68,6 +68,15 @@
      },
      methods: {
         judgeUse() {
            // var main = plus.android.runtimeMainActivity();//获取当前的Activity
            // var res=main.getResData();//直接调用自定义Activity中的getResData方法
            // uni.showToast({
            //    title: res,
            //    icon:'none',
            //    duration: 2000
            // });
            var login = WxStorage.get("init") //重复登录
            var name = WxStorage.get("name")
            var userID = WxStorage.get("ids")
@@ -167,7 +176,7 @@
      span {
         font-weight: 600;
         font-size: 6vw;
         color: #14b9c8;
         color: #103289;
      }
   }
   .container {
@@ -231,7 +240,7 @@
               line-height: 30rpx;
   
               text {
                  color: #14b9c8;
                  color: #103289;
               }
            }
   
@@ -273,7 +282,7 @@
         line-height: 86rpx;
         box-sizing: border-box;
         border-radius: 15rpx;
         background-color: #14b9c8;
         background-color: #103289;
         color: #ffffff;
   
         &::after {
@@ -318,7 +327,7 @@
         font-size: 22rpx;
         font-family: Adobe Heiti Std;
         font-weight: normal;
         color: #14b9c8;
         color: #103289;
         line-height: 34rpx;
      }