소스 검색

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
   },