zhaogongxue 10 mesi fa
parent
commit
9abc4c390f
4 ha cambiato i file con 59 aggiunte e 41 eliminazioni
  1. 3 3
      pageA/index.vue
  2. 52 36
      pages.json
  3. 3 1
      pages/index/index.vue
  4. 1 1
      pages/mine/mine.vue

+ 3 - 3
pageA/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view>
-		
+
 	</view>
 </template>
 
@@ -8,7 +8,7 @@
 	export default {
 		data() {
 			return {
-				
+
 			};
 		}
 	}
@@ -16,4 +16,4 @@
 
 <style lang="scss">
 
-</style>
+</style>

+ 52 - 36
pages.json

@@ -101,40 +101,56 @@
 		"navigationBarBackgroundColor": "#fff",
 		"backgroundColor": "#222"
 	},
-	"uniIdRouter": {},
-	"tabBar": {
-		"color": "#333333",
-		"selectedColor": "#F83224",
-		"list": [{
-				"iconPath": "static/express1.png",
-				"selectedIconPath": "static/express2.png",
-				"text": "跨境速递",
-				"pagePath": "pages/express/express"
-			},
-			{
-				"iconPath": "static/index1.png",
-				"selectedIconPath": "static/index2.png",
-				"text": "商城",
-				"pagePath": "pages/index/index"
-			},
-			{
-				"iconPath": "static/shop.png",
-				"selectedIconPath": "static/shop.png",
-				"text": "购",
-				"pagePath": "pages/shopping/shopping"
-			},
-			{
-				"iconPath": "static/cart1.png",
-				"selectedIconPath": "static/cart2.png",
-				"text": "购物车",
-				"pagePath": "pages/cart/cart"
-			},
-			{
-				"iconPath": "static/mine1.png",
-				"selectedIconPath": "static/mine2.png",
-				"text": "我的",
-				"pagePath": "pages/mine/mine"
-			}
-		]
-	}
+	"uniIdRouter": {}
+	// "tabBar": {
+	// 	// "color": "#333333",
+	// 	// "selectedColor": "#F83224",
+	// 	// "list": [{
+	// 	// 		"iconPath": "static/express1.png",
+	// 	// 		"selectedIconPath": "static/express2.png",
+	// 	// 		"text": "跨境速递",
+	// 	// 		"pagePath": "pages/express/express"
+	// 	// 	},
+	// 	// 	{
+	// 	// 		"iconPath": "static/index1.png",
+	// 	// 		"selectedIconPath": "static/index2.png",
+	// 	// 		"text": "商城",
+	// 	// 		"pagePath": "pages/index/index"
+	// 	// 	},
+	// 	// 	{
+	// 	// 		"iconPath": "static/shop.png",
+	// 	// 		"selectedIconPath": "static/shop.png",
+	// 	// 		"text": "购",
+	// 	// 		"pagePath": "pages/shopping/shopping"
+	// 	// 	},
+	// 	// 	{
+	// 	// 		"iconPath": "static/cart1.png",
+	// 	// 		"selectedIconPath": "static/cart2.png",
+	// 	// 		"text": "购物车",
+	// 	// 		"pagePath": "pages/cart/cart"
+	// 	// 	},
+	// 	// 	{
+	// 	// 		"iconPath": "static/mine1.png",
+	// 	// 		"selectedIconPath": "static/mine2.png",
+	// 	// 		"text": "我的",
+	// 	// 		"pagePath": "pages/mine/mine"
+	// 	// 	}
+	// 	// ]
+	// 	"list": [{
+	// 			"pagePath": "pages/express/express"
+	// 		},
+	// 		{
+	// 			"pagePath": "pages/index/index"
+	// 		},
+	// 		{
+	// 			"pagePath": "pages/shopping/shopping"
+	// 		},
+	// 		{
+	// 			"pagePath": "pages/cart/cart"
+	// 		},
+	// 		{
+	// 			"pagePath": "pages/mine/mine"
+	// 		}
+	// 	]
+	// }
 }

+ 3 - 1
pages/index/index.vue

@@ -1,14 +1,16 @@
 <template>
 	<!-- 商城 -->
 	<view class="">
+		<kj-tabbar></kj-tabbar>
 	</view>
+
 </template>
 
 <script>
 	export default {
 		data() {
 			return {
-				
+
 			}
 		},
 		onLoad() {

+ 1 - 1
pages/mine/mine.vue

@@ -1,7 +1,7 @@
 <template>
 	<!-- 我的 -->
 	<view>
-		
+		<kj-tabbar></kj-tabbar>
 	</view>
 </template>