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

1.

parent a66dc6c3
...@@ -723,9 +723,14 @@ ...@@ -723,9 +723,14 @@
}, },
// 更换手机号码 // 更换手机号码
changePhone() { changePhone() {
jWeixin.navigateTo.redirectTo({ uni.showLoading({
mask: true,
title: "请稍后...."
});
jWeixin.miniProgram.navigateTo({
url: `/pages_subpack/pages/changePhone/main`, url: `/pages_subpack/pages/changePhone/main`,
}); });
uni.hideLoading()
}, },
//返回小程序 跳转指定页面 //返回小程序 跳转指定页面
BackToMini(page) { BackToMini(page) {
......
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