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.
|
- <!--pages/prizes/prizes.wxml-->
- <view class="all">
- <view class="main">
- <view class="prizeTitleFrame">
- <view class="prizeTitle">活动奖品</view>
- </view>
- <view class="thirdAward" style="margin-top:0;">一等奖</view>
- <view class="firstPrize">
- <image class="firstPrizePic" src="{{imgUrl+'/images/firstPrizePic.png'}}"></image>
- <view class="firstPrizeText">欢乐谷全家一日游</view>
- </view>
- <view class="thirdAward">二等奖</view>
- <view class="ticketGroup">
- <view class="prizeTicket">
- <image class="prizeTicketPic" src="{{imgUrl+'/images/prizeTicket1.png'}}"></image>
- <view class="prizeTicketName">欢乐谷全家一日游</view>
- </view>
- <view class="prizeTicket">
- <image class="prizeTicketPic" src="{{imgUrl+'/images/prizeTicket2.png'}}"></image>
- <view class="prizeTicketName">迪士尼全家一日游</view>
- </view>
- <view class="prizeTicket">
- <image class="prizeTicketPic" style="width:210rpx;" src="{{imgUrl+'/images/prizeTicket3.png'}}"></image>
- <view class="prizeTicketName">长隆全家一日游</view>
- </view>
- </view>
- <view class="thirdAward">三等奖</view>
- <view class="thirdAwardGroup">
- <view class="threeFrame">
- <view class="threeGroup">
- <image class="three1" src="{{imgUrl+'/images/three1.png'}}"></image>
- </view>
- <view class="threeText">喜马拉雅智能音响</view>
- </view>
- <view class="threeFrame">
- <view class="threeGroup">
- <image class="three2" src="{{imgUrl+'/images/three2.png'}}"></image>
- </view>
- <view class="threeText">松下扫地机器人</view>
- </view>
- <view class="threeFrame">
- <view class="threeGroup">
- <image class="three3" src="{{imgUrl+'/images/three3.png'}}"></image>
- </view>
- <view class="threeText">索尼无线蓝牙耳机</view>
- </view>
- </view>
- <view class="thirdAward">入门奖</view>
- <view class="introductionGroup">
- <view class="introduction">
- <image class="introductionPic" src="{{imgUrl+'/images/Introduction1.png'}}"></image>
- <view class="introductionText">美团外卖20元代金券</view>
- </view><view class="introduction">
- <image class="introductionPic" src="{{imgUrl+'/images/Introduction2.png'}}"></image>
- <view class="introductionText">饿了么15元代金券</view>
- </view><view class="introduction">
- <image class="introductionPic" src="{{imgUrl+'/images/Introduction3.png'}}"></image>
- <view class="introductionText">瑞幸咖啡免费券</view>
- </view><view class="introduction">
- <image class="introductionPic" src="{{imgUrl+'/images/Introduction4.png'}}"></image>
- <view class="introductionText">网易云音乐月卡一张</view>
- </view><view class="introduction">
- <image class="introductionPic" src="{{imgUrl+'/images/Introduction5.png'}}"></image>
- <view class="introductionText">腾讯视频月卡一张</view>
- </view><view class="introduction">
- <image class="introductionPic" src="{{imgUrl+'/images/Introduction6.png'}}"></image>
- <view class="introductionText">爱奇艺月卡一张</view>
- </view>
- </view>
- <view class="immediateFetching">
- <view class="prizeTitle" bindtap="backPage" style="margin-top:0;">立即抓取</view>
- </view>
- </view>
- <tabBar></tabBar>
- </view>
|