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
f8ade779608b51faed0bacd0a17dce9f1d2e6301
Authored by
yvan.ni
2020-10-06 15:12:05 +0800
1 parent
fc03f7dc
门店和导购修改次数
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/userinfo/userinfo.js
pages/user/userinfo/userinfo.js
View file @
f8ade77
...
...
@@ -907,7 +907,7 @@ Page({
907
907
if(res.data.code==0){
908
908
func();
909
909
}else{
910
- getApp().my_warnning(res.data.
data.
msg, 0, th);
910
+ getApp().my_warnning(res.data.
msg, 0, th);
911
911
}
912
912
}
913
913
});
...
...