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