@@ -173,10 +173,11 @@
address:$('#address').val(),
},
success:function (msg) {
+ console.log(msg)
if(msg.state ==0){
alert("提交失败!")
} else if(msg.state ==1){
- window.location.href=msg.url;
+ window.location.href=msg.redirect_url;
}
});