Browse Source

[edit] switch

wenliming 3 năm trước cách đây
mục cha
commit
bdde05acc2

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

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