Commit acc56dd45e548db89e50d1cb3030da04a2927afd

Authored by 后端开发-许程
1 parent c539327b

助力优化

pages/user/assistance/task_assistance.js
... ... @@ -1148,7 +1148,7 @@ Page({
1148 1148 //任务id
1149 1149 var taskid = aitem[sw_index].id;
1150 1150 //查看正在进行中的任务
1151   - getAPP().request.promiseGet("/api/weshop/marketing/help/help/task/get",{
  1151 + getApp().request.promiseGet("/api/weshop/marketing/help/help/task/get",{
1152 1152 data:{
1153 1153 storeId: os.stoid,
1154 1154 userId: getApp().globalData.user_id,
... ...