Commit 45a9ff25 authored by qipeng's avatar qipeng

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

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