- <!--components/commodity_card/commodity_card.wxml-->
- <view class="commodity">
- <view class="commodity_show">
- <image src="/assets/recommend_img/recom_1.jpg" alt=""/>
- <text class="commodity_name">产品名称</text>
- <text class="price">¥49.9</text>
- <avatar></avatar>
- </view>
- <view class="commodity_show">
- <image src="/assets/recommend_img/recom_2.jpg" mode=""/>
- </view>
- <view class="commodity_show">
- <image src="/assets/recommend_img/recom_3.jpg" mode=""/>
- </view>
- </view>
|