|
@@ -18,7 +18,8 @@ var beautyArchiveDetailMixin = {
|
|
|
fileArchiveList: [], // 文件资料列表
|
|
|
defaultImage: 'https://static.caimei365.com/app/img/icon2/PC-default.png', // 默认图片
|
|
|
videoCover: 'https://static.caimei365.com/app/img/icon2/video-cover.png', //默认视频封面
|
|
|
- archiveProductInfo: {}
|
|
|
+ archiveProductInfo: {},
|
|
|
+ relatedLabels:''
|
|
|
},
|
|
|
filters: {
|
|
|
// 时间格式化
|
|
@@ -237,8 +238,7 @@ var beautyArchiveDetailMixin = {
|
|
|
_self.archiveProductInfo.productType = res.data.productType;
|
|
|
_self.archiveProductInfo.shopName = res.data.shopName;
|
|
|
_self.listLoading = false;
|
|
|
- _self.cmSysParams.pageLabel = res.data.relatedLabels;
|
|
|
- _self.cmSysParams.pageType = 20;
|
|
|
+ _self.relatedLabels = res.data.relatedLabels;
|
|
|
// 只有当前用户权限为0时初始化图片预览
|
|
|
if (_self.permission === 0) {
|
|
|
setTimeout(function () {
|