From 43e9b61256fff2e172652e5ad5efe4005fdca37b Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 25 May 2026 15:23:32 +0800 Subject: [PATCH] no message --- pages.json | 8 ++ root/detail/bossinfo.vue | 154 +++++++++++++++++++++++++++++++++++ root/detail/job.vue | 25 +++--- uni_modules/rh-ui/libs/utils/base.js | 4 +- utils/job.js | 4 +- 5 files changed, 177 insertions(+), 18 deletions(-) create mode 100644 root/detail/bossinfo.vue diff --git a/pages.json b/pages.json index 4123b02..a65955a 100644 --- a/pages.json +++ b/pages.json @@ -359,6 +359,14 @@ "disableScrollByUser": true } }, + { + "path": "bossinfo", + "style": { + "navigationBarTitleText": "企业详情", // 用户主页 + "backgroundColor": "#ededed", + "backgroundColorBottom": "#ededed" + } + }, { "path": "job", "style": { diff --git a/root/detail/bossinfo.vue b/root/detail/bossinfo.vue new file mode 100644 index 0000000..c47cbb9 --- /dev/null +++ b/root/detail/bossinfo.vue @@ -0,0 +1,154 @@ + + + + + \ No newline at end of file diff --git a/root/detail/job.vue b/root/detail/job.vue index b20d697..d7e0907 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -79,7 +79,7 @@ {{ jobDetail.priceStr }} - + {{ jobDetail.monthPay ? "丨" + jobDetail.monthPay : "" }} @@ -88,7 +88,7 @@ -
+
@@ -107,7 +107,7 @@ 企业简介: - + {{ jobDetail.store.storeInfo || "-" }} @@ -133,7 +133,7 @@
- +