Commit 843ecf69 authored by spc's avatar spc

act915

parent 1f997dfd
......@@ -399,6 +399,10 @@ const fetchAct915HomeData = async () => {
showMask.value = true
}
}
if(isLogin.value){
showMask.value = false
}
}
return response
......
......@@ -126,7 +126,7 @@ import DrawSucModal from './components/drawSucModal/drawSucModal.vue'
import DrawFailModal from './components/drawFailModal/drawFailModal.vue'
import { getAct915LotteryDraw, getAct915LotteryInfo, fetchAct915LotteryJSON } from '../../api/activity0915/index.js'
import md from '../../md.js'
import { jump } from '../../utils/index.js'
import { jump, JumpType } from '../../utils/index.js'
// 组件名称
defineOptions({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment