修改价格行情模块

This commit is contained in:
2025-12-02 17:27:45 +08:00
parent 103cbc3268
commit e902c1a221
2 changed files with 20 additions and 15 deletions

View File

@@ -536,7 +536,7 @@ export default {
noDataMessage.value = '请求超时'
} else {
console.error('[外部接口] 调用失败:', error)
noDataMessage.value = '接口调用失败'
noDataMessage.value = '该地区暂无数据'
}
isJumpLoading.value = false
showNoDataToast.value = true