|
|
|
@ -19,49 +19,31 @@ |
|
|
|
<text class="cuIcon-triangle{{unflod ? 'upfill': 'downfill'}}" style="font-size:48rpx;padding-top: 4rpx;color: #ccc;" bindtap="onFlodTap"></text> |
|
|
|
</view> |
|
|
|
<view style="display: {{ unflod ? 'block' : 'none'}};padding:16rpx 24rpx;"> |
|
|
|
|
|
|
|
<view class="flex" style="padding-bottom: 16rpx;"> |
|
|
|
<view style="width: 30%;padding-left: 32rpx;">品类</view> |
|
|
|
<view style="width: 20%;text-align: center"> |
|
|
|
<text class="text-df" style="color: #555555;">价格</text> |
|
|
|
<text style="color: #555555;font-size: 20rpx;">(元/吨)</text> |
|
|
|
</view> |
|
|
|
<view style="width: 20%;padding-left: 40rpx;">涨跌</view> |
|
|
|
<view style="width: 30%;"> |
|
|
|
<text class="text-df" style="color: #555555;">平均扣点</text> |
|
|
|
<text style="color: #555555;font-size: 20rpx;">(最近7天)</text> |
|
|
|
</view> |
|
|
|
<view class="list-empty" style="height:240rpx" wx:if="{{!itemList.length}}"> |
|
|
|
<view class="load-spinner text-gray" /> |
|
|
|
</view> |
|
|
|
<view class="flex flex-center bg-white" style="padding:16rpx 24rpx;"> |
|
|
|
<view class="text-df text-black" style="width: 25%;">东莞金洲</view> |
|
|
|
<view class="flex flex-center" style="width: 25%;"> |
|
|
|
<text class="text-lg text-red">2560</text> |
|
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text> |
|
|
|
<view wx:else> |
|
|
|
<view class="flex" style="padding-bottom: 16rpx;"> |
|
|
|
<view style="width: 30%;padding-left: 32rpx;">品类</view> |
|
|
|
<view style="width: 20%;text-align: center"> |
|
|
|
<text class="text-df" style="color: #555555;">价格</text> |
|
|
|
<text style="color: #555555;font-size: 20rpx;">(元/吨)</text> |
|
|
|
</view> |
|
|
|
<view style="width: 20%;padding-left: 40rpx;">涨跌</view> |
|
|
|
<view style="width: 30%;"> |
|
|
|
<text class="text-df" style="color: #555555;">平均扣点</text> |
|
|
|
<text style="color: #555555;font-size: 20rpx;">(最近7天)</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="text-df text-green" style="width: 20%;padding-left: 24rpx;">+20</view> |
|
|
|
<view class="text-df text-green" style="width: 10%;">--</view> |
|
|
|
<wux-button outline round type="positive" size="cate" bind:click="clipboard">代卖</wux-button> |
|
|
|
</view> |
|
|
|
<wux-divider show-text="{{ false }}"></wux-divider> |
|
|
|
<view class="flex flex-center bg-white" style="padding:16rpx 24rpx;"> |
|
|
|
<view class="text-df text-black" style="width: 25%;">东莞金洲</view> |
|
|
|
<view class="flex flex-center" style="width: 25%;"> |
|
|
|
<text class="text-lg text-red">2560</text> |
|
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text> |
|
|
|
</view> |
|
|
|
<view class="text-df text-green" style="width: 20%;padding-left: 24rpx;">+20</view> |
|
|
|
<view class="text-df text-green" style="width: 10%;">--</view> |
|
|
|
<wux-button outline round type="positive" size="cate" bind:click="clipboard">代卖</wux-button> |
|
|
|
</view> |
|
|
|
<wux-divider show-text="{{ false }}"></wux-divider> |
|
|
|
<view class="flex flex-center bg-white" style="padding:16rpx 24rpx;"> |
|
|
|
<view class="text-df text-black" style="width: 25%;">东莞金洲</view> |
|
|
|
<view class="flex flex-center" style="width: 25%;"> |
|
|
|
<text class="text-lg text-red">2560</text> |
|
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text> |
|
|
|
<view class="flex flex-center bg-white item-content" wx:for="{{itemList}}" wx:key="index"> |
|
|
|
<view class="text-df text-black" style="width: 25%;">一级纸品</view> |
|
|
|
<view class="flex flex-center" style="width: 25%;"> |
|
|
|
<text class="text-lg text-red">2560</text> |
|
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text> |
|
|
|
</view> |
|
|
|
<view class="text-df text-green" style="width: 20%;padding-left: 24rpx;">+20</view> |
|
|
|
<view class="text-df text-green" style="width: 10%;">--</view> |
|
|
|
<wux-button outline round type="positive" size="cate" data-index="{{index}}" bind:click="agentOrder">代卖</wux-button> |
|
|
|
</view> |
|
|
|
<view class="text-df text-green" style="width: 20%;padding-left: 24rpx;">+20</view> |
|
|
|
<view class="text-df text-green" style="width: 10%;">--</view> |
|
|
|
<wux-button outline round type="positive" size="cate" bind:click="clipboard">代卖</wux-button> |
|
|
|
</view> |
|
|
|
</view> |