0

静态资源名称就是这样直接使用的,而且有效。

<aura: attribute name="userProfile" type="String" default="User_Teacher"/>

<c:mycomp_user userProfile="{!v.userProfile}"/>

现在我想使用 zip 文件中的静态资源。我的问题是如何引用 zip 文件中的静态资源?我试过这个但不起作用。

<aura: attribute name="userProfile" type="String" default="Users_ZIP"/>

<c:mycomp_user userProfile="{!v.userProfile+'teacher.png'}"/>
4

0 回答 0