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.
13 lines
348 B
13 lines
348 B
<view class="challenge">
|
|
<view class="header">
|
|
<text class="position">第{{data.position}}关</text>
|
|
</view>
|
|
<view class="name">
|
|
<text>{{data.name}}</text>
|
|
</view>
|
|
<view class="detail">
|
|
<text>{{data.playing_count}}人正在挑战</text>
|
|
<text>{{data.passed_count}}人完成挑战</text>
|
|
<text></text>
|
|
</view>
|
|
</view> |