@@ -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