Commit a354911c authored by 李智书's avatar 李智书

1.修改页面跳转;

parent fa03e51f
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
title: "请稍后...." title: "请稍后...."
}); });
if (bankInfo.accountType == 4) { if (bankInfo.accountType == 4) {
jWeixin.miniProgram.redirectTo({ jWeixin.miniProgram.navigateTo({
url: `/pages_subpack/pages/changeBindCard/main`, url: `/pages_subpack/pages/changeBindCard/main`,
}); });
uni.hideLoading() uni.hideLoading()
...@@ -723,7 +723,7 @@ ...@@ -723,7 +723,7 @@
}, },
// 更换手机号码 // 更换手机号码
changePhone() { changePhone() {
jWeixin.miniProgram.redirectTo({ jWeixin.navigateTo.redirectTo({
url: `/pages_subpack/pages/changePhone/main`, url: `/pages_subpack/pages/changePhone/main`,
}); });
}, },
......
...@@ -509,7 +509,7 @@ ...@@ -509,7 +509,7 @@
}, },
// 更换手机号码 // 更换手机号码
changePhone() { changePhone() {
jWeixin.miniProgram.redirectTo({ jWeixin.miniProgram.navigateTo({
url: `/pages_subpack/pages/changePhone/main`, url: `/pages_subpack/pages/changePhone/main`,
}); });
}, },
......
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