微信低版本出现的小程序bug

283 阅读1分钟

低版本可能6.6.2以下的版本不兼容 一、Object.vaules()命令 用原始方法来代替

    let childrenKeyList = Object.keys(region.child)
    let children = []
    childrenKeyList.forEach((key)=>{
      children.push(region.child[key])
    })

二、低版本可能6.6.2以下的版本srcoll-view内的view使用flex布局页面重叠混乱的问题 解决方案:

重要的几个样式: