jwyu 2 tahun lalu
induk
melakukan
872423cede
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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||''
     })