detail.html 279 B

123456
  1. {template 'common/header'}
  2. <form action="{php echo url('mc/cash/wechat/');}" method="post">
  3. <input type="hidden" name="params" value="{$params}"/>
  4. <input name="submit" type="submit" class="btn btn-success btn-block" value="微信支付">
  5. </form>
  6. {template 'common/footer'}