From ec234fe4f876985bb5ad7960136c551d33874abb Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Mon, 19 Oct 2020 09:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.ts | 2 +- src/components/VideoItem.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/index.ts b/src/api/index.ts index 3f74c2b..86ff7a8 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -308,7 +308,7 @@ export async function cashout(data?:any,accountinfo?:any){ console.log(data) const res = await post('withdrawal',data); if(res.code==0){ - message.success("新增成功") + message.success(res.msg) }else{ message.error(res.msg) } diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index bd430de..fdc9a51 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -4,8 +4,8 @@
- {{title}} {{videoid}} - {{score}}分 +
{{title}}
+ {{score}}分
@@ -48,7 +48,7 @@ .cover{ width: 100%; height: 127px; - background-color: #0f0; + // background-color: #0f0; } .play{ position: absolute; @@ -58,9 +58,9 @@ height: 23px; } .title{ + padding: 0 18px; margin-top: 16px; font-display: 11px; - margin-left: 18px; color: #111; display: flex; align-items: center;