Browse Source

[bug] fix

wenliming 3 năm trước cách đây
mục cha
commit
f7aa2c4547
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/view/components/give-dialog.vue

+ 1 - 1
src/view/components/give-dialog.vue

@@ -322,7 +322,7 @@ let currentComData = {
     },
 };
 
-let visible = ref(true);
+let visible = ref(false);
 let showComType = ref("default"); // default(表单)  preview(预览)  topUp(充值)
 let openAntiBot = ref(false);
 let dialogHeight = ref(680);