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