This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
if (!this.detailItem.imgUrl) return;
|
||||
const imgIds = this.detailItem.imgUrl.split(',');
|
||||
const res = await this.$u.api.getImageUrl({}, imgIds.join(','));
|
||||
if (res.code == 200 && res.data) this.imageList = res.data.map(item => item.url);
|
||||
if (res.code == 200 && res.data) this.imageList = res.data.map(item => this.vuex_config.imageUrl+item.url);
|
||||
},
|
||||
// 设置评分
|
||||
setRating(rating) {
|
||||
|
Reference in New Issue
Block a user