ソースを参照

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,7 +33,7 @@ create(store, {
33 33
     }).catch((err) => {
34 34
       wx.showToast({
35 35
         title: '获取列表失败',
36
-        icon: 'error',
36
+        icon: 'none',
37 37
       })
38 38
     })
39 39
   },

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

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