1 line
781 B
Plaintext
1 line
781 B
Plaintext
<view class="home-page data-v-1cf27b2a"><scroll-view class="category-bar data-v-1cf27b2a" scroll-x><view wx:for="{{a}}" wx:for-item="cat" wx:key="b" class="{{['category-item', 'data-v-1cf27b2a', cat.c && 'category-item--active']}}" bindtap="{{cat.d}}">{{cat.a}}</view></scroll-view><view class="product-grid data-v-1cf27b2a"><view wx:for="{{b}}" wx:for-item="product" wx:key="c" class="product-grid__item data-v-1cf27b2a"><product-card wx:if="{{product.b}}" class="data-v-1cf27b2a" u-i="{{product.a}}" bind:__l="__l" u-p="{{product.b}}"/></view></view><view wx:if="{{c}}" class="empty-tip data-v-1cf27b2a"><text class="data-v-1cf27b2a">暂无商品</text></view><view wx:if="{{d}}" class="loading-tip data-v-1cf27b2a"><text class="data-v-1cf27b2a">加载中...</text></view></view> |