|
@@ -12,7 +12,7 @@
|
|
|
<view class="tabsview" bindtap="changeStatus" data-status="{{2}}" data-islab="{{true}}" style="color:{{status==2?'#363F4A':'#9199A3'}};border-bottom:{{status==2?'6rpx solid #0089FD':''}}">提单</view>
|
|
<view class="tabsview" bindtap="changeStatus" data-status="{{2}}" data-islab="{{true}}" style="color:{{status==2?'#363F4A':'#9199A3'}};border-bottom:{{status==2?'6rpx solid #0089FD':''}}">提单</view>
|
|
|
</view>
|
|
</view>
|
|
|
<scroll-view bindrefresherrefresh="scrollDownList" refresher-triggered="{{isFreshing}}" refresher-enabled="{{true}}" scroll-y="true" bindscrolltolower="scrollList" style="height:calc(100vh - 140rpx);padding-bottom: 200rpx;">
|
|
<scroll-view bindrefresherrefresh="scrollDownList" refresher-triggered="{{isFreshing}}" refresher-enabled="{{true}}" scroll-y="true" bindscrolltolower="scrollList" style="height:calc(100vh - 140rpx);padding-bottom: 200rpx;">
|
|
|
- <VoyageCard wx:for="{{list}}" wx:key="index" item="{{item}}" data-id="{{item.id}}" bindtap="goToDetail" data-index="{{index}}" data-medias="{{item.medias}}" data-trans="{{item.transStatusName}}">
|
|
|
|
|
|
|
+ <VoyageCard wx:for="{{list}}" wx:key="index" item="{{item}}" data-id="{{item.id}}" bindtap="goToDetail" data-index="{{index}}" data-medias="{{item.medias}}" data-trans="{{item.transStatusName}}" cardStyle="{{item.id==currentDailyId?'background:rgba(0,110,200,0.1)':''}}">
|
|
|
<image mode="aspectFit" style="width: 40rpx;height: 40rpx;" catchtap="call" data-phone="{{item.shipOwnerPhone}}" src="../../../images/newUI/phone.png"></image>
|
|
<image mode="aspectFit" style="width: 40rpx;height: 40rpx;" catchtap="call" data-phone="{{item.shipOwnerPhone}}" src="../../../images/newUI/phone.png"></image>
|
|
|
</VoyageCard>
|
|
</VoyageCard>
|
|
|
<!-- <view bindtap="scrollList" class="bottom-text">{{total==0?'暂无数据':(total>size*currentPage?'点击或滑动加载更多...':'已加载完毕')}}</view> -->
|
|
<!-- <view bindtap="scrollList" class="bottom-text">{{total==0?'暂无数据':(total>size*currentPage?'点击或滑动加载更多...':'已加载完毕')}}</view> -->
|