feat: 活动详情页
This commit is contained in:
@@ -88,7 +88,7 @@ const Home = () => {
|
||||
{/* 轮播图 */}
|
||||
<View className="demo-box">
|
||||
<Swiper
|
||||
height={200}
|
||||
height={180}
|
||||
paginationColor="#426543"
|
||||
autoPlay="3000"
|
||||
initPage={initPage1}
|
||||
@@ -153,9 +153,9 @@ const Home = () => {
|
||||
</Grid>
|
||||
|
||||
{/* 分割线 */}
|
||||
<View>
|
||||
{/* <View>
|
||||
<Divider />
|
||||
</View>
|
||||
</View> */}
|
||||
|
||||
{[1, 2,3,4].map((item: any) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user