错误原因:
由于这是因为初始化的时候,变量还没渲染进去导致的。

解决方法:
在src前面加个:
wx:if<image wx:if='{{customerLevel.value}}' class="iconLevel" src='{{customerLevel.value?tools.getLevel(customerLevel.value):"请选择"}}'></image>
或者直接写 /static/img/xx.png,比如:把图片放在根目录下的static文件下
<img src="/static/img/bg.png" >

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐