mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 18:06:44 +08:00
@@ -170,7 +170,7 @@
|
|||||||
@click="orderTypeFilter(1)"
|
@click="orderTypeFilter(1)"
|
||||||
>最新</a
|
>最新</a
|
||||||
>
|
>
|
||||||
<span @click="jumUX()" class="Uxtext" style="">
|
<span @click="uOnClick" class="Uxtext" style="">
|
||||||
U选小课堂
|
U选小课堂
|
||||||
<span class="uxicon">
|
<span class="uxicon">
|
||||||
<svg-icon icon-class="hot" style="font-size: 22px"></svg-icon>
|
<svg-icon icon-class="hot" style="font-size: 22px"></svg-icon>
|
||||||
@@ -1095,6 +1095,9 @@ export default {
|
|||||||
this.showUClass = flag;
|
this.showUClass = flag;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
uOnClick(){
|
||||||
|
this.showUClass = true;
|
||||||
|
},
|
||||||
setCurIdentity(iden) {
|
setCurIdentity(iden) {
|
||||||
this.$store.dispatch("SetCurIdentity", iden);
|
this.$store.dispatch("SetCurIdentity", iden);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user