Commit 24d16e70 authored by 袁玲利's avatar 袁玲利

交行申请激活条钻

parent 82cd9614
......@@ -498,6 +498,8 @@
data: {
schoolId: 197, //学校id
userId: 4145598, //用户id
// schoolId: bankInfo.schoolId, //学校id
// userId: userID, //用户id
sessionid: sessionID
},
headers: {
......@@ -505,8 +507,9 @@
},
success: function(respes) {
if (respes.code == "10000") {
let onlocal = window.open('', '_blank')
onlocal.location=respes.results.url
jWeixin.miniProgram.redirectTo({
url: `/pages_subpackB/pages/certificateBohaiUpdate/main?url=`+respes.results.url
});
} else {
Toast(respes.message || "申请激活失败,请重试!");
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