<{include file="public/head.html"}>
后台管理 > 商户管理 > 开启与关闭支付方式
<{ include file="public/title.html" }>
  • 支付方式 是否开启
  • <{ section name=doc loop=$payment }>
  •  <{$payment[doc].title}> <{if $payment[doc].audit eq 1 }> 开启 <{else}> 关闭 <{/if}>
  • <{/section}>
<{include file="public/footer.html"}>