Commit e174186e authored by qipeng's avatar qipeng

代码修改

parent 4fcda200
...@@ -743,8 +743,9 @@ export default { ...@@ -743,8 +743,9 @@ export default {
var orderNum = this.orderInfo.orderNum var orderNum = this.orderInfo.orderNum
var userId = this.openId var userId = this.openId
var orderId = this.orderInfo.id var orderId = this.orderInfo.id
var verifyCode = this.ticketCode // var verifyCode = this.ticketCode
let data={areaCode,orderNum,userId,orderId,verifyCode,'againNumber':0} var thirdId = this.orderInfo.thirdOrderId
let data={areaCode,orderNum,userId,orderId,thirdId,'againNumber':0}
this.$request('distribution/distribution/getNewFetchInfo',data).then((res)=>{ this.$request('distribution/distribution/getNewFetchInfo',data).then((res)=>{
if(res.code=='00'){ if(res.code=='00'){
if(res.data.length>0){ if(res.data.length>0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment