@@ -95,9 +91,12 @@
diff --git a/src/pages/manage/list/client/corporateClient.vue b/src/pages/manage/list/client/corporateClient.vue
index b01b24a..e70cf6e 100644
--- a/src/pages/manage/list/client/corporateClient.vue
+++ b/src/pages/manage/list/client/corporateClient.vue
@@ -1,53 +1,52 @@
// 企业客户
-
-
+
+
-
-
-
-
-
-
-
-
- checkHanzi(val, form, 'companyName')" ref="companyName">
-
-
-
-
-
-
-
-
- phoneListen(val, form, 'phone')" maxlength="12" ref='phone'>
-
-
-
-
- checkHanzi(val, form, 'codeNumber')" ref="codeNumber">
-
-
-
-
-
-
-
-
-
-
- checkName(val, form, 'name')" ref="name">
-
-
-
+
+
+
+
+
+
+
+
+
+ checkHanzi(val, form, 'companyName')" ref="companyName">
+
+
+
+
+
+
+
+
+ phoneListen(val, form, 'phone')" maxlength="12" ref='phone'>
+
+
+
+
+ checkHanzi(val, form, 'codeNumber')" ref="codeNumber">
+
+
+
+
+
+
+
+
+
+
+ checkName(val, form, 'name')" ref="name">
+
+
+
+
+
提交
-
提交
+
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/callDeposits/accountClosed.vue b/src/pages/manage/list/personal/callDeposits/accountClosed.vue
index c34e1f3..25c64a9 100644
--- a/src/pages/manage/list/personal/callDeposits/accountClosed.vue
+++ b/src/pages/manage/list/personal/callDeposits/accountClosed.vue
@@ -305,30 +305,14 @@ export default{
}
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/callDeposits/callDeposits.vue b/src/pages/manage/list/personal/callDeposits/callDeposits.vue
index 3cd8305..b88c30c 100644
--- a/src/pages/manage/list/personal/callDeposits/callDeposits.vue
+++ b/src/pages/manage/list/personal/callDeposits/callDeposits.vue
@@ -1,19 +1,15 @@
-
+
-
-
个人业务
-
-
通知存款
-
-
{{text}}
-
+
+
+
@@ -46,11 +42,13 @@
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/currentAccount/deposit.vue b/src/pages/manage/list/personal/currentAccount/deposit.vue
index 822fe2b..9ed3a18 100644
--- a/src/pages/manage/list/personal/currentAccount/deposit.vue
+++ b/src/pages/manage/list/personal/currentAccount/deposit.vue
@@ -1,45 +1,46 @@
/* 个人业务>活期业务>存款 */
-
-
-
-
-
-
-
-
-
-
-
-
- ismoney(val, form, 'money')" ref="money">
-
-
-
-
- checkName(val, form, 'userName')">
-
-
-
-
-
-
-
- rateListen(val, form, 'annualInterest')" ref="annualInterest">
-
-
-
-
-
-
-
-
-
-
提交
-
+
+
+
+
+
+
+
+
+
+
+
+
+ ismoney(val, form, 'money')" ref="money">
+
+
+
+
+ checkName(val, form, 'userName')">
+
+
+
+
+
+
+
+ rateListen(val, form, 'annualInterest')" ref="annualInterest">
+
+
+
+
+
+
+
+
+
+ 提交
+
+
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/currentAccount/transferAccounts.vue b/src/pages/manage/list/personal/currentAccount/transferAccounts.vue
index 07284a9..7a5d43d 100644
--- a/src/pages/manage/list/personal/currentAccount/transferAccounts.vue
+++ b/src/pages/manage/list/personal/currentAccount/transferAccounts.vue
@@ -180,30 +180,28 @@ export default{
}
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/currentAccount/withdrawal.vue b/src/pages/manage/list/personal/currentAccount/withdrawal.vue
index 98ed600..714d2c1 100644
--- a/src/pages/manage/list/personal/currentAccount/withdrawal.vue
+++ b/src/pages/manage/list/personal/currentAccount/withdrawal.vue
@@ -50,6 +50,7 @@
提交
+
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/timeDeposit/openAccount.vue b/src/pages/manage/list/personal/timeDeposit/openAccount.vue
index 58b77ae..ef73996 100644
--- a/src/pages/manage/list/personal/timeDeposit/openAccount.vue
+++ b/src/pages/manage/list/personal/timeDeposit/openAccount.vue
@@ -212,30 +212,30 @@ export default{
}
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/timeDeposit/timeDeposit.vue b/src/pages/manage/list/personal/timeDeposit/timeDeposit.vue
index 90df5f2..de7f4d8 100644
--- a/src/pages/manage/list/personal/timeDeposit/timeDeposit.vue
+++ b/src/pages/manage/list/personal/timeDeposit/timeDeposit.vue
@@ -1,6 +1,6 @@
// 整存整取
-
+
-
+
+
@@ -51,6 +52,7 @@ import { mapState } from 'vuex'
import openAccount from './openAccount.vue'
import deposit from './deposit.vue'
import withdrawal from './withdrawal.vue'
+import MyTitle from '@/components/myTitle'
export default {
name: 'index',
@@ -58,6 +60,7 @@ export default {
openAccount,
deposit,
withdrawal,
+ MyTitle
},
data() {
return {
diff --git a/src/pages/manage/list/personal/timeDeposit/withdrawal.vue b/src/pages/manage/list/personal/timeDeposit/withdrawal.vue
index 36ccab3..a4fe276 100644
--- a/src/pages/manage/list/personal/timeDeposit/withdrawal.vue
+++ b/src/pages/manage/list/personal/timeDeposit/withdrawal.vue
@@ -190,30 +190,30 @@ export default{
}
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
index 856982c..dbec306 100644
--- a/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
+++ b/src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
@@ -247,30 +247,30 @@ export default{
}
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
index 7bb3f97..9566ec1 100644
--- a/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
+++ b/src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
@@ -165,30 +165,4 @@ export default{
}
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue
index dcebdff..ad22d28 100644
--- a/src/pages/manage/list/personal/usefulPhrases/openAccount.vue
+++ b/src/pages/manage/list/personal/usefulPhrases/openAccount.vue
@@ -244,30 +244,4 @@ export default{
}
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/usefulPhrases/usefulPhrases.vue b/src/pages/manage/list/personal/usefulPhrases/usefulPhrases.vue
index 6ed9971..ad751c4 100644
--- a/src/pages/manage/list/personal/usefulPhrases/usefulPhrases.vue
+++ b/src/pages/manage/list/personal/usefulPhrases/usefulPhrases.vue
@@ -1,6 +1,6 @@
-
+
-
+
+
@@ -51,12 +52,14 @@
import openAccount from './openAccount.vue'
import continueDeposit from './continueDeposit.vue'
import accountClosed from './accountClosed.vue'
+import MyTitle from '@/components/myTitle'
export default {
name: 'index',
components:{
openAccount,
continueDeposit,
accountClosed,
+ MyTitle
},
data() {
return {
diff --git a/src/pages/manage/list/servicesAccount/passwordChange.vue b/src/pages/manage/list/servicesAccount/passwordChange.vue
index 9b8d069..9b839c2 100644
--- a/src/pages/manage/list/servicesAccount/passwordChange.vue
+++ b/src/pages/manage/list/servicesAccount/passwordChange.vue
@@ -1,10 +1,6 @@
-
-
+
+
@@ -44,36 +40,41 @@
提交
-
-
-
-
本业务需要授权
-
-
- 取 消
- 确 定
-
-
+
+
+
+
+
本业务需要授权
+
+
+ 取 消
+ 确 定
+
+
\ No newline at end of file
diff --git a/src/pages/manage/list/servicesAccount/passwordLost.vue b/src/pages/manage/list/servicesAccount/passwordLost.vue
index 2a289b8..6a6f433 100644
--- a/src/pages/manage/list/servicesAccount/passwordLost.vue
+++ b/src/pages/manage/list/servicesAccount/passwordLost.vue
@@ -1,10 +1,7 @@
-
-
+
+
+
@@ -65,9 +62,13 @@
\ No newline at end of file
diff --git a/src/pages/manage/list/servicesAccount/relieveLost.vue b/src/pages/manage/list/servicesAccount/relieveLost.vue
index 6af3b80..f09b166 100644
--- a/src/pages/manage/list/servicesAccount/relieveLost.vue
+++ b/src/pages/manage/list/servicesAccount/relieveLost.vue
@@ -1,5 +1,5 @@
-
+
账户服务
@@ -68,9 +68,13 @@
\ No newline at end of file
diff --git a/src/styles/system.scss b/src/styles/system.scss
index 62c0a0a..d0746dd 100644
--- a/src/styles/system.scss
+++ b/src/styles/system.scss
@@ -1,13 +1,29 @@
-.submitBtn{
- position: relative;
- width: 10vw;
- font-size: 18px;
- height: 68px;
- border-radius: 10px;
- bottom: 10px;
- left: 50%;
- transform: translate(-50%,0);
+.wrap2{
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ // overflow-y: hidden!important;
+ .body{
+ // min-height: 50vh;
+ overflow-x: hidden;
+ margin-top: 50px;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ }
+ .submitBtn{
+ position: relative;
+ width: 10vw!important;
+ font-size: 18px;
+ min-height: 68px;
+ border-radius: 10px;
+ bottom: 10px;
+ left: 50%;
+ transform: translate(-50%,0);
+ }
}
+
+
.popBody{
min-height: 200px;
display: flex;
diff --git a/test.txt b/test.txt
deleted file mode 100644
index e69de29..0000000