Commit 64a6e6e3 by 王昆

'aaaaa'

parent ecb3a94a
......@@ -102,6 +102,7 @@ class xggApplet extends AppletBase {
async commonInfo(gobj, pobj, req, loginUser) {
var user = await this.bmuserSve.findById(loginUser.id);
return {
code : 1,
data: {
......@@ -109,7 +110,7 @@ class xggApplet extends AppletBase {
telphones: ["18301210711"],
// telphone: "15235755003",
// telphones: ["15235755003","15210210265"],
isAuditor: user.isAuditor
isAuditor: 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