|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div class="prizeDrawBox">
|
|
<div class="prizeDrawBox">
|
|
- <city @inputChange="null"></city>
|
|
|
|
|
|
+ <!-- <city @inputChange="null"></city> -->
|
|
<gridPage v-if="props.type === '1'" :lotteryId="props.lotteryId" @end="endCallback"></gridPage>
|
|
<gridPage v-if="props.type === '1'" :lotteryId="props.lotteryId" @end="endCallback"></gridPage>
|
|
<slotMachinePage v-if="props.type === '2'" :lotteryId="props.lotteryId" @end="endCallback"></slotMachinePage>
|
|
<slotMachinePage v-if="props.type === '2'" :lotteryId="props.lotteryId" @end="endCallback"></slotMachinePage>
|
|
|
|
|