Commit 415542f1 authored by qipeng's avatar qipeng

BUG修复

parent 65b8e342
...@@ -750,7 +750,7 @@ export default { ...@@ -750,7 +750,7 @@ export default {
var orderId = this.orderInfo.id var orderId = this.orderInfo.id
// var verifyCode = this.ticketCode // var verifyCode = this.ticketCode
var thirdId = this.orderInfo.thirdOrderId var thirdId = this.orderInfo.thirdOrderId
let data={areaCode,orderNum,userId,orderId,verifyCode,thirdId,'againNumber':0} 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