Commit bba0c86c authored by Junling Bu's avatar Junling Bu
Browse files

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

parent 998367f8
...@@ -133,7 +133,7 @@ Page({ ...@@ -133,7 +133,7 @@ Page({
let _specificationList = this.data.specificationList; let _specificationList = this.data.specificationList;
for (let i = 0; i < _specificationList.length; i++) { for (let i = 0; i < _specificationList.length; i++) {
let _checkedObj = { let _checkedObj = {
name: _specificationList[i].specification, name: _specificationList[i].name,
valueId: 0, valueId: 0,
valueText: '' valueText: ''
}; };
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment