Browse Source

feat: 订单bug

2912631854@qq.com 11 months ago
parent
commit
d8ef568527
3 changed files with 6 additions and 3 deletions
  1. 2 1
      pages.json
  2. 1 1
      pages/house/WriteOffResults.vue
  3. 3 1
      pagesMy/orderList/orderList.vue

+ 2 - 1
pages.json

@@ -366,7 +366,8 @@
 					"style": {
 						"navigationBarTitleText": "订单列表",
 						"enablePullDownRefresh": false,
-						"navigationBarBackgroundColor": "#fff"
+						"navigationBarBackgroundColor": "#fff",
+						"navigationStyle": "custom"
 					}
 				}, {
 					"path": "orderList/alreadyBook",

+ 1 - 1
pages/house/WriteOffResults.vue

@@ -38,7 +38,7 @@
 			// 	})
 			// },
 			toReturnHome() {
-				uni.reLaunch({
+				uni.navigateTo({
 					url: '/pagesMy/orderList/orderList'
 				})
 

+ 3 - 1
pagesMy/orderList/orderList.vue

@@ -1,5 +1,7 @@
 <template>
-	<view class="pages">
+	<!-- <view class="pages"> -->
+	<view class="pages" :style="{'min-height':h+'px','padding-top':(mt)+'px'}">
+		<c-nav-bar title="核销结果" showIcon="true" :titleStyle="titleStyle"></c-nav-bar>
 		<!-- <TopTabs :list="tabList" @changeTab="changeTab">
 		</TopTabs> -->
 		<view class="tb">