wangdy 8 лет назад
Родитель
Сommit
57109c9a4c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/personalMaterial/PersonalMaterial.vue

+ 1 - 1
components/personalMaterial/PersonalMaterial.vue

@@ -142,7 +142,7 @@
         }
       },
       bindEnterprise: function () {
-        this.$http.get('/basic/enterprise/applyUserSpace', {params: {phone: this.enInfo.contactTel, enName: this.enInfo.name, businessCode: this.enInfo.businessCode}})
+        this.$http.get('/basic/enterprise/applyUserSpace', {params: {phone: this.user.data.userTel, enName: this.enInfo.name, businessCode: this.enInfo.businessCode}})
           .then(response => {
             if (response.data.data === 'success') {
               this.showRemindBox = true