Commit ccd6c2f476b26646b8dc311d67d44c48f255b7a2

Authored by 后端研发-倪永富
1 parent bf5c9554

领取任务的页面也去除提示没有任务

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 })