fix:修复商品详情跳转错误

This commit is contained in:
wangsongsole 2022-10-08 13:47:07 +08:00
parent 99f7efe3b4
commit c36be507f7
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@
backHandler () { backHandler () {
if (goodsCount > 1) { if (goodsCount > 1) {
window.location.replace('./myOrder.html'); window.location.replace('./couponCollection.html');
} else { } else {
history.go(-2); history.go(-2);
} }