|
@@ -17,6 +17,7 @@ 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: {}
|
|
|
},
|
|
|
filters: {
|
|
|
// 时间格式化
|
|
@@ -211,6 +212,10 @@ var beautyArchiveDetailMixin = {
|
|
|
_self.videoArchiveList = res.data.videoArchiveList;
|
|
|
_self.fileArchiveList = res.data.fileArchiveList;
|
|
|
_self.permission = res.data.permission;
|
|
|
+ _self.archiveProductInfo.productImage = res.data.productImage;
|
|
|
+ _self.archiveProductInfo.productName = res.data.productName;
|
|
|
+ _self.archiveProductInfo.productType = res.data.productType;
|
|
|
+ _self.archiveProductInfo.shopName = res.data.shopName;
|
|
|
_self.isRequest = false;
|
|
|
// 只有当前用户权限为0时初始化图片预览
|
|
|
if (_self.permission === 0) {
|