This commit is contained in:
pushuo 2022-08-11 12:02:56 +08:00
parent da8854a62f
commit 877f9205d0
1 changed files with 1 additions and 1 deletions

View File

@ -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)
})
},