This commit is contained in:
parent
da8854a62f
commit
877f9205d0
|
|
@ -243,7 +243,7 @@
|
|||
},
|
||||
|
||||
addWishlist() {
|
||||
$http.post('account/wishlist', {product_id: this.product.id}).then((res) => {
|
||||
$http.post('account/wishlist', {product_id: '{{ $product['id'] }}'}).then((res) => {
|
||||
layer.msg(res.message)
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue