index.wxml 333 B

1234567
  1. <l-container>
  2. <view class="globstyle index">
  3. <van-card bindtap="ShopSuccess" data-id="{{item.id}}" desc-class="card-desc" wx:for="{{shoplist}}" wx:key="index"
  4. tag="{{item.tag}}" thumb="{{item.imgurl}}" title="{{item.title}}" desc="{{item.desc}}" price="{{item.price}}"
  5. num="{{item.num}}" />
  6. </view>
  7. </l-container>