去掉关注

This commit is contained in:
haomingming 2025-12-28 08:56:58 +08:00
parent da1fbce575
commit 3a547c16de
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@
<votButton v-text="'投票'" @vote-click="vote" ></votButton>
</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>
<script setup >

View File

@ -12,7 +12,7 @@
<div style="display: flex; justify-content: center;margin-top: 16px;">
<votButton v-text="'开始投票'" @vote-click="voet"></votButton>
</div>
<votView :show=show :ticket=ticket @onchange="handlechange" ></votView>
<!-- <votView :show=sho :ticket=ticket @onchange="handlechange" ></votView> -->
</div>
</template>

View File

@ -34,7 +34,7 @@
<votButton v-text="'投票'" @vote-click="vote" ></votButton>
</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>
<script setup >
import { useRouter,useRoute } from 'vue-router';

View File

@ -194,7 +194,7 @@ v-show="voting">
<van-empty description="暂无数据" />
</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>
</template>
<script setup >