|
@@ -66,6 +66,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <!-- 更多任务 -->
|
|
|
|
+ <view class="taskBar" @click="toTaskList">做任务,赚更多抽奖次数</view>
|
|
<!-- 抽奖活动弹框 -->
|
|
<!-- 抽奖活动弹框 -->
|
|
<u-popup v-model="showLottery" mode="center" close-icon-color="#ffffff" closeable :border-radius="30" width="500rpx" height="450rpx">
|
|
<u-popup v-model="showLottery" mode="center" close-icon-color="#ffffff" closeable :border-radius="30" width="500rpx" height="450rpx">
|
|
<view class="lottery-content win_0" v-if="winTypes == 'win_0'">
|
|
<view class="lottery-content win_0" v-if="winTypes == 'win_0'">
|
|
@@ -388,6 +390,12 @@ export default {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pagesA/luckDraw/myJp'
|
|
url: '/pagesA/luckDraw/myJp'
|
|
})
|
|
})
|
|
|
|
+ },
|
|
|
|
+ // 任务列表
|
|
|
|
+ toTaskList(){
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '/pagesA/taskList/taskList'
|
|
|
|
+ })
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
@@ -563,6 +571,19 @@ export default {
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .taskBar{
|
|
|
|
+ background: rgba(0,0,0,0.5);
|
|
|
|
+ padding: 20rpx;
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ width: 80%;
|
|
|
|
+ left: 50%;
|
|
|
|
+ margin-left: -40%;
|
|
|
|
+ bottom: 24rpx;
|
|
|
|
+ position: fixed;
|
|
|
|
+ color: #fff;
|
|
|
|
+ border-radius: 200rpx;
|
|
|
|
+ }
|
|
// 未中奖
|
|
// 未中奖
|
|
.win_0{
|
|
.win_0{
|
|
.lottery-title{
|
|
.lottery-title{
|