uniapp

报错
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" />
原文地址:https://www.cnblogs.com/gggggggxin/p/13748457.html