-
zhangwei
2025-03-05 16213c0f85aa3ac8317797bf4a05fd12940e16d3
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