huangzhichao 1 rok pred
rodič
commit
907f56b209
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      src/pages/index/index.tsx

+ 2 - 2
src/pages/index/index.tsx

@@ -15,8 +15,8 @@ const Index: React.FC = () => {
 
   return (
     <View className='index'>
-      {/* <calendar /> */}
-      <custom props={{ adpId, width: 200, onEmitOpenMiniProgram }} />
+      <calendar />
+      {/* <custom props={{ adpId, width: 200, onEmitOpenMiniProgram }} /> */}
     </View>
   )
 }