添加注释,删除无用代码

This commit is contained in:
mabo
2021-05-13 18:09:36 +08:00
parent 967e673647
commit a2752a731d
122 changed files with 868 additions and 1185 deletions

View File

@@ -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: {},