暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bar.htm 901B

12345678910111213141516171819202122
  1. <div class="fixed-bar">
  2. <div class="item-title">
  3. <a class="back_xin" href="{:url('System/api_conf')}" title="返回"><i class="iconfont e-fanhui"></i></a>
  4. <div class="subject">
  5. <h3>
  6. {if condition="$Think.const.ACTION_NAME == 'conf_weixin'"}
  7. 微信小程序
  8. {elseif condition="$Think.const.ACTION_NAME == 'conf_baidu'" /}
  9. 百度小程序
  10. {elseif condition="$Think.const.ACTION_NAME == 'conf_wechat'" /}
  11. 微信公众号
  12. {elseif condition="$Think.const.ACTION_NAME == 'microsite'" /}
  13. 微站点
  14. {else /}
  15. 开放API
  16. {/if}
  17. </h3>
  18. <h5></h5>
  19. </div>
  20. </div>
  21. </div>