Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
8fc8869c25
2 changed files with 3 additions and 4 deletions
  1. 1
      pages/agent/fragment/index.wxml
  2. 6
      pages/moment/moment-item/index.wxml

1
pages/agent/fragment/index.wxml

@ -1,4 +1,3 @@
<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<view class="cu-custom top-bg" style="height:{{customHeight}}rpx;z-index: 99;"> <view class="cu-custom top-bg" style="height:{{customHeight}}rpx;z-index: 99;">
<view class="cu-bar fixed " style="height:{{customHeight}}rpx;padding-top:{{StatusBar}}rpx;border-bottom:none;padding-right: 24rpx;width: {{customWidth}}px"> <view class="cu-bar fixed " style="height:{{customHeight}}rpx;padding-top:{{StatusBar}}rpx;border-bottom:none;padding-right: 24rpx;width: {{customWidth}}px">
<view class="bg-white flex flex-center" style="margin-left:24rpx;flex: 1;border-radius: 16rpx;height: 64rpx;" catchtap="searchList"> <view class="bg-white flex flex-center" style="margin-left:24rpx;flex: 1;border-radius: 16rpx;height: 64rpx;" catchtap="searchList">

6
pages/moment/moment-item/index.wxml

@ -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>

Loading…
Cancel
Save