diff --git a/src/assets/iconfont/demo_index.html b/src/assets/iconfont/demo_index.html
index 0203ae44257c7126c923c10d28368ca1484ac3a1..8426cf3252a197648f6861ea711912e77add9944 100644
--- a/src/assets/iconfont/demo_index.html
+++ b/src/assets/iconfont/demo_index.html
@@ -54,6 +54,36 @@
+ -
+
+
未签订
+ 
+
+
+ -
+
+
已签订
+ 
+
+
+ -
+
+
已结清
+ 
+
+
+ -
+
+
已发放
+ 
+
+
+ -
+
+
申请中
+ 
+
+
-
积分商城.32x32px
@@ -930,9 +960,9 @@
@font-face {
font-family: 'iconfont';
- src: url('iconfont.woff2?t=1658487575752') format('woff2'),
- url('iconfont.woff?t=1658487575752') format('woff'),
- url('iconfont.ttf?t=1658487575752') format('truetype');
+ src: url('iconfont.woff2?t=1658900592121') format('woff2'),
+ url('iconfont.woff?t=1658900592121') format('woff'),
+ url('iconfont.ttf?t=1658900592121') format('truetype');
}
第二步:定义使用 iconfont 的样式
@@ -958,6 +988,51 @@
@@ -235,11 +235,11 @@ export default class Main extends Vue {
tatleName = "线上金融服务平台"
notice = "在代码阅读过程中人们说脏话的频率是衡量代码质量的唯一标准。"
//测试
- demo(){
+ demo() {
this.$router.push({
- path:"/CustomerMgtView"
+ path: "/CustomerMgtView"
}
- )
+ )
}
//div列表
applicaList: any = [
@@ -343,7 +343,6 @@ export default class Main extends Vue {
}];
//点击picket跳转界面
onClickPicket() {
- debugger
this.$router.push({
path: "/product",
//路由传值
@@ -389,14 +388,14 @@ export default class Main extends Vue {
}
.applicationName {
- //margin-left: 6%;
- margin: 2% 6%;
- text-rendering: optimizeLegibility;
- font-feature-settings: "kern" 1;
- -webkit-font-feature-settings: "kern";
- -moz-font-feature-settings: "kern";
- -moz-font-feature-settings: "kern=1";
- font-kerning: normal;
+ //margin-left: 6%;
+ margin: 2% 6%;
+ text-rendering: optimizeLegibility;
+ font-feature-settings: "kern" 1;
+ -webkit-font-feature-settings: "kern";
+ -moz-font-feature-settings: "kern";
+ -moz-font-feature-settings: "kern=1";
+ font-kerning: normal;
}
.applicationfole {
@@ -406,7 +405,7 @@ export default class Main extends Vue {
// margin-top: 2%;
// margin-left: 5%;
// margin-right: 5%;
- margin: 4% 6% 0% 6%;
+ margin: 4% 6% 0% 6%;
}
.applicationfale {
@@ -431,12 +430,13 @@ export default class Main extends Vue {
right: 0;
bottom: 72px;
}
+
.van-dropdown-item {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 10;
- overflow: hidden;
- height: 100%;
+ position: fixed;
+ right: 0;
+ left: 0;
+ z-index: 10;
+ overflow: hidden;
+ height: 100%;
}
diff --git a/src/views/recognition/Agreement.vue b/src/views/recognition/Agreement.vue
index f182ab6f066f4050234c56e4bf46c541571f0982..58cb5bcb57dd829613f2933ccb442f6c382e2b85 100644
--- a/src/views/recognition/Agreement.vue
+++ b/src/views/recognition/Agreement.vue
@@ -2,7 +2,7 @@
* @Author: jiangzaicheng jiangzaicheng_jzc@163.com
* @Date: 2022-07-07 16:13:13
* @LastEditors: jiangzaicheng jiangzaicheng_jzc@163.com
- * @LastEditTime: 2022-07-13 19:24:02
+ * @LastEditTime: 2022-07-27 10:21:28
* @FilePath: \mcep-h5\src\components\common\Bottom.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -33,7 +33,7 @@
- 发起视频
+ 发起视频
@@ -50,6 +50,12 @@ export default class Agreement extends Vue {
//实名认证
tatleName = "实名认证"
checked: boolean = false;
+ //人脸识别
+ recognition(){
+ this.$router.push({
+ name:"recognition"
+ })
+ }
}
diff --git a/src/views/recognition/FaceSuccess.vue b/src/views/recognition/FaceSuccess.vue
new file mode 100644
index 0000000000000000000000000000000000000000..3bf4be33c57a0d8487274040b6a194cf5391b931
--- /dev/null
+++ b/src/views/recognition/FaceSuccess.vue
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 恭喜!您的实名认证已通过
+
+
+
+
+ 实名认证已成功通过,您可以前往进行产品申请操作
+
+
+
+
+ 去申请
+
+
+
+
+
+
+
+
+
diff --git a/src/views/recognition/Intention.vue b/src/views/recognition/Intention.vue
new file mode 100644
index 0000000000000000000000000000000000000000..c2dbc2ab50ab6679f03f23a01830059ea1050c08
--- /dev/null
+++ b/src/views/recognition/Intention.vue
@@ -0,0 +1,202 @@
+
+
+
+
+
+
+
+
+
+
+ 个人信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 借款信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 立即提交
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/recognition/LinSuccess.vue b/src/views/recognition/LinSuccess.vue
new file mode 100644
index 0000000000000000000000000000000000000000..e35a7e20648a5f10b9ab1fc4869f7d574d957092
--- /dev/null
+++ b/src/views/recognition/LinSuccess.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 您的产品意向申请已提交成功
+
+
+
+
+ 请提前准备以下资料并配合客户经理进行线下调查,
+
+
+ 您可 点击截图将本页面保存至手机相册:
+
+
+
+ {{ index + 1 }}、 {{ item.text }}
+
+
+
+
+
+ 首页
+
+
+
+
+
+
+
+
+