Browse Source

添加部分测试代码6

JXDS18FUJT 2 năm trước cách đây
mục cha
commit
ea03abc6f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(err.message) ,
+                    message: '错误:'+err.message ,
                     position: 'top',
                     duration: 4000
                   })