Updated 微信支付 (markdown)

Frye 2015-08-18 12:37:58 +08:00
parent ece76fafd9
commit 47b55f1be0

@ -76,7 +76,7 @@ var WXPayment = function() {
}
```
####HTML:
####HTML
```html
<button type="button" onclick="WXPayment()">支付 ¥<?php echo ($order->total_fee / 100); ?></button>
```