@@ -264,8 +264,8 @@ export default {
let da = {
...this.goodsDa,
num: this.buyNum,
+ is_sell: this.type == 2 ? this.pfway : '0'
}
- if(this.type == 2) da.is_sell = this.pfway
this.goto("/pages/to-pay-list/index", da);
},
// 添加到购物车