|
|
|
@ -121,7 +121,7 @@ export default { |
|
|
|
checkBuy(data).then(res => { |
|
|
|
console.info(res) |
|
|
|
if(res.code==100){ |
|
|
|
this.$router.push({path:'/order/confirmOrder',query:{step:0,id:id,count:count}}) |
|
|
|
this.$router.push({path:'/order/confirmOrder',query:{step:0,id:id,count:count,orderType:0,type:0}}) |
|
|
|
}else{ |
|
|
|
this.$message.error(res.msg) |
|
|
|
} |
|
|
|
|