Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mip-data 获取数据的时候,如果只使用异步方式,会发生报错 #1111

Open
1 of 4 tasks
vivine opened this issue Apr 13, 2018 · 2 comments
Open
1 of 4 tasks

Comments

@vivine
Copy link

vivine commented Apr 13, 2018

问题分类

(请在括号中输入"x"来选择)

  • MIP 组件使用
  • MIP 页面内容(广告不显示,排版错乱)
  • MIP 页面不通过校验
  • MIP-Cache下效果异常

问题描述

当使用异步方式获取data的时候

<mip-data src="https://www.example.org/data"></mip-data>

如果前面不加入固定数据的 mip-data ,只使用异步方式时,会发生报错,报错信息如下:

rtx

当然,我加上固定数据的 mip-data 后,报错就没了,哪怕数据是空的:

<mip-data>
    <script type="application/json">{}</script>
</mip-data>

您的建议方案

不管是单独使用固定数据方式,还是单独使用异步方式,都可以。
建议对m做个初始化,应该就能解决问题。

@tayqassqan
Copy link
Contributor

我们需要进一步申明清楚初始化的数据结构和用法。

@meystory
Copy link

meystory commented Aug 9, 2018

能不能修一下,加了也没吊用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants