美甲小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pageInquire.wxml 368 B

3 years ago
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>