修复秒杀倒计时、砍价商品不跳转、提现成功样式问题
This commit is contained in:
@ -267,7 +267,10 @@
|
||||
// 查看商品
|
||||
openAlone: function () {
|
||||
this.$yrouter.push({
|
||||
path: "/detail/" + this.goodsDetail.productId
|
||||
path: "/pages/shop/GoodsCon/index",
|
||||
query: {
|
||||
id: this.goodsDetail.productId
|
||||
}
|
||||
});
|
||||
},
|
||||
// 砍价完成,去支付
|
||||
|
Reference in New Issue
Block a user