Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangyCode
6 years ago
Commit
6dcb486f2fee978cc05bd29a6f32f0cf995abe0b
1 parent
1577e485
修改已售罄
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/group-goodsDetail.page.js
public/js/activity/group-goodsDetail.page.js
View file @
6dcb486
...
...
@@ -282,7 +282,7 @@ class Detail extends Page {
let
isShowPop
=
document
.
getElementById
(
'isShowPop'
);
let
shareDom
=
document
.
getElementById
(
'share'
);
let
goodsName
=
document
.
getElementById
(
'goodsName'
).
value
;
let
imgUrl
=
document
.
getElementById
(
'imgUrl'
).
value
;
let
imgUrl
=
'http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png'
;
let
buynow
=
document
.
getElementById
(
'buynow'
);
this
.
getProductData
(
productSkn
);
...
...
Please
register
or
login
to post a comment