diff --git a/components/form-template/form-cell/form-textarea.vue b/components/form-template/form-cell/form-textarea.vue
index 73342d0..3947d9c 100644
--- a/components/form-template/form-cell/form-textarea.vue
+++ b/components/form-template/form-cell/form-textarea.vue
@@ -4,7 +4,7 @@
{{ name }}
-
@@ -43,6 +43,10 @@ const props = defineProps({
wordLimit: {
type: [Number, String],
default: 100
+ },
+ autoHeight: {
+ type: Boolean,
+ default: false
}
})
diff --git a/hooks/useGuard.js b/hooks/useGuard.js
index f027e2d..4dffd6f 100644
--- a/hooks/useGuard.js
+++ b/hooks/useGuard.js
@@ -56,8 +56,6 @@ export default function useGuard() {
const requireLogin = route && route.meta && route.meta.login;
if (requireLogin && !account.value) {
await login()
- console.log('login success')
- console.log(account.value)
if (account.value) {
resolve()
} else {
@@ -68,7 +66,6 @@ export default function useGuard() {
})
onShow(opts => {
- console.log('onShow')
onShowOptions.value = { ...opts };
triggleShowEvents()
})
diff --git a/pages/work/components/cert-popup.vue b/pages/work/components/cert-popup.vue
index bf59784..59632b6 100644
--- a/pages/work/components/cert-popup.vue
+++ b/pages/work/components/cert-popup.vue
@@ -1,37 +1,85 @@
-
- 认证须知
-
-
- 1、认证通过后,您个人账号病历档案管理数(含所有团队)上限由10个升级至100个;
-
-
- 2、认证前请仔细核对个人信息,确保准确无误。认证后部分信息不支持修改,包括姓名、岗位等。如需修改以上信息,请联系客服人工处理
-
- 点击添加客服
-
-