feat: api联调字段
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user