diff --git a/pages/tabbar/vlog/vlindex.vue b/pages/tabbar/vlog/vlindex.vue index 7732f21f..89022a47 100644 --- a/pages/tabbar/vlog/vlindex.vue +++ b/pages/tabbar/vlog/vlindex.vue @@ -3,7 +3,9 @@ - + + + {{ currentTitle || "选择分类" }} @@ -25,12 +27,12 @@ {{ item.name }} - - - - - - + + + + + + @@ -41,15 +43,16 @@ import ylog from "./log/ylog.vue"; // 房地产 import slog from "./log/slog.vue"; // 房地产 import sclog from "./log/sclog.vue"; // 房地产 import tlog from "./log/tlog.vue"; // 房地产 + export default { - components: { - flog, // 注册组件 - ylog, // 注册组件 - jlog, // 注册组件 - slog, - sclog, - tlog - }, + components: { + flog, // 注册组件 + ylog, // 注册组件 + jlog, // 注册组件 + slog, + sclog, + tlog, + }, data() { return { stylie: { @@ -57,6 +60,11 @@ export default { height: "20px", // 设置高度为 20px marginRight: "10px", // 设置右边距为 10px }, + styliepog: { + width: "17px", // 设置宽度为 20px + height: "17px", // 设置高度为 20px + marginRight: "10px", // 设置右边距为 10px + }, showCommentModal: false, // 控制模态框的显示 commentContent: "", // 评论内容 currentCommentIndex: -1, @@ -74,7 +82,6 @@ export default { showDropdown: false, currentTitle: "", istae: true, - }; }, onLoad(options) { @@ -268,7 +275,7 @@ export default { } .subtitle { - font-size: 14px; + font-size: 14px; color: #666; display: block; // 新增样式控制两行显示 diff --git a/static/img/index/pog.png b/static/img/index/pog.png new file mode 100644 index 00000000..dbe39b43 Binary files /dev/null and b/static/img/index/pog.png differ