Commit cdba8bba by agan

xiugai

parent c4b90847
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
product: langList[langType].text53, product: langList[langType].text53,
payType: sessionStorage.pay, payType: sessionStorage.pay,
}, },
success: function (res) { success: function (result) {
var res = JSON.parse(result); var res = JSON.parse(result);
if (res.code == 1) { if (res.code == 1) {
window.location.href = res.url; window.location.href = res.url;
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
product: langList[langType].text53, product: langList[langType].text53,
payType: sessionStorage.pay, payType: sessionStorage.pay,
}, },
success: function (res) { success: function (result) {
var res = JSON.parse(result); var res = JSON.parse(result);
if (res.code == 1) { if (res.code == 1) {
window.location.href = res.url; window.location.href = res.url;
......
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