You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
412 B
12 lines
412 B
<view class="container">
|
|
<view class="search-bar">
|
|
<input type="text" placeholder="搜索活动" />
|
|
</view>
|
|
<button class="btn-create">创建自定义</button>
|
|
<view class="activity-list">
|
|
<view class="activity-item" bindtap="goToActivityDetail">
|
|
<text class="activity-name">活动名称</text>
|
|
<text class="activity-participants">参与人数: 50</text>
|
|
</view>
|
|
</view>
|
|
</view> |