修改页面
This commit is contained in:
@@ -156,10 +156,11 @@
|
||||
imgRes.data.forEach(imgItem => {
|
||||
const mapping = imgIdToIndexMap.find(m => m.id === imgItem.ossId);
|
||||
if (mapping) {
|
||||
this.$set(this.hotList[mapping.index], 'activityImgUrl', imgItem.url);
|
||||
this.$set(this.hotList[mapping.index], 'activityImgUrl', this.vuex_config.imgUrl+imgItem.url);
|
||||
}
|
||||
});
|
||||
}
|
||||
console.log(this.hotList);
|
||||
} catch (error) {
|
||||
console.error('获取图片链接失败:', error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user