image组件src属性引用的资源名包含中文时,真机上不显示

发布于 3 年前作者 yong393630 次浏览最后编辑 3 年前来自 share

image组件src属性引用的资源名包含中文时,真机上不显示

<image class=“icon” src=“/static/map/已收藏.svg” mode=“aspectFill”></image>

改为

<image class=“icon” src=“/static/map/collected.svg” mode=“aspectFill”></image>image组件src属性引用的资源名包含中文时,真机上不显示

<image class=“icon” src=“/static/map/已收藏.svg” mode=“aspectFill”></image>

改为

<image class=“icon” src=“/static/map/collected.svg” mode=“aspectFill”></image>

1 回复
lfeng
lfeng1 楼1 个月前

避免使用中文