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