|
@@ -131,6 +131,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 关注公众号 -->
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
<view class="wrap-account" @click="toWeixin">
|
|
|
<view class="wrap-account-view">
|
|
|
<image src="../static/activity/logo.png" mode=""></image>
|
|
@@ -138,7 +139,8 @@
|
|
|
<view>去关注</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+ <!-- #endif -->
|
|
|
+
|
|
|
<!-- 图文介绍 -->
|
|
|
<view v-if="description" class="wrap-descriptiontwo">
|
|
|
<view style="padding: 36rpx 24rpx 36rpx;">图文介绍</view>
|
|
@@ -146,7 +148,8 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
<view class="footer-fixed">
|
|
|
<view class="flex btn">
|
|
|
<button v-if="info.codeType == 2 && info.codeList.length < 1" type="default" @click="exChange"
|
|
@@ -154,7 +157,7 @@
|
|
|
<button v-if="info.codeType == 1 && info.codeList.length < 1" type="default" @click="exChangeCode">立即参与抽奖</button>
|
|
|
<button v-if="info.codeType == 1 && info.codeList.length >= 1 || info.codeType == 2 && info.codeList.length >= 1" type="default" @click="exChange"
|
|
|
open-type="share">分享给好友,提升中奖概率</button>
|
|
|
-<!-- <u-count-down v-else :time="activityTimeTwo" format="DD:HH:mm:ss" autoStart millisecond
|
|
|
+ <!--<u-count-down v-else :time="activityTimeTwo" format="DD:HH:mm:ss" autoStart millisecond
|
|
|
@change="onChange">
|
|
|
<button class="buttoncol" type="default">
|
|
|
开始倒计时:{{timeData.days}} 天{{ timeData.hours>=10?timeData.hours:'0'+timeData.hours}} :{{timeData.minutes>=10?timeData.minutes:'0'+timeData.minutes}} :{{timeData.seconds>=10?timeData.seconds:'0'+timeData.seconds}}
|
|
@@ -162,8 +165,16 @@
|
|
|
</u-count-down> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- <!-- <u-popup :show="popupShow" mode="bottom" @close="close" closeable>
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifdef H5 -->
|
|
|
+ <view class="footer-fixed" v-if="info.codeType == 1 && info.codeList.length < 1">
|
|
|
+ <view class="flex btn">
|
|
|
+ <button type="default" @click="exChangeCode">立即参与抽奖</button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- #endif -->
|
|
|
+
|
|
|
+ <!-- <u-popup :show="popupShow" mode="bottom" @close="close" closeable>
|
|
|
<view class="popupcode">获取抽奖码</view>
|
|
|
<view class="popupcodetwo">
|
|
|
<view class="popupcodetwo-view">邀请好友助力,获取抽奖码</view>
|