diff --git a/src/views/AI/components/TabBox.vue b/src/views/AI/components/TabBox.vue index 7a40f3a..7327a48 100644 --- a/src/views/AI/components/TabBox.vue +++ b/src/views/AI/components/TabBox.vue @@ -5,18 +5,33 @@ {{item.title}}
-
+
{{list.title}}
+ + + +
+ +
+
+ + diff --git a/src/views/AI/components/treasureBox.vue b/src/views/AI/components/treasureBox.vue index 6504dbd..34e2bf7 100644 --- a/src/views/AI/components/treasureBox.vue +++ b/src/views/AI/components/treasureBox.vue @@ -75,7 +75,7 @@ export default { list:this.item.detail.knowledge[i].split(',').map(item=>{ return { title:item, - value:item + // value:item } }) }) diff --git a/src/views/AI/index.vue b/src/views/AI/index.vue index 5750898..b59936b 100644 --- a/src/views/AI/index.vue +++ b/src/views/AI/index.vue @@ -7,6 +7,13 @@ + + + + +
+ +