فهرست منبع

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>
   )
 }