Discover the best of the world with one of the best-rated tour companies for personalized travel. With over 10,000+ reviews and a 98.8% 5-star rating, we focus on streamlining your planning and ensuring joyful travels. Whether it's a milestone celebration or a relaxing getaway, let us help create your beautiful journey.
", - ) + const [editorContent, setEditorContent] = useState('') + const [isHtmlLoading, setHtmlLoading] = useState(false) const onSnippetFinish = (values) => { console.log('onSnippetFinish:', values) - // console.info(JSON.stringify(editorRef.current.getEditorState())) } @@ -39,6 +53,20 @@ function SnippetList() { // form.resetFields() } + const handleSearchFinish = (values) => { + console.log('handleSearchFinish:', values) + fetchSnippetList(values) + } + + const handleSnippetSelected = (snippetId) => { + setHtmlLoading(true) + fetchSnippetDetail(snippetId) + .then((content) => { + setEditorContent(content) + }) + .finally(() => setHtmlLoading(false)) + } + useEffect(() => { fetchParamList() }, []) @@ -93,10 +121,10 @@ function SnippetList() { }, ]}>--- Discover China with the award-winning and{' '} - best-rated tour company for{' '} - personalized travel in China. Honored as{' '} - China is Leading Tour Operator by the{' '} - World Travel Awards, we boast{' '} - 10,000+ reviews and a remarkable{' '} - 98.8% 5-star rating. Our expertise in - customizing personalized China explorations is backed by our - company-managed local services across China. Explore and - kickstart your personalized travel experience with just a - click! -
-