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;