|
|
@ -11,7 +11,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<view style="width: 40%;" bindtap="lookItem"> |
|
|
<view style="width: 40%;" bindtap="lookItem"> |
|
|
<view class="flex flex-center"> |
|
|
<view class="flex flex-center"> |
|
|
<text class="text-lg {{moment.colorText(item.typicalFloatingQuotedPrice)}}">{{formate.formatePrice(item.typicalFloatingQuotedPrice, 0) || '- -'}}</text> |
|
|
|
|
|
|
|
|
<text class="text-lg {{moment.colorText(item.typicalFloatingQuotedPrice)}}">{{formate.formatePrice(item.typicalFloatingQuotedPrice, 0)}}</text> |
|
|
<image class="float-image" src="{{moment.floatImage(item.typicalFloatingQuotedPrice)}}" wx:if="{{moment.checkPrice(item.typicalFloatingQuotedPrice)}}"></image> |
|
|
<image class="float-image" src="{{moment.floatImage(item.typicalFloatingQuotedPrice)}}" wx:if="{{moment.checkPrice(item.typicalFloatingQuotedPrice)}}"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;text-align: center">更新时间:{{moment.formateText(item.latestQuoteTime, 10)}}</view> |
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;text-align: center">更新时间:{{moment.formateText(item.latestQuoteTime, 10)}}</view> |
|
|
@ -44,10 +44,10 @@ |
|
|
<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: 20%;">{{item.categoryName}}</view> |
|
|
<view class="text-df text-black" style="width: 20%;">{{item.categoryName}}</view> |
|
|
<view class="flex flex-center" style="width: 30%;"> |
|
|
<view class="flex flex-center" style="width: 30%;"> |
|
|
<text class="text-lg {{moment.colorText(item.floatingQuotedPrice)}}">{{formate.formatePrice(item.quotedPrice, 0) || '- -'}}</text> |
|
|
|
|
|
|
|
|
<text class="text-lg {{moment.colorText(item.floatingQuotedPrice)}}">{{formate.formatePrice(item.quotedPrice, 0)}}</text> |
|
|
<image class="float-image" src="{{moment.floatImage(item.floatingQuotedPrice)}}" wx:if="{{moment.checkPrice(item.floatingQuotedPrice)}}"></image> |
|
|
<image class="float-image" src="{{moment.floatImage(item.floatingQuotedPrice)}}" wx:if="{{moment.checkPrice(item.floatingQuotedPrice)}}"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="text-df text-center {{moment.colorText(item.floatingQuotedPrice)}}" style="width: 20%;">{{item.floatingQuotedPrice || '- -'}}</view> |
|
|
|
|
|
|
|
|
<view class="text-df text-center {{moment.colorText(item.floatingQuotedPrice)}}" style="width: 20%;">{{formate.formatePrice(item.floatingQuotedPrice, 0)}}</view> |
|
|
<view class="text-df text-black text-center" style="width: 10%;">{{item.averageDeductionPoints || '- -'}}</view> |
|
|
<view class="text-df text-black text-center" style="width: 10%;">{{item.averageDeductionPoints || '- -'}}</view> |
|
|
<view class="flex flex-center" style="width: 20%;align-items: flex-end"> |
|
|
<view class="flex flex-center" style="width: 20%;align-items: flex-end"> |
|
|
<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> |
|
|
|