diff --git a/src/views/Index.vue b/src/views/Index.vue index 1bbac5b8..1c0c2568 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -170,7 +170,7 @@ @click="orderTypeFilter(1)" >最新 - + U选小课堂 @@ -1095,6 +1095,9 @@ export default { this.showUClass = flag; } }, + uOnClick(){ + this.showUClass = true; + }, setCurIdentity(iden) { this.$store.dispatch("SetCurIdentity", iden); },