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