Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

bar.htm 1.0KB

12345678910111213141516171819202122232425262728
  1. <div class="fixed-bar">
  2. <div class="item-title">
  3. <a class="back_xin" href="{:url("Shop/index")}" title="返回">
  4. <i class="iconfont e-fanhui"></i></a>
  5. </a>
  6. <div class="subject">
  7. <h3>订单中心</h3>
  8. <h5></h5>
  9. </div>
  10. <ul class="tab-base nc-row">
  11. {eq name="'Shop@index'|is_check_access" value="1"}
  12. <li>
  13. <a href="{:url('Shop/index')}" {if condition="in_array($Think.const.ACTION_NAME, ['index','order_details','order_send'])"}class="current"{/if}>
  14. <span>订单列表</span>
  15. </a>
  16. </li>
  17. {/eq}
  18. {eq name="'Shop@conf'|is_check_access" value="1"}
  19. <li>
  20. <a href="{:url('Shop/conf')}" {if condition="'conf'==$Think.const.ACTION_NAME"}class="current"{/if}>
  21. <span>功能设置</span>
  22. </a>
  23. </li>
  24. {/eq}
  25. </ul>
  26. </div>
  27. </div>