|
@@ -13,9 +13,7 @@
|
|
|
font-size: 16px;
|
|
|
"
|
|
|
>
|
|
|
- 由陕西广电融媒体集团(台)官方平台闪视频APP、陕西音乐广播FM98.8、战马能量型维生素饮料联合打造的校园音乐
|
|
|
- IP-“战马音浪·校园歌手大赛”将于2022年11月16日-11月26日举办。本次活动以线上直播PK
|
|
|
- 为主,结合线上线下丰富有趣的内容设置,依托省台影响力将赛事在全网曝光。
|
|
|
+ 尽管曾经的比赛已成过眼云烟,但总有些经典瞬间无法忘却。那些年的世界杯名场面、那些与挚友一同熬夜看比赛的日子,那些因为足球而欣喜、落寞、激动、感伤的时刻,会永远铭记心中。
|
|
|
</p>
|
|
|
<p
|
|
|
style="
|
|
@@ -26,7 +24,7 @@
|
|
|
font-size: 16px;
|
|
|
"
|
|
|
>
|
|
|
- 直播间不仅有暖冬定制大礼包、笔记本、U型枕、战马饮料,还有千元现金大奖、总决赛门票等你来拿!
|
|
|
+ 用户可在下方“我要投稿”上传自己与足球相关的视频,题材包含:足球技巧展示、喜爱的球队/球星、球衣收藏、印象深刻的比赛等各种足球、世界杯相关的视频,并点击“我的投稿”分享邀请好友助威。参赛作品严禁抄袭、搬运等非原创内容、涉嫌违规内容
|
|
|
</p>
|
|
|
</van-cell-group>
|
|
|
<br />
|
|
@@ -40,19 +38,6 @@
|
|
|
placeholder="请输入用户名"
|
|
|
:rules="[{ validator: isString, message: '请输入正确内容' }]"
|
|
|
/>
|
|
|
- <van-field
|
|
|
- name="radio"
|
|
|
- label="参赛方式"
|
|
|
- required
|
|
|
- :rules="[{ validator: isString, message: '请输入正确内容' }]"
|
|
|
- >
|
|
|
- <template #input>
|
|
|
- <van-radio-group v-model="from.isOnLine" direction="horizontal">
|
|
|
- <van-radio name="线上" checked-color="#ff2c2c">线上</van-radio>
|
|
|
- <van-radio name="线下" checked-color="#ff2c2c">线下</van-radio>
|
|
|
- </van-radio-group>
|
|
|
- </template>
|
|
|
- </van-field>
|
|
|
<van-field
|
|
|
required
|
|
|
v-model="from.tel"
|
|
@@ -128,16 +113,24 @@
|
|
|
import { ref, reactive } from "vue";
|
|
|
import { Toast, Dialog } from "vant";
|
|
|
import axios from "axios";
|
|
|
-import soundbyteJpg from "../../assets/img/soundbyte.jpg";
|
|
|
+import config from "@/config/index.js";
|
|
|
+import soundbyteJpg from "../../assets/img/upbg.jpg";
|
|
|
/**
|
|
|
* window.$originData.orginParames.title 页面标题
|
|
|
* window.$originData.orginParames.parameters 固定参数值
|
|
|
* window.$originData.urlParames url参数
|
|
|
*/
|
|
|
+console.log("--|>", window.$originData.urlParames);
|
|
|
const topWidth = ref(window.$originData.orginParames.availWidth);
|
|
|
const preview = ref("");
|
|
|
const previewVideo = ref(null);
|
|
|
const shanshipin = window.$shanshipin || {};
|
|
|
+shanshipin.Phone =
|
|
|
+ window.$originData.urlParames.phone || shanshipin.Phone || "";
|
|
|
+shanshipin.UserName =
|
|
|
+ decodeURI(window.$originData.urlParames.userName || "") ||
|
|
|
+ shanshipin.UserName ||
|
|
|
+ "";
|
|
|
const from = reactive({
|
|
|
name: shanshipin.UserName || "",
|
|
|
tel:
|
|
@@ -145,7 +138,6 @@ const from = reactive({
|
|
|
? shanshipin.Phone
|
|
|
: "",
|
|
|
university: "",
|
|
|
- isOnLine: "线上",
|
|
|
file: [],
|
|
|
});
|
|
|
|
|
@@ -178,31 +170,10 @@ const showGuize = () => {
|
|
|
confirmButtonText: "关闭",
|
|
|
message: () => (
|
|
|
<div class="art">
|
|
|
- <p>1、报名时间:即日起至2022年11月25日。</p>
|
|
|
- <p>2、参与对象:陕西各高校学生。</p>
|
|
|
- <p>3、参赛要求:曲风不限,自行准备演唱伴奏。</p>
|
|
|
- <p>4、嘉宾评委:陕西广播电视台音乐类主播/西安知名音乐人/歌手。</p>
|
|
|
- <p>
|
|
|
- 5、评比规则:唱功为基本要求,结合现场表现、演唱发挥进行综合评分,优秀选手将直接进入总决赛(决赛时间:2022年11月26日),线上将评出人气选手。
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- 6、线上比赛时间:
|
|
|
- <p style="text-indent: 2em;">11月16日 19:00--21:00</p>
|
|
|
- <p style="text-indent: 2em;">11月23日 19:00--21:00</p>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- 7、线下比赛时间:
|
|
|
- <p style="text-indent: 2em;">11月12日 14:00--16:00</p>
|
|
|
- <p style="text-indent: 2em;">11月13日 14:00--16:00</p>
|
|
|
- <p style="text-indent: 2em;">11月19日 14:00--16:00</p>
|
|
|
- <p style="text-indent: 2em;">11月20日 14:00--16:00</p>
|
|
|
- </p>
|
|
|
- <p>8、线上PK赛奖品:战马定制大礼包、笔记本、U型枕、战马饮料。</p>
|
|
|
+ <p>1、报名时间:2022年11月20日—2022年12月20日。</p>
|
|
|
+ <p>2、视频投稿,视频帖不短于30秒,作品原创</p>
|
|
|
<p>
|
|
|
- 9、11月26日总决赛奖品:
|
|
|
- <p style="text-indent: 2em;">冠军:3000元奖金 + 战马饮料4箱;</p>
|
|
|
- <p style="text-indent: 2em;">亚军:2000元奖金 + 战马饮料3箱</p>
|
|
|
- <p style="text-indent: 2em;">季军:1000元奖金 + 战马饮料2箱</p>
|
|
|
+ 3、闪视频官方将会选择优秀作品奖X名,人气选手X名,获奖选手根据投稿时填写手机号进行联系领取奖品。
|
|
|
</p>
|
|
|
</div>
|
|
|
),
|
|
@@ -220,17 +191,12 @@ const isNumber = () => {
|
|
|
return /1[0-9]{10}/g.test(from.tel);
|
|
|
};
|
|
|
|
|
|
-window.appLoginSuccess = () => {
|
|
|
- console.log("登录");
|
|
|
-};
|
|
|
-
|
|
|
const onSubmit = () => {
|
|
|
if (!isFile) Toast("请上传作品");
|
|
|
const oriData = new FormData();
|
|
|
oriData.append("name", from.name);
|
|
|
oriData.append("phone", from.tel);
|
|
|
oriData.append("university", from.university);
|
|
|
- oriData.append("isOnLine", from.isOnLine);
|
|
|
oriData.append("file", from.file[0].file);
|
|
|
|
|
|
Toast.loading({
|
|
@@ -240,7 +206,7 @@ const onSubmit = () => {
|
|
|
});
|
|
|
axios({
|
|
|
method: "post",
|
|
|
- url: "https://topic.smcic.net/xian-song/store",
|
|
|
+ url: config.base.ajax + "store",
|
|
|
headers: {
|
|
|
"Content-Type": "multipart/form-data",
|
|
|
},
|
|
@@ -271,7 +237,8 @@ const onSubmit = () => {
|
|
|
.WorldContribution {
|
|
|
width: 100vw;
|
|
|
min-height: 100vh;
|
|
|
- background-color: #0c0000;
|
|
|
+ background-image: url(../../assets/img/bg.jpg);
|
|
|
+ background-size: 100% 100%;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
.WorldContribution .art {
|