标签:
http://levi.yii.so/archives/3453
$(
"#first"
).click(
function
(){
var
w = window.open();
$.ajax({
type:
‘POST‘
,
url:
‘/deposit/paypoints‘
,
success:
function
(re) {
w.location = re.url;
},
error:
function
(){
w.close();
}
});
});
标签:
原文地址:http://www.cnblogs.com/heboliufengjie/p/5048940.html