@@ -34,7 +34,11 @@ Page({
comInfoDatas:res.data.data
})
} else {
-
+ wx.showToast({
+ title: res.data.msg,
+ icon: 'none',
+ duration: 2000
+ })
}
}, function (res) {
wx.showToast({