Browse Source

右侧店铺

q867427795 7 years ago
parent
commit
b2470e4760

+ 1 - 1
components/default/Header.vue

@@ -74,7 +74,7 @@
     },
     computed: {
       user () {
-        console.log(this.$store.state.option.user)
+        // console.log(this.$store.state.option.user)
         return this.$store.state.option.user
       },
       enterprise () {

+ 1 - 1
components/default/RightBar.vue

@@ -99,7 +99,7 @@
     },
     computed: {
       user () {
-        console.log(this.$store.state.option)
+        // console.log(this.$store.state.option)
         return this.$store.state.option.user
       },
       cartCount () {

+ 1 - 1
components/product/component/StoreInfo.vue

@@ -283,7 +283,7 @@
       sendprove: function () {
         if (this.user.logged) {
           if (this.enterprise && this.enterprise.isVendor === 313) {
-            window.location.href = '/vendor#/vendor_upload'
+            window.open('/vendor#/vendor_upload')
           } else {
             this.$router.push('/register-saler')
           }

+ 2 - 2
components/search/Kind.vue

@@ -489,7 +489,7 @@
       sendprove: function () {
         if (this.user.logged) {
           if (this.enterprise && this.enterprise.isVendor === 313) {
-            window.location.href = '/vendor#/vendor_upload'
+            window.open('/vendor#/vendor_upload')
           } else {
             this.$router.push('/register-saler')
           }
@@ -599,7 +599,7 @@
   .selector .sendBtn {
     position: relative;
     left: 980px;
-    top: -10px;
+    top: -11px;
     color: #888;
     z-index: 10;
   }

+ 1 - 1
components/store/CommodityList.vue

@@ -377,7 +377,7 @@ export default {
     sendprove: function () {
       if (this.user.logged) {
         if (this.enterprise && this.enterprise.isVendor === 313) {
-          window.location.href = '/vendor#/vendor_upload'
+          window.open('/vendor#/vendor_upload')
         } else {
           this.$router.push('/register-saler')
         }