lsc 1 year ago
parent
commit
7ca40335d2

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 1 - 1
dist/report.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-05738c2b.6941f67e.css


+ 1 - 1
dist/static/css/chunk-1fa97a92.b22452cf.css → dist/static/css/chunk-42b28c77.65cab0a8.css

@@ -1 +1 @@
-[data-v-d3592130] .van-tab{width:2.66667rem;text-align:center}[data-v-d3592130] .van-tabs__line{width:2.4rem;height:.05333rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:#4a8efc}[data-v-d3592130] .van-tab__pane{height:calc(100vh - 4rem);overflow-y:auto;overflow-x:hidden;width:100%}.searchPage[data-v-d3592130]{width:100%;height:calc(100vh - 3.33333rem);box-sizing:border-box;margin-top:.53333rem;min-height:8rem;overflow-y:auto;overflow-x:hidden}.search[data-v-d3592130]{position:fixed;top:0;width:100%}.students[data-v-d3592130]{width:95%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:.26667rem}.students .stuBlock[data-v-d3592130]{min-width:2.66667rem;margin-top:.26667rem;margin-right:.4rem;box-sizing:border-box;padding:.10667rem .13333rem;border-radius:.10667rem;background:#f6fafb;color:rgba(0,0,0,.9);font-family:Microsoft YaHei;font-size:.37333rem;font-style:normal}.searchBlock[data-v-d3592130],.students .stuBlock[data-v-d3592130]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.searchBlock[data-v-d3592130]{width:100%;height:1.2rem;background-color:#e8e8eb}.claTit[data-v-d3592130]{margin-top:.53333rem;margin-left:.26667rem;width:3.46667rem;height:.8rem;line-height:.53333rem;color:#101010;font-size:.37333rem;text-align:left;font-family:PingFangSC-regular}
+[data-v-17fd27b2] .van-tab{width:2.66667rem;text-align:center}[data-v-17fd27b2] .van-tabs__line{width:2.4rem;height:.05333rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:#4a8efc}[data-v-17fd27b2] .van-tab__pane{height:calc(100vh - 4rem);overflow-y:auto;overflow-x:hidden;width:100%}.searchPage[data-v-17fd27b2]{width:100%;height:calc(100vh - 3.33333rem);box-sizing:border-box;margin-top:.53333rem;min-height:8rem;overflow-y:auto;overflow-x:hidden}.search[data-v-17fd27b2]{position:fixed;top:0;width:100%}.students[data-v-17fd27b2]{width:95%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:.26667rem}.students .stuBlock[data-v-17fd27b2]{min-width:2.66667rem;margin-top:.26667rem;margin-right:.4rem;box-sizing:border-box;padding:.10667rem .13333rem;border-radius:.10667rem;background:#f6fafb;color:rgba(0,0,0,.9);font-family:Microsoft YaHei;font-size:.37333rem;font-style:normal}.searchBlock[data-v-17fd27b2],.students .stuBlock[data-v-17fd27b2]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.searchBlock[data-v-17fd27b2]{width:100%;height:1.2rem;background-color:#e8e8eb}.claTit[data-v-17fd27b2]{margin-top:.53333rem;margin-left:.26667rem;width:3.46667rem;height:.8rem;line-height:.53333rem;color:#101010;font-size:.37333rem;text-align:left;font-family:PingFangSC-regular}

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-6daade5c.0694c858.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f9f5907d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-05738c2b.d85de4a7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1fa97a92.f7ed2f90.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-42b28c77.c5bdddef.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-4bc46bd1.07e834bd.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6a026336.2536b2ce.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6daade5c.209984b0.js


+ 4 - 1
src/views/eva/index.vue

@@ -24,7 +24,7 @@
         :swipeable="true"
         :swipeable="true"
         :lazy-render="true"
         :lazy-render="true"
         @click="spread"
         @click="spread"
-        @touchmove.stop=""
+        @touchmove.stop="handleTouchMove"
       >
       >
         <van-tab v-for="(e, index) in classLists" :key="index + 't'" :name="e.id" :title="e.name">
         <van-tab v-for="(e, index) in classLists" :key="index + 't'" :name="e.id" :title="e.name">
           <!-- <classList :claName="i"></classList> -->
           <!-- <classList :claName="i"></classList> -->
@@ -73,6 +73,9 @@ export default {
     }
     }
   },
   },
   methods: {
   methods: {
+    handleTouchMove(event) {
+      event.preventDefault()
+    },
     likeSearch(e) {
     likeSearch(e) {
       console.log(e)
       console.log(e)
       const data = {
       const data = {

+ 4 - 1
src/views/eva/searchstuDetail.vue

@@ -59,7 +59,7 @@
         v-show="conList.length"
         v-show="conList.length"
         v-for="(i, index) in conList"
         v-for="(i, index) in conList"
         :key="index"
         :key="index"
-        @touchmove.stop=""
+        @touchmove.stop="handleTouchMove"
       >
       >
         <div class="observe_content" @click="recordContinue(i.rid)">
         <div class="observe_content" @click="recordContinue(i.rid)">
           <div class="observe_contentTit">
           <div class="observe_contentTit">
@@ -167,6 +167,9 @@ export default {
     }
     }
   },
   },
   methods: {
   methods: {
+    handleTouchMove(event) {
+      event.preventDefault()
+    },
     touchStart(e) {
     touchStart(e) {
       this.timeOutEvent = setTimeout(() => {
       this.timeOutEvent = setTimeout(() => {
         this.timeOutEvent = 0
         this.timeOutEvent = 0

+ 4 - 1
src/views/eva/studentDetail.vue

@@ -78,7 +78,7 @@
         v-show="conList.length"
         v-show="conList.length"
         v-for="(i, index) in conList"
         v-for="(i, index) in conList"
         :key="index"
         :key="index"
-        @touchmove.stop=""
+        @touchmove.stop="handleTouchMove"
       >
       >
         <div class="observe_content" @click.stop="recordContinue(i.rid)">
         <div class="observe_content" @click.stop="recordContinue(i.rid)">
           <div class="observe_contentTit">
           <div class="observe_contentTit">
@@ -188,6 +188,9 @@ export default {
     }
     }
   },
   },
   methods: {
   methods: {
+    handleTouchMove(event) {
+      event.preventDefault()
+    },
     touchStart(e) {
     touchStart(e) {
       this.timeOutEvent = setTimeout(() => {
       this.timeOutEvent = setTimeout(() => {
         this.timeOutEvent = 0
         this.timeOutEvent = 0

Some files were not shown because too many files changed in this diff