From 70f304ad8fb9dedcffd21f845ed7807807f75d1b Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 20 Jun 2025 16:14:15 +0800 Subject: [PATCH] no message --- components/list/job.vue | 2 +- pages/home/index.vue | 5 ++++- root/detail/job.vue | 19 +++++++++++++------ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/components/list/job.vue b/components/list/job.vue index e65bd7b..c144fb4 100644 --- a/components/list/job.vue +++ b/components/list/job.vue @@ -13,7 +13,7 @@ - + diff --git a/pages/home/index.vue b/pages/home/index.vue index 9fb42f9..48bef8f 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -275,7 +275,7 @@ export default { computed: {}, onShow() { let that = this; - + that.tabInfo.active = 0; that.isLogin = uni.getStorageSync("apply-token"); if (!that.isLogin) { @@ -598,11 +598,14 @@ export default { console.log("e", e); this.G.isLogin(); if (this.G.isLogin()) { + console.log("一级tab切换"); this.tabInfo.active = e; this.speed = -1; this.loading = true; this.query.page = 1; this.getList(); + }else{ + console.log("请先登录") } }, checkAllChange(e) { diff --git a/root/detail/job.vue b/root/detail/job.vue index c122adf..1a39b3d 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -7,20 +7,24 @@
- + 项目方 - {{ jobDetail.agencyName }} + {{ jobDetail.fullName }} -
+
-
代理佣金
- +
代理佣金
+
-
+
{{ jobDetail.serverPrice || "详询客服" }} ***
@@ -1572,4 +1576,7 @@ export default { color: #333; } } +.g_hs_67{ + height: 60px; +}