|
|
@@ -75,6 +75,10 @@ export default {
|
|
|
type: Number,
|
|
|
default: 0
|
|
|
},
|
|
|
+ account:{
|
|
|
+ type:Number,
|
|
|
+ default:0
|
|
|
+ },
|
|
|
show: {
|
|
|
type: Boolean,
|
|
|
default: true
|
|
|
@@ -113,7 +117,7 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
uni.setStorageSync("buyGoodsDetil", this.info)
|
|
|
- this.$util.pageTo({url:"/pages/order/buy?hdId="+this.hdId+'&goodsId='+this.info.id+'&goodsNum='+this.buyNum+'&selIndex='+this.selIndex,type:2})
|
|
|
+ this.$util.pageTo({url:"/pages/order/buy?hdId="+this.hdId+'&goodsId='+this.info.id+'&goodsNum='+this.buyNum+'&selIndex='+this.selIndex+'&account='+this.account,type:2})
|
|
|
}
|
|
|
}
|
|
|
};
|