Fix(云灵AI):[#5319]切换历史对话窗口后,底部导航栏文字变为“undefined”
This commit is contained in:
@@ -396,15 +396,18 @@
|
|||||||
<view
|
<view
|
||||||
v-for="(item, index) in bottomTools"
|
v-for="(item, index) in bottomTools"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
:class="{
|
||||||
|
'hide': !item.display
|
||||||
|
}"
|
||||||
class="bottom-tool-item"
|
class="bottom-tool-item"
|
||||||
@click="bottomToolClickHandle(item)"
|
@click="bottomToolClickHandle(item)"
|
||||||
>
|
>
|
||||||
<image
|
<image
|
||||||
:src="webUrl + '/aiChat/' + item.icon + '.png'"
|
:src="item.icon"
|
||||||
class="tool-icon"
|
class="tool-icon"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
{{ item.text }}
|
{{ item.name }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user