Browse Source

处理bug

wangcz 7 years ago
parent
commit
d4f3b37e6b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      components/mobile/validation/ValidationPhoneStepSecurity.vue

+ 4 - 1
components/mobile/validation/ValidationPhoneStepSecurity.vue

@@ -44,7 +44,10 @@
           answer1: '',
           answer1: '',
           answer2: ''
           answer2: ''
         },
         },
-        questions: '',
+        questions: [
+          {question: ''},
+          {question: ''}
+        ],
         token: ''
         token: ''
       }
       }
     },
     },