|
@@ -22776,10 +22776,10 @@ export default {
|
|
this.IsFollow = res.data[0][0].follow == 1 ? false : true;
|
|
this.IsFollow = res.data[0][0].follow == 1 ? false : true;
|
|
if (!this.IsLookOpen) {
|
|
if (!this.IsLookOpen) {
|
|
this.setNavList();
|
|
this.setNavList();
|
|
- }
|
|
|
|
- // else {
|
|
|
|
|
|
+ }else {
|
|
this.getCourseState(1);
|
|
this.getCourseState(1);
|
|
- // }
|
|
|
|
|
|
+ }
|
|
|
|
+
|
|
// || (this.splitScreenData.isOpen && this.splitScreenData.uid != this.splitScreenData.myUid)
|
|
// || (this.splitScreenData.isOpen && this.splitScreenData.uid != this.splitScreenData.myUid)
|
|
if ((this.IsFollow && this.tType == 2)) {
|
|
if ((this.IsFollow && this.tType == 2)) {
|
|
this.setContent2(false);
|
|
this.setContent2(false);
|