任一存 преди 2 години
родител
ревизия
3a6b3def75
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/views/HistoryNew.vue

+ 1 - 2
src/views/HistoryNew.vue

@@ -121,8 +121,7 @@ export default {
   setup () {
     const internalInstance = getCurrentInstance()
 
-    // const spaceEachPerson = internalInstance.appContext.config.globalProperties.$isMobile ? 100 : 220
-    const spaceEachPerson = 100
+    const spaceEachPerson = internalInstance.appContext.config.globalProperties.$isMobile ? 100 : 220
 
     /**
      * 针对微信中背景视频无法自动播放的问题