Browse Source

修改了跳转链接

feature/feature-compatible
wangkesi 7 years ago
parent
commit
96576bc80a
1 changed files with 2 additions and 1 deletions
  1. 3
      src/view/order-check.vue

3
src/view/order-check.vue

@ -279,7 +279,8 @@ export default {
if (goodsVersion) { if (goodsVersion) {
sessionStorage.setItem("goodsVersion", goodsVersion); sessionStorage.setItem("goodsVersion", goodsVersion);
} }
location.href = "/mall/web/coupon_index?" + this.goodsNo + "&";
location.href =
"/mall/web/coupon_index?" + this.goodsNo + "&&" + goodsVersion;
} }
}, },
mounted() { mounted() {

Loading…
Cancel
Save