diff --git a/src/pages-sub/asset/index.vue b/src/pages-sub/asset/index.vue
index 38acc9c..f634405 100644
--- a/src/pages-sub/asset/index.vue
+++ b/src/pages-sub/asset/index.vue
@@ -3,11 +3,13 @@
style: {
navigationBarTitleText: '资金明细',
navigationBarBackgroundColor: '#fff',
+ navigationStyle: 'custom',
},
}
-
-
+
+
+
@@ -40,7 +46,7 @@ function getType(item) {
-
+
diff --git a/src/pages.json b/src/pages.json
index ceaefd8..b7c0cc2 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -120,7 +120,8 @@
"type": "page",
"style": {
"navigationBarTitleText": "资金明细",
- "navigationBarBackgroundColor": "#fff"
+ "navigationBarBackgroundColor": "#fff",
+ "navigationStyle": "custom"
}
},
{
@@ -158,7 +159,8 @@
"type": "page",
"style": {
"navigationBarTitleText": "投资记录",
- "navigationBarBackgroundColor": "#fff"
+ "navigationBarBackgroundColor": "#fff",
+ "navigationStyle": "custom"
}
},
{
diff --git a/src/pages/register/index.vue b/src/pages/register/index.vue
index 7353c18..89409f9 100644
--- a/src/pages/register/index.vue
+++ b/src/pages/register/index.vue
@@ -84,9 +84,14 @@ onLoad(async (options) => {
-
+
+
-
+
手机号
{
box-sizing: border-box;
min-height: 100vh;
padding-bottom: 200rpx;
- background-image: url('@/static/images/login-bg.png');
+ background-image: url('@/static/images/register-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
}
diff --git a/src/static/images/assets-bg.jpg b/src/static/images/assets-bg.jpg
new file mode 100644
index 0000000..0fc78cf
Binary files /dev/null and b/src/static/images/assets-bg.jpg differ
diff --git a/src/static/images/register-bg.jpg b/src/static/images/register-bg.jpg
new file mode 100644
index 0000000..39c7e0e
Binary files /dev/null and b/src/static/images/register-bg.jpg differ