if (jsBridge.inApp) { if(location.href.indexOf("ac=account")){ $(".weui-cells:eq(1)").append(`

用户协议

`).append(`

隐私政策

`).append(`

会员注销

`).append(`

联系电话

`) } }else{ wx.config({ appId: 'wx0d872963d8176747', timestamp: '1746196939', nonceStr: 'NmsHhKX1KHx0jGP8', signature: '47fbacb2c41cb52525c2b5f83e12d6fa37b632d8', jsApiList: ['openLocation'], openTagList: ['wx-open-launch-app'], }); wx.ready(()=>{ console.log('ready'); }); wx.error((e)=>{console.log(e)}); var btn = document.getElementById('launch-btn'); btn.addEventListener('launch', function (e) { console.log('success'); }); btn.addEventListener('error', function (e) { alert("123"); }); }