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

repeat使用时传给组件多个参数,发现全部都赋值成第一个参数 #348

Closed
supergaojian opened this issue Aug 24, 2017 · 3 comments
Labels
bug Fixed inactive Inactive issue, will be auto closed in 7 days

Comments

@supergaojian
Copy link

supergaojian commented Aug 24, 2017

<repeat for="{{items}}" key="index" index="index" item="item">
            <plugins :item.sync="item" :index="index"></plugins>
          </repeat>

在组件中console发现,index被赋值成item了,多个参数也是相同情况,请查询问题

@cytle
Copy link
Contributor

cytle commented Aug 24, 2017

repeat对动态数据根本就不管用,现在全都转为wx:for了

@Gcaufy Gcaufy self-assigned this Sep 11, 2017
@Gcaufy Gcaufy added the bug label Sep 11, 2017
Gcaufy added a commit that referenced this issue Sep 11, 2017
@JohnPion-Zhang
Copy link

我也出现了问题,请问上面两位兄弟怎么解决的?

@stale
Copy link

stale bot commented Jun 13, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
因为这个 Issue 最近没有任何有效回复,所以被自动标记为了stale。 如果在未来7天依旧没有任何激活操作,那么该 Issue 将会被自动关闭。 感谢您的提问。

@stale stale bot added the inactive Inactive issue, will be auto closed in 7 days label Jun 13, 2018
@stale stale bot closed this as completed Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixed inactive Inactive issue, will be auto closed in 7 days
Projects
None yet
Development

No branches or pull requests

4 participants