Handy_Cao hace 1 año
padre
commit
5ca92f93bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/packages/mobile/views/user/forget/Index.vue

+ 1 - 1
src/packages/mobile/views/user/forget/Index.vue

@@ -191,7 +191,7 @@ const formSubmit = () => {
             resetPassword({
                 data: {
                     logincode,
-                    mobile:  getEncryptMobile(mobile),
+                    mobile: getEncryptMobile(countryCode.value+mobile),
                     password: encryptedHex,
                     vcode,
                 }