style: 💄 优化商品购买时商品数量显示问题 以及修改地址跳转问题

This commit is contained in:
学习很差啦
2022-09-23 15:05:19 +08:00
parent 1e9df74034
commit 68dc960232
2 changed files with 10 additions and 7 deletions

View File

@@ -162,9 +162,7 @@ export default {
delete this.form.updateTime;
editAddress(this.form).then((res) => {
if (res.data.success) {
uni.navigateTo({
url: `/${beforePage.route}`,
});
uni.navigateBack();
}
});
}