From 7a12a35333e54eb53dca9e37e585d462762690e7 Mon Sep 17 00:00:00 2001 From: season Date: Tue, 14 Jan 2020 14:31:49 +0800 Subject: [PATCH] 会员中心先注释助力按钮 --- pages/user/index/index.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/user/index/index.js b/pages/user/index/index.js index b89522e..61da0e9 100644 --- a/pages/user/index/index.js +++ b/pages/user/index/index.js @@ -494,17 +494,17 @@ Page({ }, // 判断助力活动是不是存在 is_assistance:function(){ - var th = this; - rq.get("/api/weshop/marketing/help/act/judge", { - data: { storeId: os.stoid, userId: app_d.user_id }, - success: function (res) { - var code = res.data.code; - if (code == 0) { - th.setData({ is_assistance:1}); - } + // var th = this; + // rq.get("/api/weshop/marketing/help/act/judge", { + // data: { storeId: os.stoid, userId: app_d.user_id }, + // success: function (res) { + // var code = res.data.code; + // if (code == 0) { + // th.setData({ is_assistance:1}); + // } - } - }) + // } + // }) } -- libgit2 0.21.4