优化修改密码部分

This commit is contained in:
lemon橪
2021-08-26 09:48:32 +08:00
parent 25fb26b7d0
commit 9a91e58f2c
3 changed files with 12 additions and 13 deletions

View File

@@ -17,13 +17,10 @@ export default {
methods: {
navigateTo(url) {
uni.navigateTo({
url: url + `?mobile=${this.mobile}`,
url: url,
});
},
},
onLoad(option) {
this.mobile = option.mobile;
},
};
</script>