uniapp开发小程序中image标签动态绑定url失败问题

不妨在地址前面加上/__pageframe__/

<image class="img" :src="imgUrl" mode="aspectFit"></image>

const imgUrl = ref('/__pageframe__/static/no_img.png');

 

posted @ 2023-09-21 15:49  RHCHIK  阅读(301)  评论(0编辑  收藏  举报