87,988
社区成员
发帖
与我相关
我的任务
分享有没有知道这是什么意思?最终怎么运算?
function tips() {
wx.showModal({
title: "提示",
content: "网络异常,似乎已断开连接!",
showCancel: !0,
cancelText: "退出",
confirmText: "重新连接",
success: function(n) {
n.confirm ? wx.getNetworkType({
success: function(n) {
"none" == n.networkType && e();
}
}) : n.cancel && (console.log("用户点击取消"), wx.exitMiniProgram());
}
});
}
没人吗 人呢