mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 10:55:54 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -83,8 +83,8 @@ import { btnWay } from "./btn.js";
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
btnWay,
|
||||
type: "full",
|
||||
btnWay, // 按钮类型
|
||||
type: "full", // 是否全屏
|
||||
|
||||
//全屏广告
|
||||
advertising: [
|
||||
@@ -95,7 +95,7 @@ export default {
|
||||
},
|
||||
],
|
||||
|
||||
linkType: "",
|
||||
linkType: "", // 选择类型
|
||||
};
|
||||
},
|
||||
methods: {},
|
||||
|
||||
Reference in New Issue
Block a user