Commit f2840481 authored by Hsinli's avatar Hsinli

add

parent 7f89152e
Pipeline #13614 passed with stage
in 4 seconds
......@@ -16,7 +16,8 @@ class HomeService extends Service {
have_be_pay: false,
be_pay: {
send: 'tab',
order_id: null
order_id: null,
msg: '',
}
}
if (!ctx.userId) {
......@@ -57,6 +58,7 @@ class HomeService extends Service {
bePayOrder.push(callrisk[i]);
}
}
ret.be_pay.msg = '您有' + historyAmount + '份报告待支付';
}
if (bePayOrder.length > 0) {
......
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