From 3c0879357ee5f90a1d3356a21e8cce857a4be12f Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Fri, 18 Aug 2023 19:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=B3=A8=E6=8E=A5=E5=8F=A3=E9=A2=84?= =?UTF-8?q?=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/pay/js/index.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/view/peko/modules/pay/js/index.js b/view/peko/modules/pay/js/index.js index cbf8221..44c3c2e 100644 --- a/view/peko/modules/pay/js/index.js +++ b/view/peko/modules/pay/js/index.js @@ -289,6 +289,27 @@ $('.userNull .userNull_in .but').click(function () { bodyScroolFun(false); $('.userNull').hide(); }) +// 关注接口 +function fansLike () { + // showLoading(); + networkRequest({ + type: 'POST', + url: urlPrefix + '/fans/like', + data: {}, + success: function (res) { + if (res.code == 200) { + } else { + toastMsg(res.message); + } + hideLoading(layerIndex); + }, + error (err) { + hideLoading(layerIndex); + toastMsg('網絡錯誤'); + } + + }); +} // 代充列表接口 function rechargeUserList (regionCode) { showLoading();