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 @@
@@ -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;