diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index d21da49..e1f975f 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -31,14 +31,22 @@
姓名
- +
身份证号
- + +
地区
+ +
+ {{ form.areaName }} + 请选择 + +
+
-
取消
-
确定
+
取消
+
确定
@@ -52,6 +60,12 @@ export default { showAuth: false, keyword: '', current: 1, + form: { + name: '', + idNumber: '', + areaId: '', + areaName: '', + } } }, onLoad() { @@ -63,6 +77,9 @@ export default { }, handleToTest() { this.$emit('toTest') + }, + comfirm() { + } }, onReachBottom() { @@ -183,8 +200,20 @@ export default { margin-bottom: 32px; padding-left: 24px; } + + + .ai-area .ai-area__wrapper { + display: flex; + background: #F4F5FA; + border-radius: 16px; + margin-bottom: 32px; + padding: 24px; + box-sizing: border-box; + } } + + .auth_btn { display: flex; justify-content: space-between;