Selaa lähdekoodia

[edit] switch

wenliming 2 vuotta sitten
vanhempi
commit
bdde05acc2
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/view/iframe/publish/give-dialog.vue

+ 2 - 2
src/view/iframe/publish/give-dialog.vue

@@ -560,7 +560,7 @@ let formList = reactive([
         nodeType: "div",
         text: '',
         type: 8,
-        checked: true,
+        checked: false,
         show: true
     },
     {
@@ -569,7 +569,7 @@ let formList = reactive([
         nodeType: "input",
         text: '',
         type: 7,
-        checked: true,
+        checked: false,
         show: true
     },
 ]);