|
|
@@ -69,7 +69,7 @@
|
|
|
<el-switch v-model="isCan" :active-value="true" :inactive-value="false" class="custom-switch"
|
|
|
active-color="#03ae2b" inactive-color="#d8d8d8" @change="onIsCanChange"></el-switch>
|
|
|
<span class="switch-label" :class="{ active: isCan }">{{ isCan ? lang.ssShowResult : lang.ssHideResult }}</span>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
<div class="free-browse-switch" v-if="tType == 2">
|
|
|
<span class="switch-label" :class="{ active: freeBrowse }">{{ freeBrowse ? lang.ssFreeBrowse :
|
|
|
lang.ssFollowMode }}</span>
|
|
|
@@ -776,6 +776,11 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.tcid2 = ""
|
|
|
this.refreshCourse()
|
|
|
+ if(this.screenType != 2){
|
|
|
+ this.back()
|
|
|
+ }else if(this.screenType == 2){
|
|
|
+ this.gotoCourseManage()
|
|
|
+ }
|
|
|
}, 1000)
|
|
|
},
|
|
|
cancelCallback: () => {
|