diff --git a/components/list/job.vue b/components/list/job.vue
deleted file mode 100644
index 5fcb451..0000000
--- a/components/list/job.vue
+++ /dev/null
@@ -1,645 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.jobName }}
-
-
-
-
- {{ timeShowXXX(item.updateTime) }}
-
-
-
-
-
-
- {{ item.district }}{{ item.district ? "丨" : "" }}{{ (item.gender || "-") + "丨" + item.age }}
-
-
- {{ item.distance && item.storeDistrict ? item.distance : "" }}
-
-
- 立即报名
-
-
-
-
-
-
-
-
-
-
- {{ itm }}
- 暂无特色
-
-
-
-
-
-
-
-
- {{ item.monthlyPay }} 元/月
-
-
-
-
- {{ (recordStatus == 3 || recordStatus == 4 || recordStatus == 5) && !isSelf ? "关注查看" : item.fuWuFei }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.fullName || item.agencyName || "-" }}
-
-
-
-
-
-
- {{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 登录后查看全部职位
-
- 登录查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 职位管理
-
- 编辑
- 删除
-
-
- 取消
-
-
-
-
-
-
-
-
diff --git a/main.js b/main.js
index ce6d4fb..9e87148 100644
--- a/main.js
+++ b/main.js
@@ -7,8 +7,6 @@ import Ajax from './utils/ajax.js';
import wyyx from './utils/wyyx.js';
import apiInfo from './api/index.js';
-// import gTabbar from './components/customTabbar.vue';
-import gListJob from './components/list/job.vue';
import gListApply from './components/list/apply.vue';
import gPanelFormItem from './components/panel/formItem.vue';
import gPanelCardNum from './components/panel/numCard.vue';
@@ -22,8 +20,6 @@ export function createApp () {
const app = createSSRApp(App)
app.config.productionTip = false;
- // app.component('g-tabbar', gTabbar);
- app.component('g-list-job', gListJob);
app.component('g-list-apply', gListApply);
app.component('g-panel-form-item', gPanelFormItem);
app.component('g-panel-card-num', gPanelCardNum);
diff --git a/pages/home/index.vue b/pages/home/index.vue
index 533a3f2..9245056 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -100,7 +100,7 @@
-
+
diff --git a/root/detail/user copy.vue b/root/detail/user copy.vue
index f25397e..6d7cfbe 100644
--- a/root/detail/user copy.vue
+++ b/root/detail/user copy.vue
@@ -66,11 +66,11 @@
-
+
-
+
diff --git a/root/detail/userShare copy.vue b/root/detail/userShare copy.vue
index 8720d07..1e1932f 100644
--- a/root/detail/userShare copy.vue
+++ b/root/detail/userShare copy.vue
@@ -114,7 +114,7 @@
diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue
index 90de4a0..8b471e2 100644
--- a/root/detail/userShare.vue
+++ b/root/detail/userShare.vue
@@ -125,7 +125,7 @@
diff --git a/root/home/ignore.vue b/root/home/ignore.vue
index 2856f55..41f4c87 100644
--- a/root/home/ignore.vue
+++ b/root/home/ignore.vue
@@ -12,7 +12,7 @@
-
+
diff --git a/root/home/shareJob.vue b/root/home/shareJob.vue
index 56494eb..f79af3b 100644
--- a/root/home/shareJob.vue
+++ b/root/home/shareJob.vue
@@ -86,7 +86,7 @@
-
+
diff --git a/root/home/shareList.vue b/root/home/shareList.vue
index 4528397..1bc791d 100644
--- a/root/home/shareList.vue
+++ b/root/home/shareList.vue
@@ -6,7 +6,7 @@
-
+
diff --git a/root/other/search.vue b/root/other/search.vue
index 819f232..0b79ec7 100644
--- a/root/other/search.vue
+++ b/root/other/search.vue
@@ -5,10 +5,10 @@
取消
-
+
-
+
diff --git a/root/person/billIndex.vue b/root/person/billIndex.vue
index 22d2d23..7848e9c 100644
--- a/root/person/billIndex.vue
+++ b/root/person/billIndex.vue
@@ -21,7 +21,7 @@
-
+
diff --git a/uni_modules/rh-ui/changelog.md b/uni_modules/rh-ui/changelog.md
index 2fd4bb8..27041ca 100644
--- a/uni_modules/rh-ui/changelog.md
+++ b/uni_modules/rh-ui/changelog.md
@@ -1,3 +1,11 @@
+## 1.0.932(2026-01-20)
+迭代
+## 1.0.931(2026-01-20)
+迭代
+## 1.0.926(2026-01-15)
+迭代
+## 1.0.925(2026-01-15)
+迭代
## 1.0.924(2026-01-15)
迭代
## 1.0.923(2026-01-15)
diff --git a/uni_modules/rh-ui/components/rh-job-detail/rh-job-detail.vue b/uni_modules/rh-ui/components/rh-job-detail/rh-job-detail.vue
new file mode 100644
index 0000000..02409e3
--- /dev/null
+++ b/uni_modules/rh-ui/components/rh-job-detail/rh-job-detail.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/uni_modules/rh-ui/components/rh-job-form/rh-job-form.vue b/uni_modules/rh-ui/components/rh-job-form/rh-job-form.vue
new file mode 100644
index 0000000..02409e3
--- /dev/null
+++ b/uni_modules/rh-ui/components/rh-job-form/rh-job-form.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/uni_modules/rh-ui/components/rh-job-list/rh-job-list.vue b/uni_modules/rh-ui/components/rh-job-list/rh-job-list.vue
index 02409e3..cd3f0f3 100644
--- a/uni_modules/rh-ui/components/rh-job-list/rh-job-list.vue
+++ b/uni_modules/rh-ui/components/rh-job-list/rh-job-list.vue
@@ -1,8 +1,595 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.jobName }}
+
+
+ {{ timeShowXXX(item.updateTime) }}
+
+
+
+
+
+
+ {{ item.district }}{{ item.district ? "丨" : "" }}{{ (item.gender || "-") + "丨" + item.age }}
+
+
+ {{ item.distance && item.storeDistrict ? item.distance : "" }}
+
+
+ 立即报名
+
+
+
+
+
+
+
+ {{ itm }}
+ 暂无特色
+
+
+
+
+
+
+
+ {{ item.monthlyPay }} 元/月
+
+
+
+
+ {{ (recordStatus == 3 || recordStatus == 4 || recordStatus == 5) && !isSelf ? "关注查看" : item.fuWuFei }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.fullName || item.agencyName || "-" }}
+
+
+
+
+
+ {{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 登录后查看全部职位
+
+ 登录查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 职位管理
+
+ 编辑
+ 删除
+
+
+ 取消
+
+
+
-
\ No newline at end of file
+
diff --git a/uni_modules/rh-ui/package.json b/uni_modules/rh-ui/package.json
index 50536a7..8d754a6 100644
--- a/uni_modules/rh-ui/package.json
+++ b/uni_modules/rh-ui/package.json
@@ -1,7 +1,7 @@
{
"id": "rh-ui",
"displayName": "rh-ui",
- "version": "1.0.924",
+ "version": "1.0.932",
"description": "公司内部UI框架",
"keywords": [
"ui框架"
@@ -61,11 +61,11 @@
},
"nvue": "-",
"android": {
- "extVersion": "1.0.924",
+ "extVersion": "1.0.932",
"minVersion": "19"
},
"ios": {
- "extVersion": "1.0.924",
+ "extVersion": "1.0.932",
"minVersion": "12"
},
"harmony": "-"
diff --git a/uni_modules/rh-ui/readme.md b/uni_modules/rh-ui/readme.md
index ce81087..b9f7f28 100644
--- a/uni_modules/rh-ui/readme.md
+++ b/uni_modules/rh-ui/readme.md
@@ -1,4 +1,19 @@
# rh-ui
```
人海公司规范性UI框架,提供内部项目使用,如需商用,请联系作者
-```
\ No newline at end of file
+```
+
+```
+报名表单:
+1.main.js 检查是否存在以下方法,若没有,前往【报名助手进行复制】
+ uploadImgByCamera,
+ uploadImgByAlbum,
+ cropBeforeUpload,
+ uploadTmpImg,
+ recognizeTmpIDcard,
+ uploadImg
+2.调用示例
+ 1级报名调用示例:
+ 2级报名调用示例:
+```
+