优化拼团时选择地址bug,优化其他问题

This commit is contained in:
lemon橪
2021-08-26 09:31:57 +08:00
parent 8f5f44022b
commit 25fb26b7d0
6 changed files with 14 additions and 33 deletions

View File

@@ -150,9 +150,7 @@ export default {
addAddress(this.form).then((res) => {
if (res.data.success) {
if (this.routerVal.type == "order") {
uni.redirectTo({
url: `/pages/mine/address/address?way=${this.routerVal.way}`,
});
uni.navigateBack();
} else {
uni.redirectTo({
url: `/pages/mine/address/addressManage`,