Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
color

liuboyan 4 years ago
parent
commit
1d537204da
2 changed files with 3 additions and 2 deletions
  1. 2 1
      pages.json
  2. 1 1
      pagesMain/entrustList.vue

+ 2 - 1
pages.json

@@ -116,7 +116,8 @@
 		}, {
 			"path": "entrustForm",
 			"style": {
-				"navigationBarTitleText": "发布委托"
+				"navigationBarTitleText": "发布委托",
+				"backgroundColor": "#f7f7f7"
 			}
 		}, {
 			"path": "addressList",

+ 1 - 1
pagesMain/entrustList.vue

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