Lou
2024-04-27 9a7dd1d108bff72795d0fe39be2914d0a52e20c4
更新
2 files modified
6 ■■■■ changed files
pages/home/index.vue 2 ●●● patch | view | raw | blame | history
pages/login/login-account.vue 4 ●●●● 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");
        },