[更新]修改微信支付demo

This commit is contained in:
邹景立 2017-04-14 18:03:29 +08:00
parent d7c6eb2b83
commit 68d9633780
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<button type="submit" class="btn btn-success">立即支付</button> <button type="submit" class="btn btn-success">立即支付</button>
</div> </div>
</div> </div>
<a href="{:url('payqrc')}" class="btn btn-link">扫码支付测试</a>
</div> </div>
</body> </body>

View File

@ -13,10 +13,12 @@
<h3>扫码支付DEMO</h3> <h3>扫码支付DEMO</h3>
<hr/> <hr/>
<p id="showbox"></p> <p id="showbox"></p>
<p class="help-block">请使用其它手机微信扫描二维码。</p>
<hr/> <hr/>
<p id="orderno"></p> <p id="orderno"></p>
<hr/> <hr/>
<button data-reset class="btn btn-default hide">重置订单号</button> <button data-reset class="btn btn-default hide">重置订单号</button>
<a href="{:url('payjs')}" class="btn btn-link">JSAPI支付测试</a>
</div> </div>
</body> </body>