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
6c3fbe35f8ef4dd455c8c9cb5acf00c60f1ea4e7
Authored by
yvan.ni
2025-02-07 18:15:11 +0800
1 parent
cf34ddf4
标签
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageE/pages/user/labels/labels.js
packageE/pages/user/labels/labels.js
View file @
6c3fbe3
...
...
@@ -467,7 +467,7 @@ Page({
467
467
wx.hideLoading();
468
468
th.setData({loading: 0,is_check:0});
469
469
470
-
e.data.code=-5;
470
+
//
e.data.code=-5;
471
471
472
472
if (e.data.code == 0) {
473
473
app.globalData.user_id = e.data.data.user_id;
...
...