@@ -116,7 +116,8 @@
}, {
"path": "entrustForm",
"style": {
- "navigationBarTitleText": "发布委托"
+ "navigationBarTitleText": "发布委托",
+ "backgroundColor": "#f7f7f7"
}
"path": "addressList",
@@ -1,5 +1,5 @@
<template>
- <scroll-view class="container" :style="{backgroundColor: entrustTotle ? '#f7f7f7' : '#FFFFFF'}" scroll-y="true" @scrolltolower="handleLoadMore()">
+ <scroll-view class="container" :style="{backgroundColor: entrustTotle ? '#f7f7f7' : '#f7f7f7'}" scroll-y="true" @scrolltolower="handleLoadMore()">
<view class="entrust-info">
<view class="entrust-info-text">共{{entrustTotle}}个委托订单</view>
</view>