Skip to content

Commit c921a33

Browse files
committed
chore: el
1 parent 0559c2c commit c921a33

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

src/views/vip/lottery/index.vue

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<div :class="theme" v-loading="loading">
3-
<CommonHeader></CommonHeader>
2+
<div :class="theme" v-loading="loading">
3+
<!-- <CommonHeader></CommonHeader> -->
44
<div class="p-event-blindbox">
55
<!-- 模糊背景 -->
66
<div class="m-video" v-if="isVideo">
@@ -17,12 +17,14 @@
1717
<div class="m-left">
1818
<div class="logo">
1919
<img :src="`${themeImg}logo.svg?123`" alt="魔盒盲盒" />
20-
<el-tooltip effect="light" placement="right-start">
20+
<el-tooltip effect="light" placement="bottom-start">
21+
<template #content>
22+
<div class="m-blindbox-info">
23+
{{ info }}
24+
</div>
25+
</template>
2126
<img class="u-info" :src="`${__imgRoot}desc.svg`" alt="活动说明" />
22-
<div class="m-blindbox-info">
23-
{{ info }}
24-
</div>
25-
</el-tooltip>
27+
</el-tooltip>
2628
</div>
2729
<!-- 抽奖盒子 -->
2830
<div class="m-box" :class="{ active: allActive }">
@@ -407,6 +409,7 @@ export default {
407409
408410
Promise.all(promises)
409411
.then((res) => {
412+
console.log(res);
410413
this.info = res[0];
411414
this.odds = res[1];
412415
this.gift_off = res[2];

0 commit comments

Comments
 (0)