diff --git a/view/moliparty/modules/pay/js/index.js b/view/moliparty/modules/pay/js/index.js index 1482604..6295c60 100644 --- a/view/moliparty/modules/pay/js/index.js +++ b/view/moliparty/modules/pay/js/index.js @@ -47,24 +47,18 @@ $(function () { getInfoFromClient();//请求依赖 fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言 setTimeout(function () { - if (browser.app) { - erbanNo = null; - $('.bindingBox').hide(); - uid = pubInfo.uid; - getSimpleUserByUid(uid); - } else { - } + channelType = getUrl.channelType; fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言 langReplace = window.lang.replace; localLang = window.lang; translateFun(); - $.copy({ - text: langReplace(localLang.demoModule.copy), //分享提示文案 - copyUrl: "01009701492", //自定義復制 - tipTime: 1000, //分享提示消失時間 - copyId: "#copys" //復制按鈕id - }); + if (browser.app) { + erbanNo = null; + $('.bindingBox').hide(); + uid = pubInfo.uid; + getSimpleUserByUid(uid); + } getArea(); }, 100) setTimeout(function () { @@ -136,9 +130,9 @@ function getArea() { } } } else { - hideLoading(layerIndex); toastMsg(res.message); } + hideLoading(layerIndex); }, error(err) { hideLoading(layerIndex);