diff --git a/litemall-wx/pages/goods/goods.js b/litemall-wx/pages/goods/goods.js index b58b291ac1e6aa66479f1df57e0a3e8169f9d20e..d0d9be54148581333176ecb59a9d3abd1f597c12 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