mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 12:36:43 +08:00
feature/GFRS-2350【前端-待完成】修改卡单支付分享时效--分享验证token返回结构--提交人庞兴月
This commit is contained in:
@@ -463,18 +463,7 @@ export default {
|
||||
orderNo: window.localStorage.getItem('orderNo'),
|
||||
}
|
||||
}
|
||||
getOrderDetail(orderParms).then(res => {
|
||||
if (res.content === 'invalid') {
|
||||
Dialog.alert({
|
||||
title: '提示',
|
||||
confirmButtonText: '退出',
|
||||
message: '当前链接已失效,请您联系业务员获取(重新分享)。',
|
||||
}).then(() => {
|
||||
window.close();
|
||||
WeixinJSBridge.call('closeWindow');
|
||||
});
|
||||
return false;
|
||||
}
|
||||
getOrderDetail(orderParms).then(res => {
|
||||
if (res.result == '0') {
|
||||
this.orderStatus = res.orderDTO.orderInfoDTO.orderStatus
|
||||
try {
|
||||
@@ -516,6 +505,15 @@ export default {
|
||||
// }
|
||||
|
||||
|
||||
} else if (res.result === '1') {
|
||||
Dialog.alert({
|
||||
title: '提示',
|
||||
confirmButtonText: '退出',
|
||||
message: '当前链接已失效,请您联系业务员获取(重新分享)。',
|
||||
}).then(() => {
|
||||
window.close();
|
||||
WeixinJSBridge.call('closeWindow');
|
||||
});
|
||||
} else {
|
||||
this.underWriteData = {
|
||||
accountName: '',
|
||||
|
||||
Reference in New Issue
Block a user