判断 是否为微信小程序

let weixinBoolean = false
const ready = () => {
  if (window.__wxjs_environment === ‘miniprogram‘) {
    weixinBoolean = true;
  }
};
if (!window.WeixinJSBridge || !WeixinJSBridge.invoke) {
  document.addEventListener(‘WeixinJSBridgeReady‘, ready, false);
} else {
  ready();
  window.WeixinJSBridge.on(‘onPageStateChange‘, res => {
    console.log(‘res is active‘, res.active);
  });
}

if (weixinBoolean) {
    console.log(‘微信小程序‘)
}


判断 是否为微信小程序

上一篇:Dapper记录


下一篇:万用表,示波器