Compare commits
No commits in common. "9a3398ce4be659676c35e3dbe2c71e80a01925f5" and "95682b4b40e3258f8b541abf389711f43f48c77b" have entirely different histories.
9a3398ce4b
...
95682b4b40
@ -27,11 +27,14 @@
|
|||||||
<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>
|
||||||
|
|||||||
@ -28,15 +28,12 @@
|
|||||||
<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 >
|
||||||
@ -196,8 +193,7 @@ 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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user