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.
|
- <block wx:for="{{searchData.infoList}}" wx:key="index">
- <view class="view-box" bindtap="onItem">
- <image class="imageUrl" src="{{item.img}}"></image>
- <view class="item-title">{{item.colorName}}</view>
- <view class="floatRight">
- <text style="color:#F85E4C">{{item.unit}}</text>
- <text style="color:#999999">g</text>
- </view>
- </view>
- </block>
|