1234567891011121314151617 |
- <view class="pkResult">
- <view class="title">秋天</view>
- <view class="time">2023-01-12 13:13</view>
- <view class="body">
- <view class="left">
- <image src="{{victory.avatar}}" class="avatar avatarL" mode="" />
- <view class="victory-title">{{victory.nickName}}</view>
- </view>
- <view class="right">
- <image src="{{defeated.avatar}}" class="avatar avatarR" mode="" />
- </view>
- </view>
- <view class="footer">
- <view class="stBtn" bindtap="result">重新挑战</view>
- <uploadFile />
- </view>
- </view>
|