@@ -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 () {
@@ -99,7 +99,7 @@
- console.log(this.$store.state.option)
+ // console.log(this.$store.state.option)
cartCount () {
@@ -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')
}
@@ -489,7 +489,7 @@
@@ -599,7 +599,7 @@
.selector .sendBtn {
position: relative;
left: 980px;
- top: -10px;
+ top: -11px;
color: #888;
z-index: 10;
@@ -377,7 +377,7 @@ export default {