Commit efac38e24058a40d150892864a8e942ef21bbea0

Authored by 杨泽宇
1 parent 4c4e7ae2

debug form params

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