...
|
...
|
@@ -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);
|
...
|
...
|
|