Browse Source

feat: 完成开发

huangzhichao 1 năm trước cách đây
mục cha
commit
907f56b209
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>
   )
 }