File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" >
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 ];
You can’t perform that action at this time.
0 commit comments