Compare commits
4 Commits
95682b4b40
...
9a3398ce4b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a3398ce4b | ||
|
|
72476f3b10 | ||
|
|
d669d1dcb9 | ||
|
|
36b5dc97fc |
@ -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>
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user