hwb0 3 lat temu
rodzic
commit
d499568685
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 2 2
      components/custom-tab-bar/custom-tab-bar.vue
  2. 2 2
      pages.json

+ 2 - 2
components/custom-tab-bar/custom-tab-bar.vue

@@ -53,13 +53,13 @@
 						name: "index",
 						iconPath: "../../static/tabbar/index.png",
 						selectedIconPath: "../../static/tabbar/index_select.png",
-						text: "刮奖"
+						text: "首页"
 					},
 					{
 						name: "core",
 						iconPath: "../../static/tabbar/core.png",
 						selectedIconPath: "../../static/tabbar/core_select.png",
-						text: "兑换大厅"
+						text: "商城"
 					},
 					{
 						name: "activity",

+ 2 - 2
pages.json

@@ -155,10 +155,10 @@
 		"selectedColor": "red",
 		"list": [{
 			"pagePath": "pages/index/index",
-			"text": "刮奖"
+			"text": "首页"
 		}, {
 			"pagePath": "pages/core/index",
-			"text": "兑奖大厅"
+			"text": "商城"
 		}, {
 			"pagePath": "pages/activity/index",
 			"text": "免费抽奖"