feat: 打卡记录
This commit is contained in:
0
src/pages/my/components/CheckinDetail/index.scss
Normal file
0
src/pages/my/components/CheckinDetail/index.scss
Normal file
10
src/pages/my/components/CheckinDetail/index.tsx
Normal file
10
src/pages/my/components/CheckinDetail/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { View } from "@tarojs/components";
|
||||
import react, { useEffect, useState } from "react";
|
||||
|
||||
import "./index.scss";
|
||||
|
||||
const CheckinDetail = () => {
|
||||
return <View>CheckinDetail</View>;
|
||||
};
|
||||
|
||||
export default CheckinDetail;
|
||||
Reference in New Issue
Block a user