From b08af96b4477b1c10a7299228e87b7dcb0143bd3 Mon Sep 17 00:00:00 2001 From: "koala.good" Date: Sat, 21 Nov 2020 22:14:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E4=B8=80=E7=A7=8D?= =?UTF-8?q?=E7=B1=BB=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/pages/goods/goods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litemall-wx/pages/goods/goods.js b/litemall-wx/pages/goods/goods.js index b58b291a..d0d9be54 100644 --- a/litemall-wx/pages/goods/goods.js +++ b/litemall-wx/pages/goods/goods.js @@ -134,7 +134,7 @@ Page({ }).then(function(res) { if (res.errno === 0) { - let _specificationList = res.data.productList; + let _specificationList = res.data.specificationList; let _tmpPicUrl = res.data.productList[0].url; //console.log("pic: "+_tmpPicUrl); // 如果仅仅存在一种货品,那么商品页面初始化时默认checked -- Gitee