Browse Source

feat: 移除调试代码

cuiyalong 1 year ago
parent
commit
51262c09fe

+ 1 - 2
src/components/selector/date-time-group/date-time-popup.vue

@@ -133,7 +133,7 @@ export default {
         start: false,
         start: false,
         end: false
         end: false
       },
       },
-      isIOS: true,
+      isIOS: false,
       deviceInfo: {},
       deviceInfo: {},
     }
     }
   },
   },
@@ -149,7 +149,6 @@ export default {
       const system = this.deviceInfo.system
       const system = this.deviceInfo.system
       if (system) {
       if (system) {
         this.isIOS = system.toLowerCase().includes('ios')
         this.isIOS = system.toLowerCase().includes('ios')
-        console.log('是否ios',this.isIOS)
       }
       }
     },
     },
     registerEventBus() {
     registerEventBus() {

+ 1 - 2
src/components/selector/date-time-group/index.vue

@@ -166,7 +166,7 @@ export default {
         start: false,
         start: false,
         end: false
         end: false
       },
       },
-      isIOS: true,
+      isIOS: false,
       deviceInfo: {},
       deviceInfo: {},
     }
     }
   },
   },
@@ -191,7 +191,6 @@ export default {
       const system = this.deviceInfo.system
       const system = this.deviceInfo.system
       if (system) {
       if (system) {
         this.isIOS = system.toLowerCase().includes('ios')
         this.isIOS = system.toLowerCase().includes('ios')
-        console.log('是否ios',this.isIOS)
       }
       }
     },
     },
     registerEventBus() {
     registerEventBus() {