Commit 9fabb075 authored by 袁玲利's avatar 袁玲利

渤海银行增加证件更新

parent 0ab84a6f
...@@ -367,7 +367,11 @@ ...@@ -367,7 +367,11 @@
text: "账户明细" text: "账户明细"
}, { }, {
text: "常见问题" text: "常见问题"
}, { },
{
text: "证件更新"
},
{
text: "在线销户" text: "在线销户"
}], }],
popshow: false, popshow: false,
...@@ -474,6 +478,10 @@ ...@@ -474,6 +478,10 @@
jWeixin.miniProgram.redirectTo({ jWeixin.miniProgram.redirectTo({
url: `/pages/AssignCancelUserPhone/main` url: `/pages/AssignCancelUserPhone/main`
}); });
} else if (action.text == "证件更新") {
jWeixin.miniProgram.redirectTo({
url: `/pages_subpackB/pages/certificateBohaiUpdate/main`
});
} }
}, },
async beforeQuerySignStatus() { async beforeQuerySignStatus() {
......
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