diff --git a/.env.dev b/.env.dev index c4b9ffbb3f2db6270cbd645fc92d2135af7dfec0..d0fe90cc483ca1826a1f899296b586dcd8cf8940 100644 --- a/.env.dev +++ b/.env.dev @@ -1,3 +1,4 @@ +VUE_APP_BASE_API = http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint // 编译环境 NODE_ENV=production PRODUCTION_TIP=false @@ -20,3 +21,5 @@ VUE_APP_MS_APPLICATION_API = http://15.1.48.21:9140/ms-application VUE_APP_QL_FORM_API = http://152.136.68.93:9018/ms-qing-long/api/v1/des-cache-info/permit_endpoint/query-cacheversion-by-appid-cachetype // 启动网关 (on | off) VUE_APP_ENABLE_GATEWAY = off + + diff --git a/.env.local.bak b/.env.local.bak index 269f214bcf34ddbb51ae6e70a7b7675228232617..2eaed9a3ceddfe950055814ec62ce77fd8f5cc1a 100644 --- a/.env.local.bak +++ b/.env.local.bak @@ -14,7 +14,9 @@ VUE_APP_MS_GATEWAY_API = http://82.157.46.222:9140/ms-gateway // 业务服务 VUE_APP_MS_AUTH_API = http://82.157.46.222:9125/ms-auth VUE_APP_MS_SYSTEM_API = http://localhost:9130/ms-system + // 第三方服务 VUE_APP_QL_FORM_API = http://152.136.68.93:9018/ms-qing-long/api/v1/des-cache-info/permit_endpoint/query-cacheversion-by-appid-cachetype // 启动网关 (on | off) VUE_APP_ENABLE_GATEWAY = off +VUE_APP_BASE_API = http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint diff --git a/.env.prod b/.env.prod index 852290b555b5493f3ed28bfa0f14e60e7a7fe2fb..6f0ffabde4f2f61abf4957d054224716ee28d74b 100644 --- a/.env.prod +++ b/.env.prod @@ -17,3 +17,4 @@ VUE_APP_MS_SYSTEM_API = http://82.157.46.222:9130/ms-system VUE_APP_MS_APPLICATION_API = http://82.157.46.222:9130/ms-application // 启动网关 (on | off) VUE_APP_ENABLE_GATEWAY = off +VUE_APP_BASE_API = http://10.0.2.248:9165/online-financial-service/api/v1/cust-info/permit_endpoint diff --git a/src/components/common/CardPottom.vue b/src/components/common/CardPottom.vue index 6a2a204cea48cbd759e91f7ae5b4d20b85183a33..594714f6a1454b48f9128e14ae65c56c3c7bae68 100644 --- a/src/components/common/CardPottom.vue +++ b/src/components/common/CardPottom.vue @@ -12,10 +12,16 @@
- 合同累计金额(元) + 合同累计金额(元) + + + + + + - 100,000,00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
年利率(%)
+
存入金额(元)
-
贷款金额(元)
-
贷款期限(月)
+
贷款金额(元)
+
贷款期限(月)
-
贷款利率(%)
+
贷款利率(%)
-
还款方式 + + + + + + + + + + + + + + +
计算 @@ -77,61 +160,117 @@ export default class DepositInterestTrial extends Vue{ label : "无抵押", } ]; - saveTypes: any[] = [ - { - value : "定期", - label : "定期", - },{ - value : "非定期", - label : "非定期", - } + typeValue:any= ""; + showTypes:any=false; + // saveTypes: any[] = [ + // { + // value : "定期", + // label : "定期", + // },{ + // value : "非定期", + // label : "非定期", + // } + // ]; + saveTypes: any[] = [ + "定期","非定期", ]; - choices: any[] = [ - { - value : "利随本清", - label : "利随本清", - },{ - value : "等额本金", - label : "等额本金", - },{ - value : "等额本息", - label : "等额本息", - }, - { - value : "按季结息(到期一次性还本)", - label : "按季结息(到期一次性还本)", - },{ - value : "按月结息(到期一次性还本)", - label : "按月结息(到期一次性还本)", - },{ - value : "按年结息(到期一次性还本)", - label : "按年结息(到期一次性还本)", - } + + onConfirmTypes(typeValue: string) { + this.typeValue = typeValue; + this.showTypes = false; + } + // choices: any[] = [ + // { + // value : "利随本清", + // label : "利随本清", + // },{ + // value : "等额本金", + // label : "等额本金", + // },{ + // value : "等额本息", + // label : "等额本息", + // }, + // { + // value : "按季结息(到期一次性还本)", + // label : "按季结息(到期一次性还本)", + // },{ + // value : "按月结息(到期一次性还本)", + // label : "按月结息(到期一次性还本)", + // },{ + // value : "按年结息(到期一次性还本)", + // label : "按年结息(到期一次性还本)", + // } + // ]; + + choiceValue:any= ""; + showChoices:any=false; + + choices: any[] = [ + "利随本清", +"等额本金", +"等额本息", + "按季结息(到期一次性还本)", +"按月结息(到期一次性还本)", +"按年结息(到期一次性还本)", ]; - timeTypes: any[] = [ - { - value : "定存整取", - label : "定存整取", - },{ - value : "零存整取", - label : "零存整取", - },{ - value : "整存整取", - label : "整存整取", - } + + onConfirmChoices(choiceValue: string) { + this.choiceValue = choiceValue; + this.showChoices = false; + } + // timeTypes: any[] = [ + // { + // value : "定存整取", + // label : "定存整取", + // },{ + // value : "零存整取", + // label : "零存整取", + // },{ + // value : "整存整取", + // label : "整存整取", + // } + // ]; + timeTypeValue:any= ""; + showTimeTypes:any=false; + timeTypes: any[] = [ + "定存整取", + "定存整取", + "零存整取", + "零存整取", + "整存整取", + "整存整取", ]; - times: any[] = [ - { - value : "1", - label : "一年", - },{ - value : "2", - label : "两年", - },{ - value : "3", - label : "三年", - } + onConfirmTimeTypes(timeTypeValue: string) { + this.timeTypeValue = timeTypeValue; + this.showTimeTypes = false; + } + + + timeValue:any= ""; + showTimes:any=false; + // times: any[] = [ + // { + // value : "1", + // label : "一年", + // },{ + // value : "2", + // label : "两年", + // },{ + // value : "3", + // label : "三年", + // } + // ]; + times: any[] = [ + "一年", + "两年", + "三年", ]; + + + onConfirmTimes(timeValue: string) { + this.timeValue = timeValue; + this.showTimes = false; + } test2: any = { loanAmt: "", loanTime: "", @@ -234,7 +373,18 @@ export default class DepositInterestTrial extends Vue{ margin-left: 5%; margin-top: -30%; } +.layoutName { + font-family: "Arial Normal", "Arial"; + + font-weight: 400; + font-style: normal; + font-size: 13px; + color: rgba(0, 0, 0, 0.65); +} ::v-deep .ant-select-selection { border: none; } +::v-deep .van-field__label { + color:#000000A6; +} diff --git a/src/views/authentication/LoginByID.vue b/src/views/authentication/LoginByID.vue index 6af34fb4a90bedfe430667abe44440ba437ed008..e5f9511a55f4f468907ac4576d497c95c21eb6b1 100644 --- a/src/views/authentication/LoginByID.vue +++ b/src/views/authentication/LoginByID.vue @@ -194,9 +194,9 @@ export default class LoginView extends Vue { // } // }); } - created() { - this._updatePicCode() - } + // created() { + // this._updatePicCode() + // } //忘记密码 forgetspass() { this.$router.push({ diff --git a/src/views/authentication/LoginView.vue b/src/views/authentication/LoginView.vue index dddb5bfdde23a0d2c5741080b42de1e470d9c282..63e9e2ca59fc2fe33e6036850782d860d5aacadc 100644 --- a/src/views/authentication/LoginView.vue +++ b/src/views/authentication/LoginView.vue @@ -22,7 +22,7 @@
账号 - @@ -30,6 +30,7 @@ + 密码 - + - -
diff --git a/src/views/main/MainView.vue b/src/views/main/MainView.vue index c20aab7d58dc19b127d3813130ef256c20d5672b..35e828dcae789fded3721f179febd90ca6ba8c6b 100644 --- a/src/views/main/MainView.vue +++ b/src/views/main/MainView.vue @@ -7,7 +7,7 @@ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE -->