|
|
@@ -111,10 +111,12 @@ export default {
|
|
|
nextFn(num){
|
|
|
let customData = {...this.data,bigCount: Number(num),smallCount:0,itemPrice:this.data.skPrice,bigPrice:this.data.skPrice,smallPrice:0}
|
|
|
this.addItemEvent(customData)
|
|
|
- this.$util.pageTo({url:"/pages/billing/affirmGhs?account="+this.option.account,type:2})
|
|
|
+ let hdId = this.option.hdId ? this.option.hdId : 0
|
|
|
+ this.$util.pageTo({url:"/pages/billing/affirmGhs?account="+this.option.account+'&hdId='+hdId,type:2})
|
|
|
},
|
|
|
goShopIndex(){
|
|
|
- this.$util.pageTo({url:"/pages/item/item?account="+this.option.account,type:2})
|
|
|
+ let hdId = this.option.hdId ? this.option.hdId : 0
|
|
|
+ this.$util.pageTo({url:"/pages/item/item?account="+this.option.account+'&hdId='+hdId,type:2})
|
|
|
},
|
|
|
init() {
|
|
|
let that = this
|