-
zhangwei
2025-03-10 309cc3fe6303d8464951063e89fc9d623915501e
src/uni_modules/uview-plus/components/u-parse/parser.js
@@ -75,12 +75,16 @@
  }
}
const tagSelector={}
// #ifdef APP || H5 || MP-WEIXIN
const { windowWidth } = uni.getWindowInfo()
const { system } = uni.getDeviceInfo()
// #endif
// #ifndef APP || H5 || MP-WEIXIN
const {
  windowWidth,
  // #ifdef MP-WEIXIN
  system
  // #endif
} = uni.getSystemInfoSync()
// #endif
const blankChar = makeMap(' ,\r,\n,\t,\f')
let idIndex = 0