模拟优惠券跳转商品列表页
This commit is contained in:
parent
482be84ee9
commit
c86e093b26
|
@ -303,6 +303,8 @@
|
||||||
self.openErrorDialog(res.data.message);
|
self.openErrorDialog(res.data.message);
|
||||||
}
|
}
|
||||||
}).catch(err => { });
|
}).catch(err => { });
|
||||||
|
}else {//优惠券
|
||||||
|
window.location.href='./couponCollection.html'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getQueryString (name) {
|
getQueryString (name) {
|
||||||
|
|
Loading…
Reference in New Issue