ソースを参照

添加部分测试代码4

JXDS18FUJT 2 年 前
コミット
1e39923b93
1 ファイル変更1 行追加1 行削除
  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
                   })