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
ccd6c2f476b26646b8dc311d67d44c48f255b7a2
Authored by
后端研发-倪永富
2020-02-11 11:13:27 +0800
1 parent
bf5c9554
领取任务的页面也去除提示没有任务
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/assistance/task_assistance.js
pages/user/assistance/task_assistance.js
View file @
ccd6c2f
...
...
@@ -424,7 +424,7 @@ Page({
424
424
});
425
425
} else {
426
426
th.setData({ is_user_list: 1 });
427
-
getApp().my_warnning(su.data.msg, 0, th);
427
+
//
getApp().my_warnning(su.data.msg, 0, th);
428
428
}
429
429
}
430
430
})
...
...