wip
This commit is contained in:
parent
383c0c8fcf
commit
3f71eef985
|
|
@ -241,7 +241,7 @@
|
|||
},
|
||||
|
||||
addWishlist() {
|
||||
$http.post('wishlist', {product_id: this.product.id}).then((res) => {
|
||||
$http.post('account/wishlist', {product_id: this.product.id}).then((res) => {
|
||||
layer.msg(res.message)
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue