|
@@ -211,8 +211,11 @@ define(function (require) {
|
|
window.location.href = 'http://callclient?method=pay¶m=' + encodeURIComponent(param_str) + '&callback=' + _callback;
|
|
window.location.href = 'http://callclient?method=pay¶m=' + encodeURIComponent(param_str) + '&callback=' + _callback;
|
|
},
|
|
},
|
|
wx: function () {
|
|
wx: function () {
|
|
|
|
+ console.log('11111111111111111111111')
|
|
if (config.test) {
|
|
if (config.test) {
|
|
- require(['pingpp'], function () {
|
|
|
|
|
|
+ console.log('2222222222222222222222')
|
|
|
|
+ require(['pingpp'], function (pingpp) {
|
|
|
|
+ console.log(pingpp)
|
|
pingpp.createPayment(params.charge, function (result, err) {
|
|
pingpp.createPayment(params.charge, function (result, err) {
|
|
if (result) {
|
|
if (result) {
|
|
var res = {
|
|
var res = {
|