@@ -254,7 +254,8 @@ define(['$', 'template', 'recharge', 'native', 'config', 'user', 'product', 'api
}, function (res) {
if (res.success) {
model(res.message, '确定');
- window.history.go(0)
+ console.log(res.message)
+ // window.history.go(0)
// location.href="http://common.yiguanjia.me/index.php?r=moonclub/web/index";
return;
} else {