fix[litemall-wx]: _specificationList没有specification属性,而是name属性。
This commit is contained in:
@@ -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: ''
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user