We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{/foreach from=$category_list item=catValue key=catKey/} <div class="category-item"> <div class="category-icon"> <div class="category-img"> <mip-img src="{/$s_path/}/webapp_mobile/mip_m_shop/category_genre/img/{/$catValue.second_name/}.png"></mip-img> </div> <a href="http://{/$smarty.server.HTTP_HOST/}{/$catValue.url/}">{/$catValue.name/}</a> </div> <div class="category-item-list"> {/foreach from=$catValue['subcategory'] item=subValue key=subKey/} <a class="item" href="{/$subValue.url/}">{/$subValue.name/}</a> {//foreach/} </div> </div> {//foreach/} {/include file="webapp_mobile/m_shop/footer.html"/}
The text was updated successfully, but these errors were encountered:
前半部分的图片可以正常显示出来,后半部分的图片却无法正常显示
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: