Showing
1 changed file
with
1 additions
and
1 deletions
@@ -282,7 +282,7 @@ class Detail extends Page { | @@ -282,7 +282,7 @@ class Detail extends Page { | ||
282 | let isShowPop = document.getElementById('isShowPop'); | 282 | let isShowPop = document.getElementById('isShowPop'); |
283 | let shareDom = document.getElementById('share'); | 283 | let shareDom = document.getElementById('share'); |
284 | let goodsName = document.getElementById('goodsName').value; | 284 | let goodsName = document.getElementById('goodsName').value; |
285 | - let imgUrl = document.getElementById('imgUrl').value; | 285 | + let imgUrl = 'http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png'; |
286 | let buynow = document.getElementById('buynow'); | 286 | let buynow = document.getElementById('buynow'); |
287 | 287 | ||
288 | this.getProductData(productSkn); | 288 | this.getProductData(productSkn); |
-
Please register or login to post a comment