Browse Source

Merge branch 'beta'

SanHQin 2 days ago
parent
commit
f4203eab7a

+ 1 - 1
dist/index.html

@@ -37,7 +37,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.f1b1a0fd13fa0963549536221dab7c89.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.23ea04dc469b57e2b4f8.js></script><script type=text/javascript src=./static/js/vendor.714ff2bfc93f2f096b79.js></script><script type=text/javascript src=./static/js/app.90998a686a99eb854f91.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.2cfe0f1171a32618d1f61aac741acdca.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.23ea04dc469b57e2b4f8.js></script><script type=text/javascript src=./static/js/vendor.714ff2bfc93f2f096b79.js></script><script type=text/javascript src=./static/js/app.5bdade4d380c24b10e7d.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.2cfe0f1171a32618d1f61aac741acdca.css


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


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


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


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


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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/workPage-manifest.2ece51fa34be51c8610a.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/workPage.16552db7dde9f6223c60.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/workPage.16552db7dde9f6223c60.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/workPage.44ce238c01aaba5b9f86.js


+ 1 - 1
dist/workPage.html

@@ -1,4 +1,4 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>工作页面 - CocoFlow</title><link rel=icon href=../static/logo.ico><link href=./static/css/workPage.2d63977029aad3b3125729e0c03f57c6.css rel=stylesheet></head><body><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script type=text/javascript src=./static/js/workPage-manifest.2ece51fa34be51c8610a.js></script><script type=text/javascript src=./static/js/workPage-vendor.e1fc95e471d70a1519e8.js></script><script type=text/javascript src=./static/js/workPage.44ce238c01aaba5b9f86.js></script></body></html><script>function stopSafari() {
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>工作页面 - CocoFlow</title><link rel=icon href=../static/logo.ico><link href=./static/css/workPage.c03db07c8091458ebab6c4cf9d85f88c.css rel=stylesheet></head><body><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script type=text/javascript src=./static/js/workPage-manifest.2ece51fa34be51c8610a.js></script><script type=text/javascript src=./static/js/workPage-vendor.e1fc95e471d70a1519e8.js></script><script type=text/javascript src=./static/js/workPage.16552db7dde9f6223c60.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

+ 2 - 0
src/components/pages/course.vue

@@ -941,6 +941,8 @@ export default {
         _str = "course_aiMode_open"
       }if(item.state == 6){
         _str = "course_aiEasyMode_open"
+      }if(item.state == 7){
+        _str = "course_pptMode_open"
       }
       this.addOp3('1', "", { courseid: item.courseId, type: _str }, "success")
 

+ 1 - 1
src/components/pages/workPage/components/setPhoto.vue

@@ -64,7 +64,7 @@ export default {
   watch: {
     workData: {
       handler(newVal, oldVal) {
-        if (newVal.type == 15) {
+        if (newVal.type == 79) {
           if (JSON.stringify(newVal.json) != JSON.stringify(this.jsonData)) {
             let _data = JSON.parse(JSON.stringify(newVal.json))
 

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