Pārlūkot izejas kodu

抽奖页去除城市选择

Xiao_123 4 mēneši atpakaļ
vecāks
revīzija
47c5ca9ffe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/mall/components/prizeDraw.vue

+ 1 - 1
src/views/mall/components/prizeDraw.vue

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