调整
This commit is contained in:
parent
3f4d42674e
commit
d35aa5f450
@ -3,7 +3,9 @@
|
|||||||
<!-- 头部原生导航栏 -->
|
<!-- 头部原生导航栏 -->
|
||||||
<view class="native-header-nav">
|
<view class="native-header-nav">
|
||||||
<view class="nav-left" @click="goBack">
|
<view class="nav-left" @click="goBack">
|
||||||
<text>←</text>
|
<text>
|
||||||
|
<image src="@/static/img/index/pog.png" :style="styliepog"></image>
|
||||||
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="nav-title" @click="toggleDropdown">
|
<view class="nav-title" @click="toggleDropdown">
|
||||||
<text>{{ currentTitle || "选择分类" }}</text>
|
<text>{{ currentTitle || "选择分类" }}</text>
|
||||||
@ -41,6 +43,7 @@ import ylog from "./log/ylog.vue"; // 房地产
|
|||||||
import slog from "./log/slog.vue"; // 房地产
|
import slog from "./log/slog.vue"; // 房地产
|
||||||
import sclog from "./log/sclog.vue"; // 房地产
|
import sclog from "./log/sclog.vue"; // 房地产
|
||||||
import tlog from "./log/tlog.vue"; // 房地产
|
import tlog from "./log/tlog.vue"; // 房地产
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
flog, // 注册组件
|
flog, // 注册组件
|
||||||
@ -48,7 +51,7 @@ export default {
|
|||||||
jlog, // 注册组件
|
jlog, // 注册组件
|
||||||
slog,
|
slog,
|
||||||
sclog,
|
sclog,
|
||||||
tlog
|
tlog,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -57,6 +60,11 @@ export default {
|
|||||||
height: "20px", // 设置高度为 20px
|
height: "20px", // 设置高度为 20px
|
||||||
marginRight: "10px", // 设置右边距为 10px
|
marginRight: "10px", // 设置右边距为 10px
|
||||||
},
|
},
|
||||||
|
styliepog: {
|
||||||
|
width: "17px", // 设置宽度为 20px
|
||||||
|
height: "17px", // 设置高度为 20px
|
||||||
|
marginRight: "10px", // 设置右边距为 10px
|
||||||
|
},
|
||||||
showCommentModal: false, // 控制模态框的显示
|
showCommentModal: false, // 控制模态框的显示
|
||||||
commentContent: "", // 评论内容
|
commentContent: "", // 评论内容
|
||||||
currentCommentIndex: -1,
|
currentCommentIndex: -1,
|
||||||
@ -74,7 +82,6 @@ export default {
|
|||||||
showDropdown: false,
|
showDropdown: false,
|
||||||
currentTitle: "",
|
currentTitle: "",
|
||||||
istae: true,
|
istae: true,
|
||||||
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
|
BIN
static/img/index/pog.png
Normal file
BIN
static/img/index/pog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 250 B |
Loading…
x
Reference in New Issue
Block a user