feat: api联调字段

This commit is contained in:
eric
2022-11-21 14:32:00 +08:00
parent 34548946db
commit d917dcbf11

View File

@@ -17,7 +17,7 @@ const ActiveCard = (props: any) => {
{false && (
<View className="leftTag">
<Tag round={true} type="success">
</Tag>
</View>
)}
@@ -58,18 +58,7 @@ const ActiveCard = (props: any) => {
</View>
</View>
</View>
{/* <View className="right">
<View className="tag">标签</View>
<View className="image">头像</View>
<View className="btn">按钮</View>
</View> */}
{/* <Image
round
width="100px"
height="100px"
src="https://img.yzcdn.cn/vant/cat.jpeg"
/> */}
</View>
);
};