Commit ec64cfaf by 王昆

Merge branch 'bpo-web' of gitlab.gongsibao.com:jiangyong/zhichan into bpo-web

parents 3961dec2 872ac4d8
...@@ -225,6 +225,9 @@ class BpoSDPJApi { ...@@ -225,6 +225,9 @@ class BpoSDPJApi {
outTradeNo: this.trim(obj.outTradeNo), outTradeNo: this.trim(obj.outTradeNo),
mchtId: this.trim(obj.mchtId), mchtId: this.trim(obj.mchtId),
}); });
if(!_cCashInfo){
return this.getErrResult("您暂无可申请的信息");
}
let resData = { let resData = {
id_name:_cCashInfo.id_name, id_name:_cCashInfo.id_name,
id_no:_cCashInfo.id_no, id_no:_cCashInfo.id_no,
......
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