1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
<view class="mold-page data-v-406d5d2c"><view class="search-bar data-v-406d5d2c"><input class="search-bar__input data-v-406d5d2c" type="text" placeholder="搜索名称、款号、条码号、款式" value="{{a}}" bindinput="{{b}}" bindconfirm="{{c}}"/></view><view class="mold-list data-v-406d5d2c"><view wx:for="{{d}}" wx:for-item="mold" wx:key="h" class="mold-card data-v-406d5d2c"><text class="mold-card__name data-v-406d5d2c">{{mold.a}}</text><scroll-view wx:if="{{mold.b}}" class="mold-card__images data-v-406d5d2c" scroll-x><image wx:for="{{mold.c}}" wx:for-item="img" wx:key="a" class="mold-card__img data-v-406d5d2c" src="{{img.b}}" mode="aspectFill"/></scroll-view><view wx:else class="mold-card__no-img data-v-406d5d2c"><text class="data-v-406d5d2c">暂无图片</text></view><view class="mold-card__footer data-v-406d5d2c"><text wx:if="{{mold.d}}" class="mold-card__tag data-v-406d5d2c">款号: {{mold.e}}</text><text wx:if="{{mold.f}}" class="mold-card__tag data-v-406d5d2c">款式: {{mold.g}}</text></view></view></view><view wx:if="{{e}}" class="empty-tip data-v-406d5d2c"><text class="data-v-406d5d2c">{{f}}</text><view wx:if="{{g}}" class="empty-tip__contact data-v-406d5d2c" bindtap="{{h}}"> 联系客服咨询定制 </view></view><view wx:if="{{i}}" class="loading-tip data-v-406d5d2c"><text class="data-v-406d5d2c">加载中...</text></view></view> |