Closed yanglb closed 1 year ago
support wx-open-launch-app event.
wx-open-launch-app
Wechat.isInstalled((installed) => { if (!installed) return document.addEventListener( 'wechat.launchFromWX', ({ extinfo }) => { console.log('launch from wechat extinfo = ', extinfo) }, false ) })
多谢提交。我就直接merge了。
support
wx-open-launch-app
event.