jwyu 2 năm trước cách đây
mục cha
commit
872423cede
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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||''
     })