global.js 162 B

123456
  1. const check = (it) => {
  2. return it && typeof it.env && it
  3. }
  4. export const miniprogramThis = check(typeof wx === 'object' && wx)
  5. export default miniprogramThis