wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
08a9bcbada2a3b526fb337b26c889a9bbc0b2d6c
Authored by
yvan.ni
2023-12-07 15:21:45 +0800
1 parent
74d861a4
会员的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/userinfo/userinfo.js
pages/user/userinfo/userinfo.js
View file @
08a9bcb
...
...
@@ -785,6 +785,7 @@ Page({
785
785
user.staffName=choice_guide.StaffName;
786
786
user.staffId=choice_guide.Id;
787
787
user.staffTel=choice_guide.Tel;
788
+ this.setData({user})
788
789
return false;
789
790
}
790
791
...
...