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
7684810b
Commit
7684810b
authored
Nov 22, 2020
by
linlinjava
Browse files
fix
parent
79135cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/goods/goods.js
View file @
7684810b
...
...
@@ -134,7 +134,7 @@ Page({
}).
then
(
function
(
res
)
{
if
(
res
.
errno
===
0
)
{
let
_specificationList
=
res
.
data
.
product
List
;
let
_specificationList
=
res
.
data
.
specification
List
;
let
_tmpPicUrl
=
res
.
data
.
productList
[
0
].
url
;
//console.log("pic: "+_tmpPicUrl);
// 如果仅仅存在一种货品,那么商品页面初始化时默认checked
...
...
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