@@ -31,7 +31,9 @@
"target/person",
"account/index",
"activity/index",
- "activity/detail"
+ "activity/detail",
+ "tool/index",
+ "invoice/index"
]
},
{
@@ -0,0 +1,8 @@
+Page({
+ data: {
+
+ },
+ onLoad(options) {
+})
@@ -0,0 +1,3 @@
+{
+ "usingComponents": {}
+}
@@ -81,14 +81,14 @@ Page({
bColor: "#FDF1ED",
icon: "icon-kaipiao"
})
- /* ------------------------------- */
gridList.push({
name: "开票",
- path: "#",
+ path: "/packageA/invoice/index",
color: "#EB4B5C",
+ /* ------------------------------- */
name: "数据查询",
path: "#",
@@ -64,6 +64,13 @@
"query": "",
"launchMode": "default",
"scene": null
+ {
+ "name": "购物车",
+ "pathName": "packageA/shopping/index",
+ "query": "",
+ "launchMode": "default",
+ "scene": null
}