暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

shop_bar_new.htm 601B

1234567891011
  1. {eq name="'Shop@index'|is_check_access" value="1"}
  2. <div class="sDiv2 addartbtn fl" style="">
  3. <input type="button" class="btn {if condition="!in_array($Request.action, ['index'])"}current{else/}selected{/if}" value="订单列表" onclick="window.location.href='{:url("Shop/index")}';">
  4. </div>
  5. {/eq}
  6. {eq name="'Shop@conf'|is_check_access" value="1"}
  7. <div class="sDiv2 addartbtn fl" style="">
  8. <input type="button" class="btn {if condition="!in_array($Request.action, ['conf'])"}current{else/}selected{/if}" value="功能配置" onclick="window.location.href='{:url("Shop/conf")}';">
  9. </div>
  10. {/eq}