|
@@ -149,10 +149,10 @@
|
|
|
|
|
|
<view class="footer-fixed">
|
|
|
<view class="flex btn">
|
|
|
- <button v-if="info.codeType == 2" type="default" @click="exChange"
|
|
|
+ <button v-if="info.codeType == 2 && info.codeList.length < 1" type="default" @click="exChange"
|
|
|
open-type="share">分享给好友,参与抽奖</button>
|
|
|
<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" type="default" @click="exChange"
|
|
|
+ <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
|
|
|
@change="onChange">
|