Ver código fonte

修改searchVideo文件

DESKTOP-6ESHLVF\admin 4 anos atrás
pai
commit
765773ab2a
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/shortVideo/SearchVideo.vue

+ 2 - 2
src/views/shortVideo/SearchVideo.vue

@@ -15,7 +15,7 @@
         type="text"
         maxlength="14"
         v-model="userKey"
-      ></input>
+      />
       <div
         class="right"
         @click="handleSearchBtn"
@@ -24,7 +24,7 @@
     <!-- <div @click="popupShow=true">
       <van-icon name="apps-o" />
     </div> -->
-    <van-overlay :show="loadingShow" />
+    <van-overlay :show="loadingShow">
     <van-loading
       class="loading-icon"
       size="24px"