From 84a926cac4dc52b37507a984ddc305070586bcf9 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 8 Aug 2025 10:26:23 +0800 Subject: [PATCH] no message --- root/person/marge.vue | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/root/person/marge.vue b/root/person/marge.vue index 29e2dfb..940d84d 100644 --- a/root/person/marge.vue +++ b/root/person/marge.vue @@ -266,15 +266,22 @@ export default { }, openApply(){ let that = this; - that.G.Get(that.api.person_getCreatorTel,{},(createRes)=>{ - console.log('创建人手机号:',createRes) - that.createData = { - isShow:true, - code:'', - tel: createRes.tel, - telEncrypt: createRes.telEncrypt - }; - }) + if(that.applysRecord && that.applysRecord.length < 1){ + that.G.Get(that.api.person_getCreatorTel,{},(createRes)=>{ + console.log('创建人手机号:',createRes) + that.createData = { + isShow:true, + code:'', + tel: createRes.tel, + telEncrypt: createRes.telEncrypt + }; + }) + }else{ + uni.showToast({ + icon:'none', + title:'只能有一个审核中的合并申请' + }) + } }, handleSearch(){ let that = this;