From cc6652d738afd901f5778e3cad51612d19f7ed25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=9E=B3?= Date: Thu, 5 Dec 2019 06:13:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/commons/product/defaultProductHeader.html | 2 +- .../src/main/webapp/static/commons/product.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module-product/module-product-web/src/main/webapp/WEB-INF/views/commons/product/defaultProductHeader.html b/module-product/module-product-web/src/main/webapp/WEB-INF/views/commons/product/defaultProductHeader.html index e00fc9bb2..40458c25e 100755 --- a/module-product/module-product-web/src/main/webapp/WEB-INF/views/commons/product/defaultProductHeader.html +++ b/module-product/module-product-web/src/main/webapp/WEB-INF/views/commons/product/defaultProductHeader.html @@ -60,7 +60,7 @@
加入购物车 - 立即购买 + 立即购买

添加收藏

diff --git a/module-product/module-product-web/src/main/webapp/static/commons/product.js b/module-product/module-product-web/src/main/webapp/static/commons/product.js index 144abfac7..5d5bd247c 100644 --- a/module-product/module-product-web/src/main/webapp/static/commons/product.js +++ b/module-product/module-product-web/src/main/webapp/static/commons/product.js @@ -38,7 +38,7 @@ function addProductToFavorite(productId, okFunction, failFunction) { /* 购买产品 */ -function buyPrudct(productId, okFunction, failFunction) { +function buyProduct(productId, okFunction, failFunction) { ajaxPost(getContextPaht() + '/product/doBuy', { id: productId, spec: productInfo.spec -- Gitee