Browse Source

在深度九大模型中点击金币兑换token不触发功能;

milestone-20250924-接入大财神工作流
宋杰 1 week ago
parent
commit
4156216038
  1. 3
      src/views/homePage.vue

3
src/views/homePage.vue

@ -1198,6 +1198,9 @@ const handleImageError = (event) => {
// //
const showCount = async () => { const showCount = async () => {
try { try {
if (activeTab.value == "deepNine") {
return;
}
if ( if (
!dataStore.userInfo.img || !dataStore.userInfo.img ||
!dataStore.userInfo.nickname || !dataStore.userInfo.nickname ||

Loading…
Cancel
Save