Ian Fung 10 달 전
부모
커밋
8c0dbec287
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      component/homePage/homePage.tsx

+ 2 - 2
component/homePage/homePage.tsx

@@ -479,8 +479,8 @@ const HomePage: React.FC<HomePageProps> = () => {
                         <View className="flex-1">
                             <NormalButton
                                 // onPress={() => router.push('bookingMenuPage')}
-                                // onPress={() => Alert.alert('即將推出', '此功能即將推出,敬請期待!')}
-                                onPress={() => notificationStorage.clearStorage()}
+                                onPress={() => Alert.alert('即將推出', '此功能即將推出,敬請期待!')}
+                                //onPress={() => notificationStorage.clearStorage()}
                                 title={
                                     <View className="flex flex-row space-x-2 items-center ">
                                         <MyBookingIconSvg />