去掉关注
This commit is contained in:
parent
da1fbce575
commit
3a547c16de
@ -33,7 +33,7 @@
|
|||||||
<votButton v-text="'投票'" @vote-click="vote" ></votButton>
|
<votButton v-text="'投票'" @vote-click="vote" ></votButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<votView :show =show :shows =shows @onchange="handlechange" @onchanges="handlechange" :ticket=tickets ></votView>
|
<!-- <votView :show =show :shows =shows @onchange="handlechange" @onchanges="handlechange" :ticket=tickets ></votView> -->
|
||||||
</template>
|
</template>
|
||||||
<script setup >
|
<script setup >
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
<div style="display: flex; justify-content: center;margin-top: 16px;">
|
<div style="display: flex; justify-content: center;margin-top: 16px;">
|
||||||
<votButton v-text="'开始投票'" @vote-click="voet"></votButton>
|
<votButton v-text="'开始投票'" @vote-click="voet"></votButton>
|
||||||
</div>
|
</div>
|
||||||
<votView :show=show :ticket=ticket @onchange="handlechange" ></votView>
|
<!-- <votView :show=sho :ticket=ticket @onchange="handlechange" ></votView> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
<votButton v-text="'投票'" @vote-click="vote" ></votButton>
|
<votButton v-text="'投票'" @vote-click="vote" ></votButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<votView :show =show :shows =shows @onchange="handlechange" @onchanges="handlechange" :ticket=tickets ></votView>
|
<!-- <votView :show =show :shows =shows @onchange="handlechange" @onchanges="handlechange" :ticket=tickets ></votView> -->
|
||||||
</template>
|
</template>
|
||||||
<script setup >
|
<script setup >
|
||||||
import { useRouter,useRoute } from 'vue-router';
|
import { useRouter,useRoute } from 'vue-router';
|
||||||
|
|||||||
@ -194,7 +194,7 @@ v-show="voting">
|
|||||||
<van-empty description="暂无数据" />
|
<van-empty description="暂无数据" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<votView :show =show :shows =shows @onchange="handlechange" @onchanges="handlechange" :ticket=tickets ></votView>
|
<!-- <votView :show =show :shows =shows @onchange="handlechange" @onchanges="handlechange" :ticket=tickets ></votView> -->
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup >
|
<script setup >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user