|
@@ -144,7 +144,7 @@ export default {
|
|
})
|
|
})
|
|
this.info = {
|
|
this.info = {
|
|
...data,
|
|
...data,
|
|
- type: JSON.parse(data.type).value,
|
|
|
|
|
|
+ type: JSON.parse(data.type),
|
|
picUrl: picUrl,
|
|
picUrl: picUrl,
|
|
channelTitle: data.channelList.map(item => item.name).join(',')
|
|
channelTitle: data.channelList.map(item => item.name).join(',')
|
|
};
|
|
};
|