Commit efac38e24058a40d150892864a8e942ef21bbea0

Authored by 杨泽宇
1 parent 4c4e7ae2

debug form params

src/html/failed.html
@@ -29,6 +29,30 @@ @@ -29,6 +29,30 @@
29 width: 126px; 29 width: 126px;
30 height: 120px; 30 height: 120px;
31 } 31 }
  32 + /*包含以下四种的链接*/
  33 + a {
  34 + text-decoration: none;
  35 + }
  36 +
  37 + /*正常的未被访问过的链接*/
  38 + a:link {
  39 + text-decoration: none;
  40 + }
  41 +
  42 + /*已经访问过的链接*/
  43 + a:visited {
  44 + text-decoration: none;
  45 + }
  46 +
  47 + /*鼠标划过(停留)的链接*/
  48 + a:hover {
  49 + text-decoration: none;
  50 + }
  51 +
  52 + /* 正在点击的链接*/
  53 + a:active {
  54 + text-decoration: none;
  55 + }
32 </style> 56 </style>
33 </head> 57 </head>
34 58
@@ -47,7 +71,7 @@ @@ -47,7 +71,7 @@
47 <span style="font-size: 14px; color: #999999; line-height: 20px;">很遗憾您上传的作品提交失败</span> 71 <span style="font-size: 14px; color: #999999; line-height: 20px;">很遗憾您上传的作品提交失败</span>
48 </div> 72 </div>
49 <div style="margin-top: 20px;"> 73 <div style="margin-top: 20px;">
50 - <div style="width: 160px; 74 + <!-- <div style="width: 160px;
51 height: 42px; 75 height: 42px;
52 margin: 0 auto; 76 margin: 0 auto;
53 text-align: center; 77 text-align: center;
@@ -55,7 +79,18 @@ @@ -55,7 +79,18 @@
55 color: #ffffff; 79 color: #ffffff;
56 font-size: 16px; 80 font-size: 16px;
57 background: #F5A623; 81 background: #F5A623;
58 - border-radius: 6px;" @click="closeMask">我知道了</div> 82 + border-radius: 6px;"><a href="http://ent.china.com.cn/music_collection/index.html"
  83 + style="color: white;">我知道了</a></div> -->
  84 + <div style="width: 160px;
  85 + height: 42px;
  86 + margin: 0 auto;
  87 + text-align: center;
  88 + line-height: 42px;
  89 + cursor: pointer;
  90 + color: #ffffff;
  91 + font-size: 16px;
  92 + background: #F5A623;
  93 + border-radius: 6px;" onclick="jumpPage()">我知道了</div>
59 </div> 94 </div>
60 </div> 95 </div>
61 </div> 96 </div>
@@ -83,6 +118,11 @@ @@ -83,6 +118,11 @@
83 } 118 }
84 Vue.createApp(Success).use(ElementPlus).mount("#success"); 119 Vue.createApp(Success).use(ElementPlus).mount("#success");
85 </script> --> 120 </script> -->
  121 + <script>
  122 + function jumpPage() {
  123 + top.location.href = 'http://ent.china.com.cn/music_collection/index.html'
  124 + }
  125 + </script>
86 </body> 126 </body>
87 127
88 </html> 128 </html>
89 \ No newline at end of file 129 \ No newline at end of file
src/html/success.html
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width,initial-scale=1.0">
7 <title>CNLive Audio Panel</title> 7 <title>CNLive Audio Panel</title>
8 - <meta name=renderer content=webkit> 8 + <meta name=renderer content=webkit>
9 <meta http-equiv="Expires" CONTENT="0"> 9 <meta http-equiv="Expires" CONTENT="0">
10 <meta http-equiv="Cache-Control" CONTENT="no-cache"> 10 <meta http-equiv="Cache-Control" CONTENT="no-cache">
11 <meta http-equiv="Pragma" CONTENT="no-cache"> 11 <meta http-equiv="Pragma" CONTENT="no-cache">
@@ -29,6 +29,31 @@ @@ -29,6 +29,31 @@
29 width: 126px; 29 width: 126px;
30 height: 120px; 30 height: 120px;
31 } 31 }
  32 +
  33 + /*包含以下四种的链接*/
  34 + a {
  35 + text-decoration: none;
  36 + }
  37 +
  38 + /*正常的未被访问过的链接*/
  39 + a:link {
  40 + text-decoration: none;
  41 + }
  42 +
  43 + /*已经访问过的链接*/
  44 + a:visited {
  45 + text-decoration: none;
  46 + }
  47 +
  48 + /*鼠标划过(停留)的链接*/
  49 + a:hover {
  50 + text-decoration: none;
  51 + }
  52 +
  53 + /* 正在点击的链接*/
  54 + a:active {
  55 + text-decoration: none;
  56 + }
32 </style> 57 </style>
33 </head> 58 </head>
34 59
@@ -52,15 +77,26 @@ @@ -52,15 +77,26 @@
52 <span style="font-size: 14px; color: #999999; line-height: 20px;">如果通过审核将在对应栏目出现!</span> 77 <span style="font-size: 14px; color: #999999; line-height: 20px;">如果通过审核将在对应栏目出现!</span>
53 </div> 78 </div>
54 <div style="margin-top: 20px;"> 79 <div style="margin-top: 20px;">
  80 + <!-- <div style="width: 160px;
  81 + height: 42px;
  82 + margin: 0 auto;
  83 + text-align: center;
  84 + line-height: 42px;
  85 + color: #ffffff;
  86 + font-size: 16px;
  87 + background: #F5A623;
  88 + border-radius: 6px;"><a href="http://ent.china.com.cn/music_collection/index.html"
  89 + style="color: white;">我知道了</a></div> -->
55 <div style="width: 160px; 90 <div style="width: 160px;
56 height: 42px; 91 height: 42px;
57 margin: 0 auto; 92 margin: 0 auto;
58 text-align: center; 93 text-align: center;
  94 + cursor: pointer;
59 line-height: 42px; 95 line-height: 42px;
60 color: #ffffff; 96 color: #ffffff;
61 font-size: 16px; 97 font-size: 16px;
62 background: #F5A623; 98 background: #F5A623;
63 - border-radius: 6px;" @click="closeMask">我知道了</div> 99 + border-radius: 6px;" onclick="jumpPage()">我知道了</div>
64 </div> 100 </div>
65 </div> 101 </div>
66 </div> 102 </div>
@@ -83,11 +119,19 @@ @@ -83,11 +119,19 @@
83 // window.close() 119 // window.close()
84 // 装有iframe的页面监听到内容为【true】时要执行关闭弹窗操作。 120 // 装有iframe的页面监听到内容为【true】时要执行关闭弹窗操作。
85 // parent.postMessage(true, '*') 121 // parent.postMessage(true, '*')
  122 +
86 } 123 }
87 } 124 }
88 } 125 }
89 Vue.createApp(Success).use(ElementPlus).mount("#success"); 126 Vue.createApp(Success).use(ElementPlus).mount("#success");
90 </script> --> 127 </script> -->
  128 +
  129 + <script>
  130 + function jumpPage() {
  131 + top.location.href = 'http://ent.china.com.cn/music_collection/index.html'
  132 + }
  133 + </script>
  134 +
91 </body> 135 </body>
92 136
93 </html> 137 </html>
94 \ No newline at end of file 138 \ No newline at end of file
src/js/audio.js
@@ -480,7 +480,11 @@ var Main = { @@ -480,7 +480,11 @@ var Main = {
480 lyric: this.addBr(this.form.lyric), 480 lyric: this.addBr(this.form.lyric),
481 phone: this.form.phone, 481 phone: this.form.phone,
482 name: this.form.name, 482 name: this.form.name,
483 - audioId: this.form.audioId 483 + audioId: this.form.audioId,
  484 + lyricist: this.form.lyricist,
  485 + songwriter: this.form.songwriter,
  486 + redact: this.form.redact,
  487 + mixing: this.form.mixing,
484 }, 488 },
485 withCredentials: true, 489 withCredentials: true,
486 headers: { 490 headers: {