任一存 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 () {
   setup () {
     const internalInstance = getCurrentInstance()
     const internalInstance = getCurrentInstance()
 
 
-    // const spaceEachPerson = internalInstance.appContext.config.globalProperties.$isMobile ? 100 : 220
-    const spaceEachPerson = 100
+    const spaceEachPerson = internalInstance.appContext.config.globalProperties.$isMobile ? 100 : 220
 
 
     /**
     /**
      * 针对微信中背景视频无法自动播放的问题
      * 针对微信中背景视频无法自动播放的问题