UNPKG

magic-helper

Version:

this is magic helper

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