Browse Source

homePage页面的下面tab深度九图标修改。

songjie/feature-20250924120152-大财神功能开发分支
宋杰 2 weeks ago
parent
commit
47067fdb2b
  1. 2
      src/views/homePage.vue

2
src/views/homePage.vue

@ -1464,7 +1464,7 @@ onUnmounted(() => {
<img :src="activeTab === 'AiEmotion' ? emotionButton01 : emotionButton02 <img :src="activeTab === 'AiEmotion' ? emotionButton01 : emotionButton02
" @click="setActiveTab('AiEmotion', 1)" class="action-btn model-btn" alt="AI情绪大模型" /> " @click="setActiveTab('AiEmotion', 1)" class="action-btn model-btn" alt="AI情绪大模型" />
<!-- 深度九大模型按钮 --> <!-- 深度九大模型按钮 -->
<img :src="activeTab === 'deepNine' ? emotionButton01 : emotionButton02
<img :src="activeTab === 'deepNine' ? 'https://d31zlh4on95l9h.cloudfront.net/images/07349ebc846a6772b1ab8a47b54635ff.png' : 'https://d31zlh4on95l9h.cloudfront.net/images/29f0ad8e4e47f58952cc4a957ce9db10.png'
" @click="setActiveTab('deepNine', 2)" class="action-btn model-btn" alt="深度九大模型" /> " @click="setActiveTab('deepNine', 2)" class="action-btn model-btn" alt="深度九大模型" />
</template> </template>

Loading…
Cancel
Save