- <view class="content">
- <view class="title">抽奖控制台</view>
- <view class="btn-box">
- <button type="primary" bindtap='resetLottery'>开始抽奖</button>
- </view>
- <view class="list">
- <view wx:for="{{record}}" wx:key="{{index}}">
- <text>{{item.name}}</text><text>{{item.mobile}}</text><text>{{item.ranking+ '等奖'}} </text>
- </view>
- </view>
- </view>
|