|
@@ -11,7 +11,7 @@
|
|
|
<!-- 接单信息 -->
|
|
|
<view class="bottom-new-notice" v-if="orderStatusText">
|
|
|
<view class="notice-content">
|
|
|
- <view class="notice-content-item"><span class="t-icon t-icon-home_icon_bells"></span><span class="item-title">最新通知</span></view>
|
|
|
+ <view class="notice-content-item"><u-icon class="icon" name="home_icon_bells" custom-prefix="custom-icon" size="38" color="#333"></u-icon></span><span class="item-title">最新通知</span></view>
|
|
|
<view class="notice-content-item">骑手<span>{{orderStatusText ? orderStatusText :''}},</span>请耐心等待</view>
|
|
|
<view class="notice-content-item">{{orderTime ? orderTime :''}}</view>
|
|
|
</view>
|
|
@@ -28,29 +28,29 @@
|
|
|
<view class="bottom-statistics">
|
|
|
<view class="statistics-rubbishType">
|
|
|
<view class="statistics-box" v-if="rubbishPaperList.length">
|
|
|
- <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_paper" style="display: inline-block;margin-right:10upx;"></span>{{rubbishPaperName ? rubbishPaperName :''}}</view>
|
|
|
+ <view class="rubbishType-type"><u-icon class="icon" name="home_icon_paper" custom-prefix="custom-icon" size="36" color="#333"></u-icon><span style="display:in;ine-block; margin-left:10upx">{{rubbishPaperName ? rubbishPaperName :''}}</span></view>
|
|
|
<view v-for="item in rubbishPaperList" class="rubbishType-item">
|
|
|
- <span>{{item.name ? item.name+':' :''}}</span><span>{{item.customerPrice ? (item.customerPrice).toFixed(2)/1 :0}} 元/kg</span>
|
|
|
+ <span>{{item.name ? item.name :''}}</span><span>{{item.customerPrice ? ':'+(item.customerPrice).toFixed(2)/1+'元/kg' :''}} </span>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="statistics-box" v-if="rubbishYWList.length">
|
|
|
- <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_clothing" style="display: inline-block;margin-right:10upx;"></span>{{rubbishYWName ? rubbishYWName :''}}</view>
|
|
|
+ <view class="rubbishType-type"><u-icon class="icon" name="home_icon_clothing" custom-prefix="custom-icon" size="36" color="#333"></u-icon><span style="display:in;ine-block; margin-left:10upx">{{rubbishYWName ? rubbishYWName :''}}</span></view>
|
|
|
<view v-for="item in rubbishYWList" class="rubbishType-item">
|
|
|
- <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice).toFixed(2)/1 :0}} 元/kg</view>
|
|
|
+ <span>{{item.name ? item.name :''}}</span><span>{{item.customerPrice ? ':'+(item.customerPrice).toFixed(2)/1+'元/kg' :''}} </span>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="statistics-rubbishType">
|
|
|
<view class="statistics-box" v-if="rubbishSLList.length">
|
|
|
- <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_plastic" style="display: inline-block;margin-right:10upx;"></span>{{rubbishSLName ? rubbishSLName :''}}</view>
|
|
|
+ <view class="rubbishType-type"><u-icon class="icon" name="home_icon_plastic" custom-prefix="custom-icon" size="36" color="#333"></u-icon><span style="display:in;ine-block; margin-left:10upx">{{rubbishSLName ? rubbishSLName :''}}</span></view>
|
|
|
<view v-for="item in rubbishSLList" class="rubbishType-item">
|
|
|
- <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice).toFixed(2)/1 :0}} 元/kg</view>
|
|
|
+ <span>{{item.name ? item.name :''}}</span><span>{{item.customerPrice ? ':'+(item.customerPrice).toFixed(2)/1+'元/kg' :''}} </span>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="statistics-box" v-if="rubbishJSList.length">
|
|
|
- <view class="rubbishType-type"><span class="t-icon t-icon-home_icon_metal" style="display: inline-block;margin-right:10upx;"></span>{{rubbishJSName ? rubbishJSName :''}}</view>
|
|
|
+ <view class="rubbishType-type"><u-icon class="icon" name="home_icon_metal" custom-prefix="custom-icon" size="36" color="#333"></u-icon><span style="display:in;ine-block; margin-left:10upx">{{rubbishJSName ? rubbishJSName :''}}</span></view>
|
|
|
<view v-for="item in rubbishJSList" class="rubbishType-item">
|
|
|
- <view>{{item.name ? item.name+':' :''}}{{item.customerPrice ? (item.customerPrice).toFixed(2)/1 :0}} 元/kg</view>
|
|
|
+ <span>{{item.name ? item.name :''}}</span><span>{{item.customerPrice ? ':'+(item.customerPrice).toFixed(2)/1+'元/kg' :''}} </span>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|