|
@@ -7,24 +7,14 @@
|
|
<p
|
|
<p
|
|
style="
|
|
style="
|
|
text-indent: 2em;
|
|
text-indent: 2em;
|
|
- padding: 8px 8px 0 8px;
|
|
|
|
|
|
+ padding: 8px;
|
|
text-align: justify;
|
|
text-align: justify;
|
|
line-height: 1.5em;
|
|
line-height: 1.5em;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- 新学期伊始,依托陕西音乐广播强大社会影响力、收听率,以及深入年轻群体的《西安人的歌》,联合战马饮料,共同打造“星声代”校园音乐IP——【战马音浪·校园歌手大赛】。
|
|
|
|
- </p>
|
|
|
|
- <p
|
|
|
|
- style="
|
|
|
|
- text-indent: 2em;
|
|
|
|
- padding: 0 8px 8px 8px;
|
|
|
|
- text-align: justify;
|
|
|
|
- line-height: 1.5em;
|
|
|
|
- font-size: 16px;
|
|
|
|
- "
|
|
|
|
- >
|
|
|
|
- 赛事全程将通过闪视频APP、FM98.8《西安人的歌》深度挖掘“音乐、能量、青春、活力、潮流、极致”的精神内核,与热爱音乐的学生产生共鸣,为校园文化艺术生活赋能!
|
|
|
|
|
|
+ 由陕西广电融媒体集团(台)官方平台闪视频APP与陕西音乐广播FM98.8共同打造的校园音乐IP-“战马音浪•校园歌手大赛”将于2022年11月16日-11月26日举办。本次活动以线上直播PK
|
|
|
|
+ 为主,结合线上线下丰富有趣的内容设置,依托省台影响力将赛事在全网曝光。
|
|
</p>
|
|
</p>
|
|
</van-cell-group>
|
|
</van-cell-group>
|
|
<br />
|
|
<br />
|
|
@@ -91,7 +81,9 @@
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
</van-uploader>
|
|
</van-uploader>
|
|
- <p style="font-size:12px; color: #666">支持上传MP4、MOV格式的视频,视频时长三分钟以内,视频大小500M以内</p>
|
|
|
|
|
|
+ <p style="font-size: 12px; color: #666">
|
|
|
|
+ 支持上传MP4、MOV格式的视频,视频时长三分钟以内,视频大小500M以内
|
|
|
|
+ </p>
|
|
</template>
|
|
</template>
|
|
</van-field>
|
|
</van-field>
|
|
<div style="padding: 5px">
|
|
<div style="padding: 5px">
|
|
@@ -200,37 +192,39 @@ const onSubmit = () => {
|
|
oriData.append("university", from.university);
|
|
oriData.append("university", from.university);
|
|
oriData.append("isOnLine", from.isOnLine);
|
|
oriData.append("isOnLine", from.isOnLine);
|
|
oriData.append("file", from.file[0].file);
|
|
oriData.append("file", from.file[0].file);
|
|
-
|
|
|
|
|
|
+
|
|
Toast.loading({
|
|
Toast.loading({
|
|
- message: '加载中...',
|
|
|
|
- forbidClick: true,
|
|
|
|
- duration: 0
|
|
|
|
- });
|
|
|
|
|
|
+ message: "报名中...",
|
|
|
|
+ forbidClick: true,
|
|
|
|
+ duration: 0,
|
|
|
|
+ });
|
|
axios({
|
|
axios({
|
|
method: "post",
|
|
method: "post",
|
|
- url: "http://topic.smcic.net/xian-song/store",
|
|
|
|
|
|
+ url: "https://topic.smcic.net/xian-song/store",
|
|
headers: {
|
|
headers: {
|
|
"Content-Type": "multipart/form-data",
|
|
"Content-Type": "multipart/form-data",
|
|
},
|
|
},
|
|
data: oriData,
|
|
data: oriData,
|
|
- }).then(r => {
|
|
|
|
- console.log(r);
|
|
|
|
- Toast.clear()
|
|
|
|
- Dialog.alert({
|
|
|
|
- title: "报名成功",
|
|
|
|
- messageAlign: "left",
|
|
|
|
- confirmButtonText: "关闭",
|
|
|
|
- message: () => (
|
|
|
|
- <img
|
|
|
|
- src="https://cxzx.smcic.net/topic/tool/img/er.jpg"
|
|
|
|
- style="width: 100%"
|
|
|
|
- />
|
|
|
|
- ),
|
|
|
|
|
|
+ })
|
|
|
|
+ .then(r => {
|
|
|
|
+ console.log(r);
|
|
|
|
+ Toast.clear();
|
|
|
|
+ Dialog.alert({
|
|
|
|
+ title: "报名成功",
|
|
|
|
+ messageAlign: "left",
|
|
|
|
+ confirmButtonText: "关闭",
|
|
|
|
+ message: () => (
|
|
|
|
+ <img
|
|
|
|
+ src="https://cxzx.smcic.net/topic/tool/img/er.jpg"
|
|
|
|
+ style="width: 100%"
|
|
|
|
+ />
|
|
|
|
+ ),
|
|
|
|
+ });
|
|
|
|
+ })
|
|
|
|
+ .catch(() => {
|
|
|
|
+ Toast.clear();
|
|
|
|
+ Toast("报名失败");
|
|
});
|
|
});
|
|
- }).catch(()=>{
|
|
|
|
- Toast.clear()
|
|
|
|
- Toast('报名失败');
|
|
|
|
- });
|
|
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
<style>
|
|
<style>
|