Handy_Cao 1 년 전
부모
커밋
c503660d99
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/packages/mobile/views/account/certification/Index.vue

+ 4 - 0
src/packages/mobile/views/account/certification/Index.vue

@@ -200,6 +200,10 @@ const formRules: { [key: string]: FieldRule[] } = {
 
 const onSubmit = () => {
     fullloading((hideLoading) => {
+        // 手机号+区号
+        if (userStore.userInfo.mobile2 === '') {
+            formData.mobilephone = countryCode.value + formData.mobilephone
+        }
         formSubmit().then((res) => {
             /// 失败
             if (res.code.toString() != '0') {