Skip to content

Commit eabae85

Browse files
committed
商品分类页面
1 parent ac5fffd commit eabae85

File tree

11 files changed

+351
-95
lines changed

11 files changed

+351
-95
lines changed

node_modules/.bin/eslint

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/apifm-uniapp/index.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/apifm-uniapp/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/eslint/.DS_Store

-6 KB
Binary file not shown.

node_modules/eslint/bin/eslint.js

100644100755
File mode changed.

node_modules/eslint/package.json

Lines changed: 46 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"test": "eslint . --fix"
55
},
66
"devDependencies": {
7-
"apifm-uniapp": "^3.46.0",
7+
"apifm-uniapp": "^3.48.0",
88
"eslint": "^8.2.0",
99
"eslint-config-airbnb": "^19.0.0",
1010
"vue-i18n": "^8.20.0"

pages.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"style": {
3131
"navigationBarTitleText":"公告详情"
3232
}
33+
},
34+
{
35+
"path" : "pages/category/category",
36+
"style": {
37+
"navigationBarTitleText":"商品分类"
38+
}
3339
}
3440
],
3541
"globalStyle": {
@@ -51,10 +57,10 @@
5157
"text": "首页"
5258
},
5359
{
54-
"pagePath": "pages/index/start",
55-
"iconPath": "static/images/nav/home-off.png",
56-
"selectedIconPath": "static/images/nav/home-on.png",
57-
"text": "首页2"
60+
"pagePath": "pages/category/category",
61+
"iconPath": "static/images/nav/fl-off.png",
62+
"selectedIconPath": "static/images/nav/fl-on.png",
63+
"text": "分类"
5864
}
5965
]
6066
}

0 commit comments

Comments
 (0)