Fix:[#988,#987,#986,#985,#983]修复测试反馈的问题和调整内容
This commit is contained in:
@@ -80,11 +80,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {getDetail, getPrize, takePrize} from "@/api/lottery";
|
||||
import gbroMarquee from "@/components/gbro-marquee/marquee.vue";
|
||||
import { getDetail, getPrize, takePrize } from '@/api/lottery'
|
||||
import gbroMarquee from '../components/gbro-marquee/marquee.vue'
|
||||
|
||||
export default {
|
||||
components: {gbroMarquee},
|
||||
components: { gbroMarquee },
|
||||
data() {
|
||||
return {
|
||||
ready: false,
|
||||
|
||||
Reference in New Issue
Block a user