Skip to content
New issue

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

mip-img组件部分图片无法正常加载 #325

Open
frank201113 opened this issue Jun 12, 2018 · 1 comment
Open

mip-img组件部分图片无法正常加载 #325

frank201113 opened this issue Jun 12, 2018 · 1 comment

Comments

@frank201113
Copy link

frank201113 commented Jun 12, 2018

{/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"/}
@frank201113
Copy link
Author

前半部分的图片可以正常显示出来,后半部分的图片却无法正常显示

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant