lsc 1 year ago
parent
commit
2d38c24ff0

+ 1 - 1
dist/index.html

@@ -18,7 +18,7 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.e1132da547f1f9acb890b5ec60a2a44c.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.2ea62301d5bc18e5b15b.js></script><script type=text/javascript src=./static/js/app.e3416686e79594b6a8c2.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.4c3d2adbe813635ee9a18757acf0db92.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.2ea62301d5bc18e5b15b.js></script><script type=text/javascript src=./static/js/app.90c204a6747e58818208.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.4c3d2adbe813635ee9a18757acf0db92.css


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


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


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


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


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


+ 2 - 0
src/components/EnglishVoice2/component/right.vue

@@ -528,6 +528,8 @@ export default {
             img: _this.answerArray[0].img
           }
         )
+        console.log(_this.answerArray);
+        _this.$forceUpdate()
         _this.isloading = false
         _this.$emit('setWork', this.answerArray, this.checkType)
       }).catch(function (error) {

+ 2 - 0
src/components/EnglishVoice2/index.vue

@@ -112,7 +112,9 @@ export default {
         },
         setWork(url, index, text, star) {
             if(this.checkJson[index].type == 'createRole'){
+                console.log(url);
                 this.work[index] = JSON.parse(JSON.stringify(url))
+                this.$forceUpdate()
             }else{
                 if(star){
                     let score = parseInt(star.AccuracyScore / 20)

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