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={'选择提醒'} - /> + /> +