Commit 51d2bd8b authored by 袁玲利's avatar 袁玲利

交行申请激活条钻

parent 7e1c1aee
......@@ -508,15 +508,22 @@
success: function(respes) {
if (respes.code == "10000") {
jWeixin.miniProgram.redirectTo({
url: `/pages_subpackB/pages/certificateBohaiUpdate/main?url=`+respes.results.url
url: `/pages_subpackB/pages/certificateBohaiUpdate/main?url=`+respes.results.url+'flag=true'
});
} else {
Toast(respes.message || "申请激活失败,请重试!");
jWeixin.miniProgram.redirectTo({
url: `/pages_subpackB/pages/certificateBohaiUpdate/main?flag=false`
});
throw new Error("申请激活失败,请重试!");
}
},
error: function(err) {
loading.clear();
jWeixin.miniProgram.redirectTo({
url: `/pages_subpackB/pages/certificateBohaiUpdate/main?flag=false`
});
Toast(err || "申请激活失败,请重试!");
throw new Error("申请激活失败,请重试!");
},
......
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 to comment