美甲小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pageInquire.wxml 368 B

12345678910
  1. <block wx:for="{{searchData.infoList}}" wx:key="index">
  2. <view class="view-box" bindtap="onItem">
  3. <image class="imageUrl" src="{{item.img}}"></image>
  4. <view class="item-title">{{item.colorName}}</view>
  5. <view class="floatRight">
  6. <text style="color:#F85E4C">{{item.unit}}</text>
  7. <text style="color:#999999">g</text>
  8. </view>
  9. </view>
  10. </block>