|
|
@ -1,8 +1,9 @@ |
|
|
<!--pages/main/index.wxml--> |
|
|
<!--pages/main/index.wxml--> |
|
|
|
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> |
|
|
<view style="height: 64rpx;line-height: 64rpx;text-align: center;background-color: #F7F8FA;color: #888888;" wx:if="{{item.tipsTime}}">{{item.tipsTime}}</view> |
|
|
<view style="height: 64rpx;line-height: 64rpx;text-align: center;background-color: #F7F8FA;color: #888888;" wx:if="{{item.tipsTime}}">{{item.tipsTime}}</view> |
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx" bindtap="lookItem"> |
|
|
|
|
|
|
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx"> |
|
|
<view style="width: 25%;"> |
|
|
<view style="width: 25%;"> |
|
|
<view class="text-df text-black text-cut">{{item.shortName}}</view> |
|
|
|
|
|
|
|
|
<view class="text-df text-black text-cut" bindtap="lookItem">{{item.shortName}}</view> |
|
|
<!-- <view class="attention-bg" bindtap="onAttentionChange"> |
|
|
<!-- <view class="attention-bg" bindtap="onAttentionChange"> |
|
|
<text class="{{item.hasFollowed ? 'text-blue' : 'text-red'}}">{{item.hasFollowed ? '关注' : '已关注'}}</text> |
|
|
<text class="{{item.hasFollowed ? 'text-blue' : 'text-red'}}">{{item.hasFollowed ? '关注' : '已关注'}}</text> |
|
|
</view> --> |
|
|
</view> --> |
|
|
@ -13,7 +14,7 @@ |
|
|
<text class="text-lg text-red">{{item.typicalFloatingQuotedPrice}}</text> |
|
|
<text class="text-lg text-red">{{item.typicalFloatingQuotedPrice}}</text> |
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text> |
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;text-align: center">更新时间09-09</view> |
|
|
|
|
|
|
|
|
<!-- <view class="text-gray text-sm" style="margin-top: 4rpx;text-align: center">更新时间09-09</view> --> |
|
|
</view> |
|
|
</view> |
|
|
<view style="flex: 1;">{{item.retainedReceivedQuantity || '- -'}}</view> |
|
|
<view style="flex: 1;">{{item.retainedReceivedQuantity || '- -'}}</view> |
|
|
<view style="flex: 1;">{{item.startDeductionPoints}}</view> |
|
|
<view style="flex: 1;">{{item.startDeductionPoints}}</view> |
|
|
@ -41,13 +42,13 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-center bg-white item-content" wx:for="{{itemList}}" wx:key="index"> |
|
|
<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="text-df text-black" style="width: 25%;">{{item.categoryName}}</view> |
|
|
<view class="flex flex-center" style="width: 25%;"> |
|
|
<view class="flex flex-center" style="width: 25%;"> |
|
|
<text class="text-lg text-red">2560</text> |
|
|
|
|
|
|
|
|
<text class="text-lg text-red">{{formate.formatePrice(item.quotedPrice, 1)}}</text> |
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text> |
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></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> |
|
|
|
|
|
|
|
|
<view class="text-df text-green" style="width: 20%;padding-left: 24rpx;">{{item.floatingQuotedPrice}}</view> |
|
|
|
|
|
<view class="text-df text-green" style="width: 10%;">{{item.averageDeductionPoints || '- -'}}</view> |
|
|
<wux-button outline round type="positive" size="cate" data-index="{{index}}" bind:click="agentOrder">代卖</wux-button> |
|
|
<wux-button outline round type="positive" size="cate" data-index="{{index}}" bind:click="agentOrder">代卖</wux-button> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |