From 73eeea01eaf9a6161562f12454738eadee5d2844 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 18 May 2026 18:45:21 +0800 Subject: [PATCH] no message --- root/bind/applyList.vue | 56 ++++++++++++++++++++-------------------- root/bind/fensi.vue | 68 ++++++++++++++++++++++++------------------------- root/bind/view.vue | 23 ++++++++++++----- root/bind/viewim.vue | 21 +++++++++++---- 4 files changed, 95 insertions(+), 73 deletions(-) diff --git a/root/bind/applyList.vue b/root/bind/applyList.vue index 5df243f..ad7896a 100644 --- a/root/bind/applyList.vue +++ b/root/bind/applyList.vue @@ -185,40 +185,40 @@ goPage($itm,$item){ let that = this; console.log('当前行点击事件:',$itm) - if($itm.recordStatus == 1){ + // if($itm.recordStatus == 1){ // 等待通过 uni.navigateTo({ url:'/root/bind/view?id=' + $itm.id + '&type=2&status=' + $itm.recordStatus + '&time=' + $item.time }) - }else{ - let params = { - id:$itm.agencyId, - type:that.type, - isShowMore:false, - isShowJob:false - } + // }else{ + // let params = { + // id:$itm.agencyId, + // type:that.type, + // isShowMore:false, + // isShowJob:false + // } - if(that.type == 1){// - if($itm.recordStatus == 2){// 已关注 - params.isShowMore = true; - params.isShowJob = true; - } - }else{// 粉丝 - if($itm.recordStatus == 2){// 已通过 - // if(){// 是我的发单号 - // params.isShowMore = true; - // params.isShowJob = true; - // }else{// 不是我的发单号 - params.isShowMore = true; - params.isShowJob = false; - // } - } - } + // if(that.type == 1){// + // if($itm.recordStatus == 2){// 已关注 + // params.isShowMore = true; + // params.isShowJob = true; + // } + // }else{// 粉丝 + // if($itm.recordStatus == 2){// 已通过 + // // if(){// 是我的发单号 + // // params.isShowMore = true; + // // params.isShowJob = true; + // // }else{// 不是我的发单号 + // params.isShowMore = true; + // params.isShowJob = false; + // // } + // } + // } - uni.navigateTo({ - url:'/root/detail/userShare?' + that.G.objToStr(params) - }) - } + // uni.navigateTo({ + // url:'/root/detail/userShare?' + that.G.objToStr(params) + // }) + // } }, handleFixed($item,$index){ this.stickyText = $item.time; diff --git a/root/bind/fensi.vue b/root/bind/fensi.vue index 4dfd3f2..5913be7 100644 --- a/root/bind/fensi.vue +++ b/root/bind/fensi.vue @@ -89,7 +89,7 @@ - + @@ -537,44 +537,44 @@ export default { goPage($itm, $item) { let that = this; console.log("当前行点击事件:", $itm); - if ($itm.recordStatus == 1) { + // if ($itm.recordStatus == 1) { // 等待通过 uni.navigateTo({ - url: "/root/bind/view?id=" + $itm.id + "&type=2&status=" + $itm.recordStatus + "&time=" + $item.time, + url: "/root/bind/view?id=" + $itm.id + "&type=2&status=" + $itm.recordStatus, }); - } else { - let params = { - id: $itm.agencyId, - type: 2, - isShowMore: false, - isShowJob: false, - }; + // } else { + // let params = { + // id: $itm.agencyId, + // type: 2, + // isShowMore: false, + // isShowJob: false, + // }; - if (that.type == 1) { - // - if ($itm.recordStatus == 2) { - // 已关注 - params.isShowMore = true; - params.isShowJob = true; - } - } else { - // 粉丝 - if ($itm.recordStatus == 2) { - // 已通过 - // if(){// 是我的发单号 - // params.isShowMore = true; - // params.isShowJob = true; - // }else{// 不是我的发单号 - params.isShowMore = true; - params.isShowJob = false; - // } - } - } + // if (that.type == 1) { + // // + // if ($itm.recordStatus == 2) { + // // 已关注 + // params.isShowMore = true; + // params.isShowJob = true; + // } + // } else { + // // 粉丝 + // if ($itm.recordStatus == 2) { + // // 已通过 + // // if(){// 是我的发单号 + // // params.isShowMore = true; + // // params.isShowJob = true; + // // }else{// 不是我的发单号 + // params.isShowMore = true; + // params.isShowJob = false; + // // } + // } + // } - uni.navigateTo({ - url: "/root/detail/user?" + that.G.objToStr(params), - }); - } + // uni.navigateTo({ + // url: "/root/detail/user?" + that.G.objToStr(params), + // }); + // } }, quickSuccess($itm, $inx) { diff --git a/root/bind/view.vue b/root/bind/view.vue index 35c1ee8..b50e5c4 100644 --- a/root/bind/view.vue +++ b/root/bind/view.vue @@ -18,20 +18,23 @@ -
- {{ info.remark }} + {{ info.remark.trim() || '无备注' }}
- {{ info.remark.length }}/ 30 + {{ info.remark.trim() ? (info.remark.length) : 3 }}/ 30
来源 {{ info.messageSource }} - + + + + @@ -63,7 +66,7 @@ export default { this.id = option.id; this.type = option.type; this.status = option.status; - this.title = option.time; + this.title = option.time || ''; this.getList(); }, methods: { @@ -139,4 +142,12 @@ export default { }; - + diff --git a/root/bind/viewim.vue b/root/bind/viewim.vue index 36e67bc..f2b9e40 100644 --- a/root/bind/viewim.vue +++ b/root/bind/viewim.vue @@ -18,20 +18,23 @@ -
- {{ info.remark }} + {{ info.remark.trim() || '无备注' }}
- {{ info.remark.length }}/ 30 + {{ info.remark.trim() ? (info.remark.length) : 3 }}/ 30
来源 {{ info.messageSource }} - + + + + @@ -125,4 +128,12 @@ export default { }; - +