From 2af5f043b60c1f7ac38ecccc8f5bf44743134325 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 12 十二月 2025 18:08:00 +0800
Subject: [PATCH] test
---
pages/login/forgot-password.vue | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/pages/login/forgot-password.vue b/pages/login/forgot-password.vue
index 599b55e..ec22a54 100644
--- a/pages/login/forgot-password.vue
+++ b/pages/login/forgot-password.vue
@@ -3,16 +3,16 @@
<view class="uni-panel-content items-center">
<view class="login-content">
<view class="justify-center">
- <image class="title-img" src="/images/earth.svg" alt="svg 鍥剧墖" />
+ <image class="title-img" src="/images/earth.svg" alt="svg " />
</view>
<view class="login-form">
<view class="login-form-item ">
- <image class="icon" src="/images/mobile.svg" alt="svg 鍥剧墖" />
+ <image class="icon" src="/images/mobile.svg" alt="svg " />
<input class="input" :focus="formData.accountFocus" name="account" comfirm-type="done"
type="text" v-model="form.account" placeholder="杈撳叆鎵嬫満鍙风爜" />
</view>
<view class="login-form-item ">
- <image class="icon" src="/images/chat.svg" alt="svg 鍥剧墖" />
+ <image class="icon" src="/images/chat.svg" alt="svg " />
<input class="input" comfirm-type="done" v-model="form.mobileCode" placeholder="鐭俊楠岃瘉鐮� />
<view v-if="disabledSendCode" class="disabled">{{sendCodeCountdown}}绉掑悗閲嶆柊鍙戦�</view>
<a v-else @click="clickSendVerifyCode">鍙戦�楠岃瘉鐮�/a>
@@ -108,7 +108,7 @@
clickOk() {
uni.reLaunch({
- url: "/pages/login/index"
+ url: "/pages/login/index?flag=1"
})
},
clickSendVerifyCode() {
@@ -132,6 +132,10 @@
}
}, 1000)
},
+ translate(t) {
+ if (typeof this.$t == "function") return this.$t(`page.${t}`)
+ else return t;
+ },
}
}
--
Gitblit v1.9.1