| pages/home/index.vue | ●●●●● patch | view | raw | blame | history | |
| pages/login/login-account.vue | ●●●●● patch | view | raw | blame | history |
pages/home/index.vue
@@ -1041,7 +1041,7 @@ let second = 60; this.isSendCode = true; sendLoginCode({ phone: uni.getStorageSync("userInfo").phone, phone: this.phone, }).then(res => { if (res.code == 200) { let time = setInterval(() => { pages/login/login-account.vue
@@ -179,6 +179,10 @@ uni.setStorageSync("pageType", option.type); } uni.setStorageSync("pageType", 1); this.screenHeight = `${uni.getSystemInfoSync().screenHeight}px`; this.form.phone = uni.getStorageSync("phoneNmber"); },