美甲小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

10 satır
368 B

  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>