Browse Source

处理BUG

wangcz 7 years ago
parent
commit
1b54c98a17
1 changed files with 1 additions and 9 deletions
  1. 1 9
      pages/businessEnter/index.vue

+ 1 - 9
pages/businessEnter/index.vue

@@ -154,7 +154,7 @@
     <div class="section-04">
     <div class="section-04">
       <div class="handle-btn">
       <div class="handle-btn">
         <div class="ps-btn">
         <div class="ps-btn">
-          <a @click="onRegisterClick">立即入驻</a>
+          <a @click="goStoreApply">立即入驻</a>
           <a href="https://mall.usoftchina.com/help/helpDetail/28" target="_blank">联系企业</a>
           <a href="https://mall.usoftchina.com/help/helpDetail/28" target="_blank">联系企业</a>
         </div>
         </div>
       </div>
       </div>
@@ -218,14 +218,6 @@
       })
       })
     },
     },
     methods: {
     methods: {
-      // 立即入驻
-      onRegisterClick () {
-        this.$http.get('/register/page').then(response => {
-          if (response.data) {
-            window.location.href = response.data.content
-          }
-        })
-      },
       checkMobile (flg) {
       checkMobile (flg) {
         let reg = /^1[0-9]{10}$/
         let reg = /^1[0-9]{10}$/
         if (flg === '' && !flg) {
         if (flg === '' && !flg) {