fix[litemall-wx]: _specificationList没有specification属性,而是name属性。

This commit is contained in:
Junling Bu
2018-04-05 21:41:03 +08:00
parent 998367f80e
commit bba0c86c7c

View File

@@ -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: ''
};