|
@@ -39,6 +39,7 @@ var fleaMarket = new Vue({
|
|
|
_this.detail = res.data;
|
|
|
_this.previewThumb = res.data.imageList;
|
|
|
_this.previewBigimage =res.data.imageList[0];
|
|
|
+ _this.cmSysParams.productId = `${_this.productId}`;
|
|
|
_this.cmSysParams.pageLabel = `${res.data.brandName}`;
|
|
|
setTimeout(function(){ // 图片懒加载
|
|
|
$("img[data-original]").lazyload();
|