mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 02:45:55 +08:00
feat: ✨ 新增多标签Tab页内嵌模式
This commit is contained in:
@@ -221,12 +221,12 @@ export default {
|
||||
methods: {
|
||||
//获取状态
|
||||
getfaceSheetFlag(e) {
|
||||
console.log(e);
|
||||
|
||||
if (e === true) {
|
||||
console.log("打开");
|
||||
|
||||
this.onpenText = true;
|
||||
} else {
|
||||
console.log("关闭");
|
||||
|
||||
this.onpenText = false;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user