Commit 345af440 authored by 李尚科's avatar 李尚科

callrisk fix

parent 4f1277bc
Pipeline #14578 passed with stage
in 46 seconds
...@@ -96,6 +96,7 @@ class ApplyService extends Service { ...@@ -96,6 +96,7 @@ class ApplyService extends Service {
if (orderInfo && orderInfo.id) { if (orderInfo && orderInfo.id) {
ret.placeholder.name = orderInfo.name; ret.placeholder.name = orderInfo.name;
ret.placeholder.id_card = orderInfo.id_card; ret.placeholder.id_card = orderInfo.id_card;
ret.placeholder.phone = orderInfo.phone;
} }
return ret; return ret;
} }
......
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