Browse Source

total_fee test

master
用户名 3 years ago
parent
commit
c62f42feb2
  1. 2
      mobile/plugins/payment/wxpay.php

2
mobile/plugins/payment/wxpay.php

@ -251,7 +251,7 @@ class wxpay
}
</script>';
$button = '<a class="box-flex btn-submit" type="button" onclick="callpay()">微信支付(测试)</a>' . $js;
$button = '<a class="box-flex btn-submit" type="button" onclick="callpay()">微信支付(测试)$parameter[total_fee]</a>' . $js;
// $button = '<a class="box-flex btn-submit" type="button" onclick="">微信支付(测试)</a>';
return $button;

Loading…
Cancel
Save