You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
12345678910
  1. <script src="//res2.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
  2. <script>
  3. wx.config({$config});
  4. wx.ready(function () {
  5. wx.chooseWXPay({$payconfig});
  6. });
  7. wx.error(function (res) {
  8. alert(res)
  9. });
  10. </script>