feat: test popup not done
This commit is contained in:
0
src/components/NTRPPopupGuide/index.module.scss
Normal file
0
src/components/NTRPPopupGuide/index.module.scss
Normal file
23
src/components/NTRPPopupGuide/index.tsx
Normal file
23
src/components/NTRPPopupGuide/index.tsx
Normal file
@@ -0,0 +1,23 @@
|
||||
import React from "react";
|
||||
import { View, Text } from "@tarojs/components";
|
||||
import styles from "./index.module.scss";
|
||||
|
||||
function NtrpPopupGuide() {
|
||||
return (
|
||||
<View className={styles.container}>
|
||||
<View className={styles.top}>
|
||||
<View className={styles.header}></View>
|
||||
<View className={styles.avatarWrap}></View>
|
||||
<View className={styles.title}>
|
||||
<View></View>
|
||||
<View></View>
|
||||
</View>
|
||||
<View className={styles.desc}>
|
||||
<Text>首次发布球局前,需完善 NTRP 水平信息</Text>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
export default NtrpPopupGuide;
|
||||
Reference in New Issue
Block a user