From 3f71eef9858b5809f8536a8a0391cd2cd3fed6be Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Mon, 25 Jul 2022 20:22:01 +0800 Subject: [PATCH] wip --- themes/default/product.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/product.blade.php b/themes/default/product.blade.php index 43a21af4..a866dfd3 100644 --- a/themes/default/product.blade.php +++ b/themes/default/product.blade.php @@ -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) }) },