deguodaigou/pages/search/search.wxml

5 lines
228 B
Plaintext
Raw Permalink Normal View History

2019-12-23 14:13:27 +08:00
<view class="box">
<search></search>
2019-12-24 21:54:49 +08:00
<!-- <hot></hot> -->
<commodity wx:for="{{list}}" title="{{item.goods_name}}" price="{{item.shop_price}}" img="{{item.image}}" shopid="{{item.goods_id}}"></commodity>
2019-12-13 14:35:22 +08:00
</view>