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

1.提交更新;

parent e2092883
......@@ -45,6 +45,15 @@
async SwitchUser() {
wx.miniProgram.redirectTo({
url: `/pages/setting/main`,
success: function() {
},
fail: function(fail) {
console.warn(fail)
uni.showModal({
content: JSON.stringify(fail)
})
}
});
}
}
......
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