@ -29,12 +29,12 @@ export default {
uni.showModal({
title: "提示",
content: "当前设备网络发生更改,是否刷新页面?",
showCancel: false,
success: function (res) {
if (res.confirm) {
uni.redirectTo({
url: '/pages/index/index'
})
} else if (res.cancel) {
}
},
});
The note is not visible to the blocked user.