zydx-plus 1.35.476 → 1.35.477
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/tab/src/tab.vue +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -67,7 +67,7 @@ export default {
|
|
|
67
67
|
this.id = this.randomId()
|
|
68
68
|
},
|
|
69
69
|
methods: {
|
|
70
|
-
isOtherModule (item) { //
|
|
70
|
+
isOtherModule (item) { // 笔记、提问求解、生问生答、讲给他人
|
|
71
71
|
let bol = ['action_notes', 'action_lesson013', 'action_lesson055', 'action_lesson056'].includes(item.actionId)
|
|
72
72
|
return bol
|
|
73
73
|
},
|