wangxy 2 vuotta sitten
vanhempi
commit
702f3555a1
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      components/common/applicationDialog.vue
  2. 1 1
      pages/CourseDevelopPhone.vue

+ 1 - 1
components/common/applicationDialog.vue

@@ -168,7 +168,7 @@ export default {
       this.$axios.$post(`/develop/exists`, {phone}).then(res => {
         if (res.code === 0 && res.data) {
           const {appkey, scene, csessionid: sessionid, sig, token} = this.sliderData;
-          let req = {appkey, scene, sig, token, sessionid, phone, type: 0}
+          let req = {appkey, scene, sig, token, sessionid, phone, type: 1}
           this.$axios.$post('/sendCode', req).then(res => {
             if (res.code === 0 && res.data) {
               this.setTime();

+ 1 - 1
pages/CourseDevelopPhone.vue

@@ -91,7 +91,7 @@
               'sessionid': this.sliderData.csessionid,
               'sig':       this.sliderData.sig,
               'token':     this.sliderData.token,
-              'type':      0,
+              'type':      1,
             }
             this.$axios.$post('/sendCode',req).then(res=>{
               if (res.code === 0 && res.data) {