From 11f11092b059f467aeeef1ed90fb9659b745f748 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 15 Jan 2026 15:05:38 +0800 Subject: [PATCH] no message --- root/home/editTownsman.vue | 10 ++++- root/home/quickApplication.vue | 9 ++++- uni_modules/rh-ui/changelog.md | 2 + uni_modules/rh-ui/components/rh-apply/rh-apply.vue | 4 -- .../rh-edit-user-form/rh-edit-user-form.vue | 44 +++++++++++----------- uni_modules/rh-ui/package.json | 6 +-- 6 files changed, 43 insertions(+), 32 deletions(-) diff --git a/root/home/editTownsman.vue b/root/home/editTownsman.vue index bc3b6b8..2601dfe 100644 --- a/root/home/editTownsman.vue +++ b/root/home/editTownsman.vue @@ -1,10 +1,16 @@ diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index 01a99c7..24945e6 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -1,10 +1,15 @@ diff --git a/uni_modules/rh-ui/changelog.md b/uni_modules/rh-ui/changelog.md index d3cf4f1..2fd4bb8 100644 --- a/uni_modules/rh-ui/changelog.md +++ b/uni_modules/rh-ui/changelog.md @@ -1,3 +1,5 @@ +## 1.0.924(2026-01-15) +迭代 ## 1.0.923(2026-01-15) 迭代 ## 1.0.922(2026-01-15) diff --git a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue index 56b05e5..2facaa5 100644 --- a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue +++ b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue @@ -114,7 +114,6 @@ export default { onReady() { rhJS.setNavStyle(); let that = this; - console.log('0115 000 是否执行') }, onShareAppMessage() { return rhJS.shareFun(); @@ -132,7 +131,6 @@ export default { } }, mounted() { - console.log('0115 002 是否执行') let that = this; let options = this.dataoptions; let params = options.params ? JSON.parse(options.params) : {}; @@ -174,7 +172,6 @@ export default { } }, 1); uni.$on("getTownsman", (data) => { - console.log('0115 001 是否执行') // 前端本地处理根据身份证号获取年龄 if (data.info.idCard && (data.info.idCard.length == 15 || data.info.idCard.length == 18)) { let infoByIDcard = rhJS.getInfoByIDcard(data.info.idCard); @@ -250,7 +247,6 @@ export default { onShow() { let that = this; that.pageSpeed = -1; - console.log('0115 003 是否执行') }, methods: { getTownsManInfo(info) { diff --git a/uni_modules/rh-ui/components/rh-edit-user-form/rh-edit-user-form.vue b/uni_modules/rh-ui/components/rh-edit-user-form/rh-edit-user-form.vue index db0f7d5..1a0fe18 100644 --- a/uni_modules/rh-ui/components/rh-edit-user-form/rh-edit-user-form.vue +++ b/uni_modules/rh-ui/components/rh-edit-user-form/rh-edit-user-form.vue @@ -185,29 +185,31 @@ export default { }, mounted() { let that = this; - let options = this.dataoptions; - if (options) { - if (options.sex) { - options.sex = Number(options.sex); - } else { - options.sex = 1; - } - if (options.nation) { - options.nation = options.nation.indexOf("族") > -1 ? options.nation : options.nation + "族"; - } else { - options.nation = "汉族"; - } - this.info = options; - // 民族的回显 - that.nation.forEach((item, index) => { - if (item == that.info.nation) { - that.nationIndex = index; + setTimeout(()=>{ + let options = this.dataoptions; + if (options) { + if (options.sex) { + options.sex = Number(options.sex); + } else { + options.sex = 1; + } + if (options.nation) { + options.nation = options.nation.indexOf("族") > -1 ? options.nation : options.nation + "族"; + } else { + options.nation = "汉族"; + } + this.info = options; + // 民族的回显 + that.nation.forEach((item, index) => { + if (item == that.info.nation) { + that.nationIndex = index; + } + }); + if (this.info.imgs) { + this.imgList = this.info.imgs.split(","); } - }); - if (this.info.imgs) { - this.imgList = this.info.imgs.split(","); } - } + },300) }, methods: { getTownsManInfo(info) { diff --git a/uni_modules/rh-ui/package.json b/uni_modules/rh-ui/package.json index 2b20392..50536a7 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.923", + "version": "1.0.924", "description": "公司内部UI框架", "keywords": [ "ui框架" @@ -61,11 +61,11 @@ }, "nvue": "-", "android": { - "extVersion": "1.0.923", + "extVersion": "1.0.924", "minVersion": "19" }, "ios": { - "extVersion": "1.0.923", + "extVersion": "1.0.924", "minVersion": "12" }, "harmony": "-"