From 3efb4b13a0c22332f75b48af4015541d6833c1fe Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 29 五月 2024 11:17:20 +0800 Subject: [PATCH] 人物详情 --- src/pages/forgetPass/forgetPass.vue | 17 +++++------------ 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/src/pages/forgetPass/forgetPass.vue b/src/pages/forgetPass/forgetPass.vue index b6067b8..bcaf9db 100644 --- a/src/pages/forgetPass/forgetPass.vue +++ b/src/pages/forgetPass/forgetPass.vue @@ -5,8 +5,8 @@ class="Ttop flex flex-center flex-wrap" style="flex-direction: column" > - <view class=""></view> - <view class="" ref="Rtop"> + <view ></view> + <view ref="Rtop"> <text class="login"></text> <text style=" @@ -32,10 +32,10 @@ align-items: center; " > - <!-- <view class="" style="color: #244A7B;padding-bottom: .47rem;font-size: .3rem;font-weight: bold;">鐢ㄦ埛娉ㄥ唽</view> --> + <!-- <view style="color: #244A7B;padding-bottom: .47rem;font-size: .3rem;font-weight: bold;">鐢ㄦ埛娉ㄥ唽</view> --> <view class="LoginBg"></view> <view - class="" + @click="BacktoLogin" style=" cursor: pointer; @@ -273,7 +273,6 @@ }, // 鍒楄〃椤硅烦杞� listDataClick(item) { - console.log(item); // 鍦ㄥ綋鍓嶉〉闈㈣缃叏灞�鍙橀噺 // uni.setStorageSync('globalData', { id: 123, name: 'example' }); if (item.id == 1) { @@ -281,7 +280,6 @@ url: "/pages/character/detail?id=" + item.id, }); } else if (item.id == 2) { - console.log(item.name); // uni.navigateTo({ // url:'/pages/character/detail?id='+item.id // }) @@ -304,7 +302,6 @@ validateContact(rule, value, callback) { const regPhone = /^1[0-9]{10}$/; const regEmail = /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/; - console.log(value, regPhone.test(value), regEmail.test(value)); if (regPhone.test(value) || regEmail.test(value)) { callback(); // 鏍¢獙閫氳繃 } else { @@ -315,7 +312,6 @@ this.$nextTick(() => { var width = this.$refs.Rtop.$el.clientWidth; this.Rtop1 = width + 50; - console.log("Element width:", width); }); }, // 蹇樿瀵嗙爜 @@ -325,13 +321,10 @@ verifyCode: this.resetDataPass.verifyCode, //楠岃瘉鐮� newPassword: encryptAES(this.resetDataPass.newPass), //鏂板瘑鐮� }; - console.log(Obj); this.$refs[formName].validate(async (valid) => { if (valid) { await getRestPassword(Obj).then((res) => { - console.log(res, "鎺ュ彛"); if (res.success) { - console.log("蹇樿瀵嗙爜鐨勬帴鍙f嬁鍒版暟鎹簡"); uni.navigateTo({ url: "/pages/Login/Login", }); @@ -588,7 +581,7 @@ width: 1.2rem; height: 0.37rem; background: url(@/static/image/閲嶇疆瀵嗙爜.png) no-repeat 0 0; - background-size: 100% 100%; + background-size: 100% ; } ::v-deep .el-card { -- Gitblit v1.9.1