模拟优惠券跳转商品列表页

This commit is contained in:
Apple 2022-09-23 17:03:26 +08:00
parent 482be84ee9
commit c86e093b26
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,8 @@
self.openErrorDialog(res.data.message);
}
}).catch(err => { });
}else {//优惠券
window.location.href='./couponCollection.html'
}
},
getQueryString (name) {