实名认证

parent ba7ee117
...@@ -10,7 +10,7 @@ export const signIn = () => { ...@@ -10,7 +10,7 @@ export const signIn = () => {
}); });
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
xma.xh.getUserProfile({ xma.xh.getUserProfile({
range: ['ACCOUNT', 'MOBILE'], range: ['ACCOUNT', 'MOBILE', 'CITIZEN'],
success(info) { success(info) {
getTokenUser(info.data).then((res) => { getTokenUser(info.data).then((res) => {
xma.hideLoading(); xma.hideLoading();
......
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