@@ -180,10 +180,11 @@
</view>
<!-- #endif -->
- <!-- #ifdef H5 -->
- <view class="footer-fixed" v-if="info.codeType == 1 && info.codeList.length < 1">
+ <!-- #ifdef H5 || MP-ALIPAY -->
+ <view class="footer-fixed">
<view class="flex btn">
- <button type="default" @click="exChangeCode">立即参与抽奖</button>
+ <button type="default" v-if="info.codeType == 1 && info.codeList.length < 1" @click="exChangeCode">立即参与抽奖</button>
+ <button class="buttoncol" type="default" v-else>活动已参与</button>
@@ -207,7 +207,7 @@
}
.timetwo {
- width: 420rpx;
+ width: 430rpx;
background: rgba(249, 130, 44, 0.08);
margin-top: 10rpx;
border: 2rpx solid #F9822C;