jwyu 2 years ago
parent
commit
872423cede
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/chartShow/components/collectBtn.vue

+ 1 - 1
src/views/chartShow/components/collectBtn.vue

@@ -44,7 +44,7 @@ async function handleCollect(){
 
 //取消收藏
 async function handleCollectCancel(){
-    const res=await apiChartCollect({
+    const res=await apiChartCollectCancel({
         unique_code:route.query.code||'',
         authorization:route.query.token||''
     })