+
+
+
+
+ 温馨提示
+ {{ !isLogin ? "相关功能仅对注册用户开放,请注册登录后查看。" : "平台仅面向企业用户开放,您需完成企业认证后使用。" }}
+
+
+
+ 联系客服
+
+
+
+ {
+ serverPopShow = e;
+ }
+ "
+ >
+
+
+
+
+
+
diff --git a/uni_modules/rh-ui/package.json b/uni_modules/rh-ui/package.json
new file mode 100644
index 0000000..3907620
--- /dev/null
+++ b/uni_modules/rh-ui/package.json
@@ -0,0 +1,107 @@
+{
+ "id": "rh-ui",
+ "displayName": "rh-ui",
+ "version": "1.0.908",
+ "description": "公司内部UI框架",
+ "keywords": [
+ "ui框架"
+ ],
+ "repository": "",
+ "engines": {
+ "HBuilderX": "^3.1.0",
+ "uni-app": "^4.86",
+ "uni-app-x": ""
+ },
+ "dcloudext": {
+ "type": "component-vue",
+ "sale": {
+ "regular": {
+ "price": "0.00"
+ },
+ "sourcecode": {
+ "price": "0.00"
+ }
+ },
+ "contact": {
+ "qq": "3355927980@qq.com"
+ },
+ "declaration": {
+ "ads": "无",
+ "data": "插件不采集任何数据",
+ "permissions": "无"
+ },
+ "npmurl": "",
+ "darkmode": "x",
+ "i18n": "x",
+ "widescreen": "x"
+ },
+ "uni_modules": {
+ "dependencies": [],
+ "encrypt": [],
+ "platforms": {
+ "cloud": {
+ "tcb": "x",
+ "aliyun": "√",
+ "alipay": "x"
+ },
+ "client": {
+ "uni-app": {
+ "vue": {
+ "vue2": {
+ },
+ "vue3": {
+ }
+ },
+ "web": {
+ "safari": "-",
+ "chrome": "-"
+ },
+ "app": {
+ "vue": {
+ },
+ "nvue": "-",
+ "android": {
+ "extVersion": "1.0.908",
+ "minVersion": "19"
+ },
+ "ios": {
+ "extVersion": "1.0.908",
+ "minVersion": "12"
+ },
+ "harmony": "-"
+ },
+ "mp": {
+ "weixin": {
+ },
+ "alipay": "-",
+ "toutiao": "-",
+ "baidu": "-",
+ "kuaishou": "-",
+ "jd": "-",
+ "harmony": "-",
+ "qq": "-",
+ "lark": "-"
+ },
+ "quickapp": {
+ "huawei": "-",
+ "union": "-"
+ }
+ },
+ "uni-app-x": {
+ "web": {
+ "safari": "-",
+ "chrome": "-"
+ },
+ "app": {
+ "android": "-",
+ "ios": "-",
+ "harmony": "-"
+ },
+ "mp": {
+ "weixin": "-"
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/uni_modules/rh-ui/readme.md b/uni_modules/rh-ui/readme.md
new file mode 100644
index 0000000..ce81087
--- /dev/null
+++ b/uni_modules/rh-ui/readme.md
@@ -0,0 +1,4 @@
+# rh-ui
+```
+人海公司规范性UI框架,提供内部项目使用,如需商用,请联系作者
+```
\ No newline at end of file
From c90ff7155a527472d994e701c325562935650ff1 Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Mon, 8 Dec 2025 17:39:56 +0800
Subject: [PATCH 2/2] no message
---
App.vue | 8 ++++++++
components/list/apply.vue | 7 +------
components/list/job.vue | 13 ++-----------
pages/home/order.vue | 5 +----
pages/message/index.vue | 7 +------
5 files changed, 13 insertions(+), 27 deletions(-)
diff --git a/App.vue b/App.vue
index 650edd8..bb3d74d 100644
--- a/App.vue
+++ b/App.vue
@@ -550,4 +550,12 @@ page {
.g_pt_90 {
padding-top: 90px;
}
+
+.g-rh-login-false-list{
+ .bocai_btn_type_primary{
+ background-color: #00b666 !important;
+ border: 1px solid #00b666 !important;
+ }
+}
+
diff --git a/components/list/apply.vue b/components/list/apply.vue
index af869e3..086ab87 100644
--- a/components/list/apply.vue
+++ b/components/list/apply.vue
@@ -11,12 +11,7 @@