|
@@ -8,7 +8,17 @@
|
|
|
<div class="btn" @click="tougao">我要投稿</div>
|
|
|
</div>
|
|
|
<div class="bottom_item">
|
|
|
- <div class="btn" @click="()=>openShanshipinDetail('https://ssp.sxtvs.com.cn/wap/waplist.shtml?shareurl=/a/a/w/m/list_1_0.shtml')">优秀选手</div>
|
|
|
+ <div
|
|
|
+ class="btn"
|
|
|
+ @click="
|
|
|
+ () =>
|
|
|
+ openShanshipinDetail(
|
|
|
+ 'https://ssp.sxtvs.com.cn/wap/waplist.shtml?shareurl=/a/a/w/m/list_1_0.shtml'
|
|
|
+ )
|
|
|
+ "
|
|
|
+ >
|
|
|
+ 优秀选手
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -26,8 +36,9 @@
|
|
|
color="linear-gradient(90deg, #0038ad, #004fd9)"
|
|
|
block
|
|
|
@click="toShanshipinFunc"
|
|
|
- >打开闪视频</van-button
|
|
|
>
|
|
|
+ 打开闪视频
|
|
|
+ </van-button>
|
|
|
<div class="closeBtn" @click="toShanshipin = false">
|
|
|
<img
|
|
|
style="width: 20px; height: 20px"
|