FANGLH 6 years ago
parent
commit
71ec54a0fd
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages/corporateInfo/corporateInfo.js

+ 5 - 1
pages/corporateInfo/corporateInfo.js

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