uniapp - image渲染完成但是报错


报错
VM17512:1 Failed to load local image resource /pages/Personal/personal/undefinedpersonal/edit.png
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)

解决:添加v-if

<image v-if="imgBase" :src="imgBase + 'personal/edit.png'" class="edit-img" mode="widthFix" />


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM