Commit 37256eb5 by 高淑倩

modify: 个人中心路径

parent 64edebc5
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
"selectedIconPath": "assets/imgs/7_1_0/cart.png" "selectedIconPath": "assets/imgs/7_1_0/cart.png"
}, },
{ {
"pagePath": "pages/my/my", "pagePath": "pages/user-center/user-center",
"text": "我的", "text": "我的",
"iconPath": "assets/imgs/7_1_0/my_un.png", "iconPath": "assets/imgs/7_1_0/my_un.png",
"selectedIconPath": "assets/imgs/7_1_0/my.png" "selectedIconPath": "assets/imgs/7_1_0/my.png"
......
...@@ -28,7 +28,7 @@ Component({ ...@@ -28,7 +28,7 @@ Component({
text: "购物车" text: "购物车"
}, },
{ {
pagePath: "/pages/my/my", pagePath: "/pages/user-center/user-center",
iconPath: "/assets/imgs/7_1_0/my_un.png", iconPath: "/assets/imgs/7_1_0/my_un.png",
selectedIconPath: "/assets/imgs/7_1_0/my.png", selectedIconPath: "/assets/imgs/7_1_0/my.png",
text: "我的" text: "我的"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment