Commit d436b8eb by libai

测试

parent b603963b
Showing with 3 additions and 1 deletions
......@@ -627,7 +627,9 @@ $(function(){
},
success: function (res) {
if (res.code == 1) {
window.location.href = res.url;
console.log(res.url)
window.location.href='https://firefly.live/footseenPay/index.html?goUrl='+res.url
// window.location.href = res.url;
} else {
layer.msg(res.msg);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment