美甲小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
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>