修改探索弹窗不弹出问题
This commit is contained in:
parent
4aa41032ff
commit
0032368410
@ -4,12 +4,12 @@
|
||||
<el-dialog class="Explore-dialog" :visible.sync="ExploreDialogVisible" :modal="false" :before-close="ExploreDialog">
|
||||
<div v-if="eventName == 'explore_event'">
|
||||
<div class="top">
|
||||
<div class="top-title" v-if="awardData.chest.length != 0">{{ dialogTitle }}</div>
|
||||
<div class="top-title" v-if="awardData.chests.length != 0">{{ dialogTitle }}</div>
|
||||
<div class="top-close" @click="ExploreDialog">
|
||||
<img src="./../../assets/common/CloseButton.png" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<div class="content" v-if="awardData.chest.length != 0">
|
||||
<div class="content" v-if="awardData.chests.length != 0">
|
||||
<div class="content-points">
|
||||
<div>Points</div>
|
||||
<div>
|
||||
|
@ -870,9 +870,8 @@ export default {
|
||||
} else {
|
||||
this.dialogTitle = 'Congratulations'
|
||||
}
|
||||
|
||||
this.ExploreDialogVisible = true
|
||||
this.getGameStat()
|
||||
this.ExploreDialogVisible = true
|
||||
},
|
||||
|
||||
// 宝箱助力奖励
|
||||
@ -880,8 +879,8 @@ export default {
|
||||
this.awardData = val
|
||||
this.eventName = 'help_event'
|
||||
this.dialogTitle = 'Got lucky and success full Boosting'
|
||||
this.ExploreDialogVisible = true
|
||||
this.getGameStat();
|
||||
this.ExploreDialogVisible = true
|
||||
},
|
||||
|
||||
// 社媒任务奖励
|
||||
|
Loading…
x
Reference in New Issue
Block a user