diff --git a/pages.json b/pages.json
index 93089ca..fde07bf 100644
--- a/pages.json
+++ b/pages.json
@@ -12,6 +12,18 @@
}
}
},
+ {
+ "path": "pages/card/index",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "会员卡",
+ "enablePullDownRefresh": true,
+ "mp-alipay": {
+ "transparentTitle": "always",
+ "titlePenetrate": "YES"
+ }
+ }
+ },
{
"path": "pages/my/my",
"style": {
diff --git a/pages/card/index.vue b/pages/card/index.vue
new file mode 100644
index 0000000..e63c3ad
--- /dev/null
+++ b/pages/card/index.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+ {{ storeDetail.name }}
+
+
+
+
+
+
+
+
\ No newline at end of file