fix
This commit is contained in:
@@ -209,6 +209,9 @@ export default defineComponent({
|
||||
}
|
||||
Https.axiosPost(Https.httpUrls.productImageLikeList, data).then(
|
||||
(rv) => {
|
||||
rv.forEach((item:any) => {
|
||||
item.imgUrl = item.url
|
||||
});
|
||||
productImgData.likeList.push(...rv)
|
||||
}
|
||||
).catch(res=>{
|
||||
|
||||
Reference in New Issue
Block a user