Compare commits

...

4 Commits

Author SHA1 Message Date
haomingming
9a3398ce4b 4 2026-01-09 15:18:21 +08:00
haomingming
72476f3b10 3 2026-01-09 15:17:03 +08:00
haomingming
d669d1dcb9 2 2026-01-09 15:15:35 +08:00
haomingming
36b5dc97fc Merge branch 'dev' 2026-01-09 15:13:54 +08:00
2 changed files with 8 additions and 7 deletions

View File

@ -27,14 +27,11 @@
<div v-html="content" class="contents"></div> <div v-html="content" class="contents"></div>
</div> </div>
</div> </div>
<!-- <div class="buttomcla"> <div class="buttomcla">
<div style="display: flex; justify-content: center;margin-top: 10px;"> <div style="display: flex; justify-content: center;margin-top: 10px;">
<div class="text3" @click="goList()">去首页</div> <div class="text3" @click="goList()">去首页</div>
<votButton v-text="'投票'" @vote-click="vote" ></votButton> <votButton v-text="'投票'" @vote-click="vote" ></votButton>
</div> </div>
</div> -->
<div class="buttomcla">
<!-- 投票已结束 -->
</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>

View File

@ -28,12 +28,15 @@
<div class="contents" v-html="content"></div> <div class="contents" v-html="content"></div>
</div> </div>
</div> </div>
<div class="buttomcla"> <!-- <div class="buttomcla">
<div style="display: flex; justify-content: center;margin-top: 10px;"> <div style="display: flex; justify-content: center;margin-top: 10px;">
<div class="text3" @click="goList()">去首页</div> <div class="text3" @click="goList()">去首页</div>
<votButton v-text="'投票'" @vote-click="vote" ></votButton> <votButton v-text="'投票'" @vote-click="vote" ></votButton>
</div> </div>
</div> </div> -->
<!-- <div class="buttomcla"> -->
<!-- 投票已结束 -->
<!-- </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 >
@ -193,7 +196,8 @@ console.log(vid.value)
video_author_t.value=video_author_t.value.slice(0, -1); video_author_t.value=video_author_t.value.slice(0, -1);
} }
WXSHARE("投我1票 | "+video_author_t.value+""+route.query.name, '2025第十届肝胆英雄榜最具影响力视频投票开始啦', Share_PATH,""); // WXSHARE("1 | "+video_author_t.value+""+route.query.name, '2025', Share_PATH,"");
WXSHARE(video_author_t.value+""+route.query.name, '2025第十届肝胆英雄榜最具影响力视频', Share_PATH,"");
}).then(()=>{ }).then(()=>{
console.log("加载视频信息") console.log("加载视频信息")
loadPlayerScript(loadPlayer); loadPlayerScript(loadPlayer);