收藏
回答

基础库1.9.3的bug



基础库版本升级为成1.9.3之后,iOS设备会出以下error:

exparserScriptError · L@https: Expect FLOW_INITIAL_CREATION but get another

Raw

https://servicewechat.com/preload/page-frame.html:18:28460L

https://servicewechat.com/preload/page-frame.html:18:18097value

https://servicewechat.com/preload/page-frame.html:17:29106value

https://servicewechat.com/preload/page-frame.html:19:20402h

https://servicewechat.com/preload/page-frame.html:19:21804f

https://servicewechat.com/preload/page-frame.html:19:21007

https://servicewechat.com/preload/page-frame.html:19:25501

https://servicewechat.com/preload/page-frame.html:4:24864

https://servicewechat.com/preload/page-frame.html:5:5015emit

https://servicewechat.com/preload/page-frame.html:5:27024

https://servicewechat.com/preload/page-frame.html:5:12851

https://servicewechat.com/preload/page-frame.html:2:2174x

https://servicewechat.com/preload/page-frame.html:1:72global code

请问要如何避免?


谢谢


最后一次编辑于  2018-01-23
回答关注问题邀请回答
收藏

6 个回答

  • flitrue
    flitrue
    2018-03-16

    呃呃呃,我错了,不是隐藏的问题, 是我用了wx-if导致的,用wx:if就没问题了

    2018-03-16
    有用
    回复 2
    • 张娟娟
      张娟娟
      2018-06-21

      你好为什么不能使用wx-if 呢?组件的上层也可能会存在 不渲染的情况呀

      2018-06-21
      回复
    • luffy
      luffy
      2018-09-28

      确实wx:if没问题了,坑爹的同事

      2018-09-28
      回复
  • flitrue
    flitrue
    2018-03-16

    使用wx:if隐藏也不行

    2018-03-16
    有用
    回复
  • flitrue
    flitrue
    2018-03-16


    我知道什么原因了,父元素中有组件不能使用wx:if

    我知道什么原因了,父元素中有组件不能隐藏,否则就报这个错

    2018-03-16
    有用
    回复
  • 阿白
    阿白
    2018-03-16

    把组件统一放到一起去加载,不要分两块或者其他地方去加载。试试

    2018-03-16
    有用
    回复
  • flitrue
    flitrue
    2018-03-16

    我也遇到了这个问题,很多页面使用那个组件没问题,有一个页面使用这个组件的时候报错了,去掉就没有了。很奇怪

    2018-03-16
    有用
    回复
  • 阿白
    阿白
    2018-03-15

    是不是使用组件了 造成的渲染层错误

    2018-03-15
    有用
    回复
登录 后发表内容