Browse Source

款项识别页面新增

Admin 3 years ago
parent
commit
a33c36b1c2
2 changed files with 79 additions and 46 deletions
  1. 1 6
      pages.json
  2. 78 40
      pages/distinguish/index.vue

+ 1 - 6
pages.json

@@ -1,7 +1,7 @@
 {
 	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
 		{
-			"path": "pages/tabBar/statistics/index",
+			"path": "pages/distinguish/index",
 			"style": {
 				"navigationBarTitleText": "",
 				"enablePullDownRefresh":true,
@@ -43,11 +43,6 @@
 		"borderStyle": "black",
 		"backgroundColor": "#ffffff",
 		"list": [{
-				"pagePath": "pages/tabBar/statistics/index",
-				"iconPath": "static/icon-estrch@2x.png",
-				"selectedIconPath": "static/icon-estrch-active@2x.png",
-				"text": "统计"
-			},{
 				"pagePath": "pages/tabBar/order/index",
 				"iconPath": "static/icon-order@2x.png",
 				"selectedIconPath": "static/icon-order-active@2x.png",

File diff suppressed because it is too large
+ 78 - 40
pages/distinguish/index.vue


Some files were not shown because too many files changed in this diff