|
|
|
@ -1,24 +1,23 @@ |
|
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> |
|
|
|
<wxs module="moment" src="../../moment/index.wxs"></wxs> |
|
|
|
<view class="item-tips" wx:if="{{item.tipsTime}}">{{moment.formateDate(item.tipsTime)}}</view> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 32rpx"> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 32rpx" bindtap="lookItem"> |
|
|
|
<view style="width: 30%;" > |
|
|
|
<highlight-text content="{{item.shortName}}" keyword="{{keyword}}" class="text-df text-black text-cut"/> |
|
|
|
<!-- <view class="text-df text-black text-cut" bindtap="lookItem">{{item.shortName}}</view> --> |
|
|
|
<view class="{{item.hasFollowed ? 'attention-bg' : 'attention-unbg'}}" catchtap="attention"> |
|
|
|
<text>{{item.hasFollowed ? '已关注' : '点击关注'}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view style="width: 30%;" bindtap="lookItem"> |
|
|
|
<view style="width: 30%;"> |
|
|
|
<view class="flex flex-center" style="justify-content: flex-start"> |
|
|
|
<text class="text-lg text-bold {{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> |
|
|
|
</view> |
|
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;">调价时间:{{moment.formateTimes(item.latestQuoteTime, 5, 10)}}</view> |
|
|
|
</view> |
|
|
|
<view class="text-black" style="width: 20%;;" bindtap="lookItem">{{stringUtil.queue(item.totalReceivedQuantity)}}</view> |
|
|
|
<view class="text-black" style="width: 16%;" bindtap="lookItem">{{stringUtil.precent(item.startDeductionPoints)}}</view> |
|
|
|
<view style="width: 48rpx;" bindtap="onFlodTap"> |
|
|
|
<view class="text-black" style="width: 20%;">{{stringUtil.queue(item.totalReceivedQuantity)}}</view> |
|
|
|
<view class="text-black" style="width: 16%;">{{stringUtil.precent(item.startDeductionPoints)}}</view> |
|
|
|
<view style="width: 48rpx;" catchtap="onFlodTap"> |
|
|
|
<text class="cuIcon-triangle{{unflod ? 'upfill': 'downfill'}} text-gray" style="font-size:48rpx;"></text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|