feat(活动): 绑定手机

This commit is contained in:
luying
2022-12-07 15:02:11 +08:00
parent f44c5d592a
commit bdbac4b085
11 changed files with 250 additions and 4 deletions

View File

@@ -295,7 +295,6 @@ export default class User extends BaseModel {
return user;
}
private static getSearchObj(form: SearchUserParam) {
let searchObj = {};
if(form['uid']) searchObj['uid'] = form.uid;