diff --git a/src/pages/shangke/shangke.vue b/src/pages/shangke/shangke.vue index 42bce14..d5fc068 100644 --- a/src/pages/shangke/shangke.vue +++ b/src/pages/shangke/shangke.vue @@ -45,7 +45,7 @@ - 1233 + {{item.wb}} @@ -67,7 +67,7 @@ import {onLoad} from "@dcloudio/uni-app"; // 课堂活动and PPT - const kctivityAndPPT = ref([{id:0,lx:'notice'}, + const kctivityAndPPT = ref([{id:0,lx:'notice',wb:'上课了'}, {lx:'ppt',id:1,name:'PPT展示1',src:'https://img11.360buyimg.com/n1/s720x720_jfs/t1/303510/33/1806/82651/6815a7a6F2e5d77b6/08d231a86927b0ce.jpg',time:'2025-05-06T19:54:43+08:00'}, {lx :'activity',id:2,name:'课堂活动1',lxA:'讨论',color:'green',showname:'课程讨论',title:'历史为什么选择了中国共产党',time:'2025-05-06T19:54:43+08:00'} ])