mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 13:56:43 +08:00
Compare commits
4 Commits
master
...
20251212-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61208a6b16 | ||
|
|
45a537a0d4 | ||
|
|
77b5af0f47 | ||
|
|
649a0ea0b9 |
@@ -1326,6 +1326,8 @@ export default {
|
|||||||
this.contentData.status = 2;
|
this.contentData.status = 2;
|
||||||
},
|
},
|
||||||
showRes(r, i, index, item) {
|
showRes(r, i, index, item) {
|
||||||
|
console.log("showRes");
|
||||||
|
|
||||||
//i:子节下标,index:章下标
|
//i:子节下标,index:章下标
|
||||||
// 无权限查看不能点击
|
// 无权限查看不能点击
|
||||||
if (!this.isCrowd) {
|
if (!this.isCrowd) {
|
||||||
|
|||||||
Reference in New Issue
Block a user