优化Buyer端展示
parent
873764b59e
commit
6feb650f06
|
@ -24,7 +24,7 @@ export default {
|
|||
.advertising {
|
||||
height: 80px;
|
||||
width: 100%;
|
||||
background-color: $theme_color;
|
||||
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
|
|
@ -154,7 +154,8 @@ export default {
|
|||
methods: {
|
||||
// 快捷跳转中心
|
||||
entryControl(val) {
|
||||
this.$router.push(val.path)
|
||||
let url = this.$router.resolve(val.path);
|
||||
window.open(url.href, '_blank');
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
|
|
Loading…
Reference in New Issue