Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
bba0c86c
Commit
bba0c86c
authored
Apr 05, 2018
by
Junling Bu
Browse files
fix[litemall-wx]: _specificationList没有specification属性,而是name属性。
parent
998367f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/goods/goods.js
View file @
bba0c86c
...
...
@@ -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
:
''
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment