|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<view class="load-spinner text-gray" /> |
|
|
|
<view class="text-empty" style="margin-top:48rpx">加载中...</view> |
|
|
|
</view> |
|
|
|
<view class="flex list-empty" wx:if="{{!taskList.length && !cheapList.length}}" style="height:{{height}}rpx"> |
|
|
|
<view class="flex list-empty" wx:elif="{{!taskList.length && !cheapList.length}}" style="height:{{height}}rpx"> |
|
|
|
<image class="img-empty" src="/assets/image/list_empty.png"></image> |
|
|
|
<view class="text-empty">暂无数据</view> |
|
|
|
</view> |
|
|
|
@ -16,10 +16,10 @@ |
|
|
|
<view class="cu-bar bg-white search fixed" style="top:{{CustomBar}}px;"> |
|
|
|
<view class="search-form" style="border-radius: 12rpx" bindtap="searchList"> |
|
|
|
<text class="cuIcon-search"></text> |
|
|
|
<input type="text" disabled="true" placeholder="输入搜索的关键词" confirm-type="search"></input> |
|
|
|
<input type="text" disabled="true" placeholder="请输入要搜索的商品" confirm-type="search"></input> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<scroll-view scroll-y style="height:{{height - 100}}rpx;margin-top: 100rpx;padding: 0rpx 24rpx" bindscrolltolower="fetchTaskList"> |
|
|
|
<scroll-view scroll-y style="height:100%;margin-top: 100rpx;padding: 0rpx 24rpx" bindscrolltolower="fetchTaskList"> |
|
|
|
<image src="https://image.weilanwl.com/img/4x3-1.jpg" class="swiper-image" mode="aspectFill" lazy-load="{{true}}" style="margin-top:24rpx"></image> |
|
|
|
<view wx:if="{{cheapList.length}}"> |
|
|
|
<view class="flex nav-li"> |
|
|
|
@ -41,7 +41,7 @@ |
|
|
|
<view class="page-num" style="height:100rpx">{{item.summary}}</view> |
|
|
|
<view class="flex flex-justify" style="align-items:flex-end"> |
|
|
|
<view class="page-price">¥{{item.price}}</view> |
|
|
|
<view class="page-stock" style="margin-bottom:6rpx">库存:{{item.stockNumber}}件</view> |
|
|
|
<view class="page-stock" style="margin-bottom:6rpx">库存:{{item.stockNumber}}{{item.unit}}</view> |
|
|
|
<button class="cu-btn bg-red round shadow-blur page-btn">立即抢购</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -69,7 +69,7 @@ |
|
|
|
<view class="page-num" style="height:100rpx">{{item.summary}}</view> |
|
|
|
<view class="flex flex-justify" style="align-items:flex-end"> |
|
|
|
<view class="page-price">¥{{item.price}}</view> |
|
|
|
<view class="page-stock" style="margin-bottom:6rpx">库存:{{item.stockNumber}}件</view> |
|
|
|
<view class="page-stock" style="margin-bottom:6rpx">库存:{{item.stockNumber}}{{item.unit}}</view> |
|
|
|
<button class="cu-btn bg-red round shadow-blur page-btn">立即抢购</button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|