Browse Source

搜索结果 器件收藏

yangc 8 years ago
parent
commit
3f64d7592d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/search/_keycode.vue

+ 1 - 1
pages/mobile/search/_keycode.vue

@@ -110,7 +110,7 @@
               item.isFocus = true
             })
         } else {
-          this.$http.delete('/trade/collection/' + item.cmpId).then(response => {
+          this.$http.post('/trade/collection/delete/cmpId', [item.cmpId]).then(response => {
             item.isFocus = false
           })
         }