Browse Source

update test

master
unknown 3 years ago
parent
commit
c69e4a743c
  1. 2
      mobile/plugins/payment/wxpay.php

2
mobile/plugins/payment/wxpay.php

@ -251,7 +251,7 @@ class wxpay
</script>';
// window.location.href = "{U(\'flow/index/done\')}";
$button = '<a class="box-flex btn-submit" type="button" onclick="callpay()">微信支付(测试)</a>' . $js;
$button = '<a class="box-flex btn-submit" type="button" onclick="callpay()">微信支付</a>' . $js;
// $button = '<a class="box-flex btn-submit" type="button" onclick="">微信支付(测试)</a>';
return $button;

Loading…
Cancel
Save