Browse Source

文字提示

Xiao_123 2 months ago
parent
commit
aee872bdd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      store/user.js

+ 1 - 1
store/user.js

@@ -71,7 +71,7 @@ export const userStore = defineStore('user', {
       const { data, code } = await userRegister(query)
       if (code === 0) {
         uni.showToast({
-          title: '注册成功'
+          title: '手机号验证成功'
         })
       }
       this.accountInfo = data