修正了绑定手机的code

This commit is contained in:
2020-11-12 10:38:56 +08:00
parent aaf8655db8
commit dcf70059fa
2 changed files with 3 additions and 3 deletions

View File

@@ -739,7 +739,7 @@ export default defineComponent({
);
console.log(res, "xiugai");
if (res) {
const res1 = await changetel(mynewtel.value);
const res1 = await changetel(myquhao.value, mynewtel.value);
if (res1) {
store.dispatch("setUserInfo");
updatePhoneVisible.value = false;