From 382d5ac63b1b1685d693d1be084ac47f4e88f2c8 Mon Sep 17 00:00:00 2001 From: lyp Date: Tue, 24 Dec 2024 16:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=8F=90=E9=86=92=E6=8C=89?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/route/index/Index.tsx | 61 +++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 28 deletions(-) diff --git a/src/route/index/Index.tsx b/src/route/index/Index.tsx index 9d2f634..bfeb208 100644 --- a/src/route/index/Index.tsx +++ b/src/route/index/Index.tsx @@ -990,9 +990,10 @@ export default function Index() { {/*
*/} {/*
*/}
-
+ background: 'white' + }}>
- { + // console.log(`selected ${value}`); + setprojRemindId(value) + // alert(`selected ${value}`) + // lyp - nav('/home', { - state: { - keyword: keywords, - type: type, - chargeAdditionals: chargeAdditionals, - tagDataId: tagDataId, - authorId: authorId, - payStatus: payStatus, - projRemindId: value - } - }) + nav('/home', { + state: { + keyword: keywords, + type: type, + chargeAdditionals: chargeAdditionals, + tagDataId: tagDataId, + authorId: authorId, + payStatus: payStatus, + projRemindId: value + } + }) - }} - options={ + }} + options={ - remindTagArray - } + remindTagArray + } - placeholder={'选择提醒'} + placeholder={'选择提醒'} - /> + /> +