Merge pull request #67 from CodeNoobLH/master

修复了关注股票后点击成本没有效果的bug
This commit is contained in:
SparkMemory 2025-06-13 21:46:07 +08:00 committed by GitHub
commit 3b25aa79bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -459,6 +459,9 @@ function AddStock(){
if(result==="关注成功"){
stocks.value.push(data.code)
message.success(result)
GetFollowList(currentGroupId.value).then(result => {
followList.value = result
})
monitor();
}else{
message.error(result)