Selaa lähdekoodia

添加部分测试代码4

JXDS18FUJT 2 vuotta sitten
vanhempi
commit
1e39923b93
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/utils/phone.ts

+ 1 - 1
src/utils/phone.ts

@@ -67,7 +67,7 @@ class Phone {
                   })
             } catch (error) {
                 Toast({
-                    message: JSON.stringify(error) ,
+                    message: JSON.stringify(err.message) ,
                     position: 'top',
                     duration: 4000
                   })