fix:修复商品详情跳转错误
This commit is contained in:
parent
99f7efe3b4
commit
c36be507f7
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue