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

fixed bug #191 多数据循环图片宽高问题,完善多数据调用方法 #199

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yadewe
Copy link

@yadewe yadewe commented Jan 24, 2018

  • 多级数据使用时,data中保存的数据更友好
    修改前:
    data:{
    arraydata0:{},
    arraydata1:{}
    ...
    arraydata:[{},{}...],
    }
    修改后:
    data:{
    arraydata:[{},{}...],
    }
  1. 设置图片宽高时,bindName支持多级读取,用“.”分隔。
  2. 修改图片宽高设置逻辑,
  3. 可以不再调用 wxParseTemArray 方法。
  4. 保持用法一致(多数据和单数据):wxml中需要加.nodes

设置图片宽高时,bindName支持多级读取,用“.”分隔。
修改图片宽高设置逻辑,
可以不再调用 wxParseTemArray 方法。
保持用法一致(多数据和单数据):wxml中需要加.nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant