mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
优化Buyer端展示
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user