|
|
@@ -171,7 +171,7 @@ export default {
|
|
|
inAmountShow: false,
|
|
|
menuList: [
|
|
|
{ key: "address", name: "地址设置", icon: "my-address" },
|
|
|
- { key: "book", name: "系统使用教程", icon: "my-book" },
|
|
|
+ { key: "book", name: "使用教程", icon: "my-book" },
|
|
|
{ key: "password", name: "密码修改", icon: "my-password" },
|
|
|
{ key: "cashSet", name: "提现账号", icon: "my-bell" },
|
|
|
{ key: "logout", name: "退出登录", icon: "my-logout" }
|
|
|
@@ -366,7 +366,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.page-hero {
|
|
|
- padding: 0 28upx 22upx;
|
|
|
+ padding: 0 28upx 0upx;
|
|
|
background: linear-gradient(180deg, #e9f8ef 0%, #f7fbf8 78%, rgba(247, 251, 248, 0) 100%);
|
|
|
}
|
|
|
|