zhangwei
2025-03-07 d3e6dd6b3032c119676efa1e9fcee3a8a8043fc5
src/uni_modules/uview-plus/components/u-parse/node/node.vue
@@ -122,7 +122,7 @@
    return {
      ctrl: {},
      // #ifdef MP-WEIXIN
      isiOS: uni.getSystemInfoSync().system.includes('iOS')
      isiOS: uni.getDeviceInfo().system.includes('iOS')
      // #endif
    }
  },