diff --git a/.gitignore b/.gitignore index 0655b78..e96f707 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.hbuilderx/ /unpackage/ -/node_modules/ \ No newline at end of file +/node_modules/ +/pages/ \ No newline at end of file diff --git a/pages.json b/pages.json index a8363f0..b6968b1 100644 --- a/pages.json +++ b/pages.json @@ -373,7 +373,14 @@ "style": { "navigationBarTitleText" : "绿色有机标准认证" } + }, + { + "path": "pointsMall/index", + "style": { + "navigationBarTitleText" : "积分商城" + } } + ] }], "tabBar": { diff --git a/pages/user/user.vue b/pages/user/user.vue index d604832..fe30396 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -1,54 +1,63 @@