Selaa lähdekoodia

Merge branch 'master' of https://git.citupro.com/zhengnaiwen_citu/menduner-uniapp

lifanagju_citu 3 kuukautta sitten
vanhempi
commit
9d13d2d13d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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