From d674a37a5cac92f6021e8cd2368ebf1aa046d1ea Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 20 Jan 2026 14:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/list/job.vue | 645 --------------------- main.js | 4 - pages/home/index.vue | 2 +- root/detail/user copy.vue | 4 +- root/detail/userShare copy.vue | 2 +- root/detail/userShare.vue | 2 +- root/home/ignore.vue | 2 +- root/home/shareJob.vue | 2 +- root/home/shareList.vue | 2 +- root/other/search.vue | 4 +- root/person/billIndex.vue | 2 +- uni_modules/rh-ui/changelog.md | 8 + .../components/rh-job-detail/rh-job-detail.vue | 8 + .../rh-ui/components/rh-job-form/rh-job-form.vue | 8 + .../rh-ui/components/rh-job-list/rh-job-list.vue | 591 ++++++++++++++++++- uni_modules/rh-ui/package.json | 6 +- uni_modules/rh-ui/readme.md | 17 +- 17 files changed, 643 insertions(+), 666 deletions(-) delete mode 100644 components/list/job.vue create mode 100644 uni_modules/rh-ui/components/rh-job-detail/rh-job-detail.vue create mode 100644 uni_modules/rh-ui/components/rh-job-form/rh-job-form.vue 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 @@ - - - - - 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 @@ - \ 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级报名调用示例: +``` +