浏览代码

feat: 完成开发

huangzhichao 1 年之前
父节点
当前提交
907f56b209
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>
   )
 }