From fc26a71403e6ba5fc3a3b63d1d86a74713857db9 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 19 May 2026 11:26:53 +0800 Subject: [PATCH] no message --- pages.json | 6 ++ root/bind/applyList.vue | 16 ++++-- root/bind/fensi.vue | 81 ++++++--------------------- root/bind/view.vue | 4 +- root/bind/viewfs.vue | 143 ++++++++++++++++++++++++++++++++++++++++++++++++ root/bind/viewim.vue | 4 +- 6 files changed, 179 insertions(+), 75 deletions(-) create mode 100644 root/bind/viewfs.vue diff --git a/pages.json b/pages.json index ba665c6..fd74040 100644 --- a/pages.json +++ b/pages.json @@ -721,6 +721,12 @@ "navigationBarTitleText": "代理审批" } }, + { + "path": "viewfs", + "style": { + "navigationBarTitleText": "代理详情" + } + }, // { // "path": "myMain", // "style": { diff --git a/root/bind/applyList.vue b/root/bind/applyList.vue index ad7896a..34bcd70 100644 --- a/root/bind/applyList.vue +++ b/root/bind/applyList.vue @@ -22,7 +22,7 @@ - - @@ -39,13 +39,17 @@ mode="widthFix" style="width: 16px;height: 13px;" > - + --> - - + + {{itm.agencyName}} - {{itm.remark ? itm.remark : '-'}} + + {{itm.remark && itm.remark.trim() ? itm.remark : (itm.tel ? itm.tel : '-')}} + diff --git a/root/bind/fensi.vue b/root/bind/fensi.vue index 5913be7..bf525be 100644 --- a/root/bind/fensi.vue +++ b/root/bind/fensi.vue @@ -1,7 +1,7 @@