Compare commits

..

No commits in common. "9a3398ce4be659676c35e3dbe2c71e80a01925f5" and "95682b4b40e3258f8b541abf389711f43f48c77b" have entirely different histories.

2 changed files with 7 additions and 8 deletions

View File

@ -27,11 +27,14 @@
<div v-html="content" class="contents"></div>
</div>
</div>
<div class="buttomcla">
<!-- <div class="buttomcla">
<div style="display: flex; justify-content: center;margin-top: 10px;">
<div class="text3" @click="goList()">去首页</div>
<votButton v-text="'投票'" @vote-click="vote" ></votButton>
</div>
</div> -->
<div class="buttomcla">
<!-- 投票已结束 -->
</div>
<!-- <votView :show =show :shows =shows @onchange="handlechange" @onchanges="handlechange" :ticket=tickets ></votView> -->
</template>

View File

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