利用showCancel取消取消按钮
wx.showModal({
cancelColor: 'cancelColor',
showCancel:false,
content:"网络异常",
success:function(res){
wx.showToast({
title: '网络异常',
})
wx.switchTab({
url: '/pages/index/index',
})
}
})