yangc 8 rokov pred
rodič
commit
15110a2e4c

+ 3 - 1
components/personalMaterial/PersonalMaterial.vue

@@ -146,6 +146,8 @@
         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.showSearchResultStatus = 0
+              this.keyword = ''
               this.showRemindBox = true
               this.startInterval()
             } else {
@@ -222,7 +224,6 @@
       }
     }
     .personal-material-content {
-      height: 593px;
       border: 1px solid #ebeaea;
       margin-bottom: 147px;
       padding: 0 95px;
@@ -335,6 +336,7 @@
         }
       }
       .not-open-store {
+        margin-bottom: 62px;
         > div {
           height: 171px;
           border: 1px solid #ff8522;