lsc 1 year ago
parent
commit
adec386fba

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.7da508a53bba36aa4d9f5d8c6377b391.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.b99f0ffaf6e2bdd0ae12.js></script><script type=text/javascript src=./static/js/app.014a909a4cca9dcc5c87.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.b1f5a44f5fd32a388c91bdbf88828356.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.b99f0ffaf6e2bdd0ae12.js></script><script type=text/javascript src=./static/js/app.e6bfce18244f824dbb5d.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.b1f5a44f5fd32a388c91bdbf88828356.css.map


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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3512a67a6213c2df4180.js.map


+ 1 - 1
src/components/pages/test/shareBox/index.vue

@@ -21,7 +21,7 @@
                 </div>
                 <div class="info" v-if="testJson">
                     <span>已完成人数:</span>
-                    <!-- <span>{{ testJson && testJson.worksPerson }}</span> -->
+                    <span v-html="testJson.worksPerson"></span>
                 </div>
                 <div class="info" v-if="testJson && testJson.juriP && pname.length">
                     <span>未完成名单:</span>

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