|
@@ -825,7 +825,7 @@ import {
|
|
}
|
|
}
|
|
let goodsId = this.pageContent.goodsList[0].goodsId;
|
|
let goodsId = this.pageContent.goodsList[0].goodsId;
|
|
this.$u.route('/center/couponselect',{
|
|
this.$u.route('/center/couponselect',{
|
|
- salePrice:this.pageContent.salePrice,
|
|
|
|
|
|
+ salePrice:this.salePrice,
|
|
performId:this.performId,
|
|
performId:this.performId,
|
|
goodsId: goodsId
|
|
goodsId: goodsId
|
|
})
|
|
})
|