UNPKG

@tslsmart/magic-applet

Version:

特斯联移动端统一接口,抹平h5和wgt的差异

9 lines 186 B
import h5 from 'weixin-js-sdk'; // h5中h5关闭自己 export const closeApplet = () => { try { h5.miniProgram.navigateBack() } catch (e) { console.log(e) } }