Quellcode durchsuchen

💊 修改细节问题

快乐的梦鱼 vor 1 Monat
Ursprung
Commit
172e2a2e92

+ 1 - 1
src/common/components/dynamicf/ComponentRender.vue

@@ -9,7 +9,7 @@
       v-bind="params"
     />
   </template>
-  <template v-if="item.type === 'richtext2'">
+  <template v-else-if="item.type === 'richtext2'">
     <RichTextEditor2
       ref="itemRef"
       :modelValue="modelValue"

+ 0 - 2
src/pages/collect/login.vue

@@ -125,7 +125,6 @@ async function handleSubmit() {
   } catch {
     toast({
       content: '有必填项未填写,请检查',
-      icon: 'none',
     });
     return;
   }
@@ -138,7 +137,6 @@ async function handleSubmit() {
   if (!account) {
     toast({
       content: '请输入账号',
-      icon: 'none',
     });
     return;
   }