2912631854@qq.com 1 éve
szülő
commit
ce5c84f7c9
3 módosított fájl, 80 hozzáadás és 21 törlés
  1. 36 21
      pages.json
  2. 22 0
      pagesHouse/Mine/index.vue
  3. 22 0
      pagesHouse/Verification/index.vue

+ 36 - 21
pages.json

@@ -122,28 +122,43 @@
 	"subPackages": [{
 			"root": "pagesHouse",
 			"pages": [{
-				"path": "home/index",
-				"style": {
-					"navigationBarTitleText": "首页",
-					"navigationStyle": "custom",
-					"enablePullDownRefresh": true
-				}
-			},{
-				"path": "home/orderList",
-				"style": {
-					"navigationBarTitleText": "订单列表",
-					"navigationStyle": "custom",
-					"enablePullDownRefresh": true
-				}
-			},
-			{
-				"path": "home/bill",
-				"style": {
-					"navigationBarTitleText": "交易账单",
-					"navigationStyle": "custom",
-					"enablePullDownRefresh": true
+					"path": "home/index",
+					"style": {
+						"navigationBarTitleText": "首页",
+						"navigationStyle": "custom",
+						"enablePullDownRefresh": true
+					}
+				}, {
+					"path": "home/orderList",
+					"style": {
+						"navigationBarTitleText": "订单列表",
+						"navigationStyle": "custom",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "home/bill",
+					"style": {
+						"navigationBarTitleText": "交易账单",
+						"navigationStyle": "custom",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "Verification/index",
+					"style": {
+						"navigationBarTitleText": "核销",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "Mine/index",
+					"style": {
+						"navigationBarTitleText": "我的",
+						"enablePullDownRefresh": false
+					}
 				}
-			}]
+			]
 		},
 		{
 			"root": "pagesMy",

+ 22 - 0
pagesHouse/Mine/index.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 22 - 0
pagesHouse/Verification/index.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>