feature/GFRS-2350【前端-待完成】修改卡单支付分享时效--分享验证token返回结构--提交人庞兴月

This commit is contained in:
pangxingyue
2021-03-29 17:19:01 +08:00
parent 299db9447c
commit 2bccd7db0a

View File

@@ -464,17 +464,6 @@ export default {
} }
} }
getOrderDetail(orderParms).then(res => { getOrderDetail(orderParms).then(res => {
if (res.content === 'invalid') {
Dialog.alert({
title: '提示',
confirmButtonText: '退出',
message: '当前链接已失效,请您联系业务员获取(重新分享)。',
}).then(() => {
window.close();
WeixinJSBridge.call('closeWindow');
});
return false;
}
if (res.result == '0') { if (res.result == '0') {
this.orderStatus = res.orderDTO.orderInfoDTO.orderStatus this.orderStatus = res.orderDTO.orderInfoDTO.orderStatus
try { try {
@@ -516,6 +505,15 @@ export default {
// } // }
} else if (res.result === '1') {
Dialog.alert({
title: '提示',
confirmButtonText: '退出',
message: '当前链接已失效,请您联系业务员获取(重新分享)。',
}).then(() => {
window.close();
WeixinJSBridge.call('closeWindow');
});
} else { } else {
this.underWriteData = { this.underWriteData = {
accountName: '', accountName: '',