Kaynağa Gözat

Merge branch '1xinfeng-fix' of www.gitinn.com:proginn/proginn-frontend

xinfeng 5 yıl önce
ebeveyn
işleme
9d86bc395d

+ 1 - 1
components/header.vue

@@ -46,7 +46,7 @@
           <el-dropdown-item>
             <a
               class="workstation"
-              :href="kaifainUrl"
+              :href="baseUrl+'/kaifain'"
               style="display: flex; align-items: center;"
             >
               <img

+ 4 - 0
components/type/vip/mobile.vue

@@ -246,11 +246,15 @@
     },
     mounted() {
       const activeName = this.$route.query.activeName
+      const current = this.$route.query.current
       if (activeName==='enterprise') {
         this.active = 1
       } else {
         this.active = 0
       }
+      if (current === '1') {
+        this.current = 1
+      }
       if (window.appBridge && this.active === 0) {
         window.appBridge.setTitleBarColor('#D89823')
       } else if (window.appBridge && this.active === 1 && this.current === 0) {

+ 1 - 1
pages/kaifain/detail/_tid/index.vue

@@ -326,7 +326,7 @@
           beforeClose: (action, instance, done) => {
             if (action === 'confirm') {
               if (this.$deviceType.isMobile()) {
-                location.href = "/type/vip"
+                location.href = "/type/vip?activeName=enterprise&current=1"
               } else {
                 location.href = "/type/vip/enterprise"
               }