ソースを参照

bug fix: not error toast

zjxpcyc 6 年 前
コミット
078191425d
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1
    1
      pages/MyCollectEstateList/index.js
  2. 1
    1
      pages/UserCenter/UserInfo/index.js

+ 1
- 1
pages/MyCollectEstateList/index.js ファイルの表示

33
     }).catch((err) => {
33
     }).catch((err) => {
34
       wx.showToast({
34
       wx.showToast({
35
         title: '获取列表失败',
35
         title: '获取列表失败',
36
-        icon: 'error',
36
+        icon: 'none',
37
       })
37
       })
38
     })
38
     })
39
   },
39
   },

+ 1
- 1
pages/UserCenter/UserInfo/index.js ファイルの表示

26
     }).catch((err) => {
26
     }).catch((err) => {
27
       wx.showToast({
27
       wx.showToast({
28
         title: '更新失败',
28
         title: '更新失败',
29
-        icon: 'error',
29
+        icon: 'none',
30
       })
30
       })
31
     })
31
     })
32
   },
32
   },