diff --git a/config.js b/config.js
index b9e4484..844b6c6 100644
--- a/config.js
+++ b/config.js
@@ -21,7 +21,10 @@ module.exports = {
}, {
title: "会员协议",
code: "member_agreement"
- },
+ }, {
+ title: "新人手册",
+ code: "new_people_text"
+ }
]
}
}
\ No newline at end of file
diff --git a/pages/common/richview/index.vue b/pages/common/richview/index.vue
index f2aa81c..93a5489 100644
--- a/pages/common/richview/index.vue
+++ b/pages/common/richview/index.vue
@@ -1,62 +1,74 @@
-
-
-
-
-
+
+
+
+
+
+
+ .container {
+ padding-top: calc(90rpx + var(--status-bar-height));
+ height: 100%;
+ padding-left: 20rpx;
+ padding-right: 20rpx;
+ background: white;
+ display: flex;
+ flex-direction: column;
+
+ .body {
+ height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 95rpx);
+ overflow-y: scroll;
+ overflow: auto;
+ }
+ }
+
\ No newline at end of file
diff --git a/pages/mine/mine-index.vue b/pages/mine/mine-index.vue
index 1e6dd44..ad335bf 100644
--- a/pages/mine/mine-index.vue
+++ b/pages/mine/mine-index.vue
@@ -122,12 +122,6 @@
名片
-
@@ -135,22 +129,22 @@
其他信息