Browse Source

feat: 完成开发

huangzhichao 1 year ago
parent
commit
907f56b209
1 changed files with 2 additions and 2 deletions
  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>
   )
 }