From bba0c86c7c4aafd0b950a3ddcc48a48de7e19d5e Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Thu, 5 Apr 2018 21:41:03 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-wx]:=20=5FspecificationList?= =?UTF-8?q?=E6=B2=A1=E6=9C=89specification=E5=B1=9E=E6=80=A7=EF=BC=8C?= =?UTF-8?q?=E8=80=8C=E6=98=AFname=E5=B1=9E=E6=80=A7=E3=80=82?= 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 c35ad27e..ed5edd35 100644 --- a/litemall-wx/pages/goods/goods.js +++ b/litemall-wx/pages/goods/goods.js @@ -133,7 +133,7 @@ Page({ let _specificationList = this.data.specificationList; for (let i = 0; i < _specificationList.length; i++) { let _checkedObj = { - name: _specificationList[i].specification, + name: _specificationList[i].name, valueId: 0, valueText: '' };