Commit 45a9ff25 authored by qipeng's avatar qipeng

填写错误 兑换码没滞空BUG修复

parent 7abaf81c
...@@ -176,12 +176,14 @@ export default { ...@@ -176,12 +176,14 @@ export default {
this.fromOrderId = res.data.list[0].thirdOrderId this.fromOrderId = res.data.list[0].thirdOrderId
this.pdFromOrderId = res.data.list[0].id this.pdFromOrderId = res.data.list[0].id
} else { } else {
this.ticketCode = ''
uni.showToast({ uni.showToast({
title: '未查询到相应订单', title: '未查询到相应订单',
icon: 'none' icon: 'none'
}) })
} }
}else{ }else{
this.ticketCode = ''
uni.showToast({ uni.showToast({
title: res.message, title: res.message,
icon: 'none' icon: 'none'
......
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