diff --git a/pages.json b/pages.json
index 74a360f..239c706 100644
--- a/pages.json
+++ b/pages.json
@@ -90,7 +90,15 @@
"navigationBarTextStyle": "black"
}
},
-
+ {
+ "path" : "pages/common/privacy_agreement",
+ "style": {
+ "navigationBarTitleText": "隐私协议",
+ "navigationStyle": "default",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
diff --git a/pages/common/privacy_agreement.vue b/pages/common/privacy_agreement.vue
new file mode 100644
index 0000000..8183fd0
--- /dev/null
+++ b/pages/common/privacy_agreement.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+