mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 03:46:43 +08:00
feature/GFRS-2350【前端-待完成】修改卡单支付分享时效--分享验证token返回结构--提交人庞兴月
This commit is contained in:
@@ -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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user