This commit is contained in:
pushuo 2022-07-25 20:22:01 +08:00
parent 383c0c8fcf
commit 3f71eef985
1 changed files with 1 additions and 1 deletions

View File

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