uniapp开发小程序中image标签动态绑定url失败问题
不妨在地址前面加上/__pageframe__/
<image class="img" :src="imgUrl" mode="aspectFit"></image>
const imgUrl = ref('/__pageframe__/static/no_img.png');
本文来自博客园,作者:RHCHIK,转载请注明原文链接:https://www.cnblogs.com/suihung/p/17720136.html