Commit 72add201730700dcfd049e5377f0132a69af930f
1 parent
6fe86c70
美导名称的提交
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/userinfo/userinfo.js
... | ... | @@ -1019,6 +1019,7 @@ Page({ |
1019 | 1019 | //往上提交美导的ID |
1020 | 1020 | if(th.data.fir_guide_id!=th.data.user.staffId){ |
1021 | 1021 | datas.staffId=th.data.user.staffId; |
1022 | + datas.StaffName=th.data.user.staffName; | |
1022 | 1023 | } |
1023 | 1024 | |
1024 | 1025 | getApp().request.put("/api/weshop/users/updateUserInfo", { | ... | ... |