Commit 0d80ae30 authored by Hsinli's avatar Hsinli

addd

parent 89a56c70
Pipeline #13817 passed with stage
in 5 seconds
......@@ -23,6 +23,7 @@ class ApplyService extends Service {
let ret = {
have_be_pay_order: false,
order_id: null,
phone: '',
placeholder: {
name: '',
id_card: ''
......@@ -35,6 +36,7 @@ class ApplyService extends Service {
if (bePayOrder.length !== 0) {
ret.have_be_pay_order = true;
ret.order_id = bePayOrder[0].id;
ret.phone = bePayOrder[0].phone.substring(0, 3) + '****' + bePayOrder[0].phone.substring(7, 11)
}
//第一次查询成功的订单,反显姓名和身份证
......
......@@ -361,7 +361,7 @@ class OrderService extends Service {
/**
* 获取用户的待支付订单,时间倒序
* @param {*} type 1黑名单2通话
* @param {*} type 黑名单blacklist通话callrisk
*/
async getBePayOrder(type) {
const { ctx } = this;
......
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