Переглянути джерело

Merge branch 'dev-5.3.1' of Software/android-cloud-H5 into test

zengzhixiang 3 роки тому
батько
коміт
d6b0c7faa2
3 змінених файлів з 5 додано та 4 видалено
  1. 2 1
      pages/activity/invite-user.vue
  2. 2 2
      pages/login.vue
  3. 1 1
      pages/register-for-invite.vue

+ 2 - 1
pages/activity/invite-user.vue

@@ -100,6 +100,7 @@ export default {
         totalBuyOrderSuccessCount: 0,
         withdrawStarCoinNum: 0,
         inviteUserName: null,
+        activityId: null,
       },
     };
   },
@@ -147,7 +148,7 @@ export default {
           path: '/register-for-invite',
           query: {
             invitationUserName: this.data.invitationUserName,
-            activityId: this.$route.query.activityId,
+            activityId: this.data.activityId,
           },
         }).href;
 

+ 2 - 2
pages/login.vue

@@ -51,8 +51,8 @@ export default {
   data() {
     return {
       form: {
-        phone: '17600000010',
-        password: '1234567890',
+        phone: '',
+        password: '',
       },
       submitting: false,
     };

+ 1 - 1
pages/register-for-invite.vue

@@ -67,7 +67,7 @@ export default {
   data() {
     return {
       form: {
-        phone: '17603013019',
+        phone: '',
         code: '',
         invitationUserName: null,
         activityId: null,