Commit ccd6c2f476b26646b8dc311d67d44c48f255b7a2
1 parent
bf5c9554
领取任务的页面也去除提示没有任务
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/assistance/task_assistance.js
@@ -424,7 +424,7 @@ Page({ | @@ -424,7 +424,7 @@ Page({ | ||
424 | }); | 424 | }); |
425 | } else { | 425 | } else { |
426 | th.setData({ is_user_list: 1 }); | 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 | }) |