yangan
2024-07-30 d914874655e3171e171514d919dd80c5e4774e5a
pages/login/login.vue
@@ -18,7 +18,7 @@
            text="一键绑定测试"></u-button>
      </view> -->
      <view class="register"
         @click="PrivacyAgreementHandle"><text>注册</text></view>
         @click="PrivacyAgreementHandle" :loading="zhuceLoading"><text>注册</text></view>
      <view class="login-bottom-box">
         <view class="copyright">无人值守微信小程序</view>
         <view class="copyright">小程序仅供已拥有系统账号特定内部人员使用</view>
@@ -64,7 +64,7 @@
   import { apiLoginWx, apiLoginPassword } from '@/api/publicInterface.js';
   import { mapMutations } from 'vuex';
   import userPassword from './userPassword.vue';
   import { setToken, setRefreshToken, setUsernameKey, setCustomerId, redirectHome } from '@/utils/status.js';
   import { setToken, setRefreshToken, setUsernameKey, setCustomerId, redirectHome} from '@/utils/status.js';
   export default {
      data() {
         return {
@@ -76,6 +76,7 @@
            bindWxContent: '如果已拥有系统账号,可以直接跳转绑定微信页面',
            appid: "",
            secret: "",
        zhuceLoading: false,  //注册
         };
      },
      components: {
@@ -170,9 +171,13 @@
            console.log('打开了');
         },
         PrivacyAgreementHandle() {
        this.zhuceLoading = true
            uni.navigateTo({
               url: '/pages/login/PrivacyAgreementText/PrivacyAgreementText'
            })
        setTimeout(() => {
          this.zhuceLoading = false
        },1000)
         },
      }
   };
@@ -315,4 +320,4 @@
         }
      }
   }
</style>
</style>