|
@@ -2949,7 +2949,8 @@ export default {
|
|
|
name: item.name,
|
|
|
duration: item.response.file_info_list[0].media_duration,
|
|
|
url: item.response.file_info_list[0].file_url,
|
|
|
- id: "[FID##" + item.response.file_info_list[0].file_id + "#FID]",
|
|
|
+ id: "[FID##" + item.response.file_info_list[0].file_id + "##FID]",
|
|
|
+
|
|
|
media_duration: item.response.file_info_list[0].media_duration, //音频时长
|
|
|
};
|
|
|
articleImgRes.push(obj);
|
|
@@ -2964,7 +2965,8 @@ export default {
|
|
|
const obj = {
|
|
|
name: file.name,
|
|
|
url: file.response.file_info_list[0].file_url,
|
|
|
- id: "[FID##" + file.response.file_info_list[0].file_id + "#FID]",
|
|
|
+ id: "[FID##" + item.response.file_info_list[0].file_id + "##FID]",
|
|
|
+
|
|
|
imgNumber: 0,
|
|
|
};
|
|
|
this.curQue.img_list.push(obj);
|