no message

This commit is contained in:
2025-09-09 12:02:33 +08:00
parent e12623d607
commit 01f1726d04
4 changed files with 173 additions and 18 deletions
+2 -2
View File
@@ -99,9 +99,9 @@ export default {
methods: {
init(){
if(this.type == '1'){
this.topText = '修改交易密码';
this.topText = '设置交易密码';
}else if(this.type == '2'){
this.topText = '修改登录密码';
this.topText = '设置登录密码';
}else if(this.type == '3'){
this.topText = '找回登录密码';
}