Explorar el Código

添加部分测试代码6

JXDS18FUJT hace 2 años
padre
commit
ea03abc6f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
                   })