app-goods-recommend.wxml 734 B

1
  1. <block wx:if="{{goodsList.length>0}}"><view class="app-goods-recommend data-v-43ebb048"><view class="recommend-title dir-left-nowrap main-center data-v-43ebb048"><view class="dir-left-nowrap cross-center data-v-43ebb048"><view class="border data-v-43ebb048"></view><image src="../../../static/image/icon/icon-favorite.png" class="data-v-43ebb048"></image><view class="text data-v-43ebb048">您或许喜欢</view><view class="border data-v-43ebb048"></view></view></view><view class="recommend-list data-v-43ebb048"><app-goods-list vue-id="06cf7f10-1" is_show_member="{{is_show_member}}" activity="{{activity}}" list="{{goodsList}}" sureCart="{{sureCart}}" class="data-v-43ebb048" bind:__l="__l"></app-goods-list></view></view></block>