mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 21:46:44 +08:00
'切换保单列表接口地址'
This commit is contained in:
@@ -11,7 +11,7 @@ import getUrl from '@/assets/js/utils/get-url'
|
|||||||
// 订单列表
|
// 订单列表
|
||||||
export function getPolicyListAgent(data) {
|
export function getPolicyListAgent(data) {
|
||||||
return request({
|
return request({
|
||||||
url: getUrl('/sale/policy/policyListAgent', 1),
|
url: getUrl('/sale/policy/getReOrderPolicyListAgent', 1),
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -258,7 +258,7 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
res.brPayReturnData.returnURL = 'http://139.199.50.151/#/insureAgain/PaymentResult';
|
// res.brPayReturnData.returnURL = 'http://139.199.50.151/#/insureAgain/PaymentResult';
|
||||||
// 1成 4支付中 2支付失败 8转批扣(无此情况)
|
// 1成 4支付中 2支付失败 8转批扣(无此情况)
|
||||||
this.payStatus = res.payStatus
|
this.payStatus = res.payStatus
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user