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();