修改了提示语
This commit is contained in:
		
							parent
							
								
									13258c990c
								
							
						
					
					
						commit
						ec234fe4f8
					
				@ -308,7 +308,7 @@ export async function cashout(data?:any,accountinfo?:any){
 | 
			
		||||
    console.log(data)
 | 
			
		||||
    const res = await post<Liveaddrule>('withdrawal',data);
 | 
			
		||||
    if(res.code==0){
 | 
			
		||||
        message.success("新增成功")
 | 
			
		||||
        message.success(res.msg)
 | 
			
		||||
    }else{
 | 
			
		||||
        message.error(res.msg)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@ -4,8 +4,8 @@
 | 
			
		||||
        <img :src="img" alt="" class="cover">
 | 
			
		||||
        <img src="@/static/images/play.png" alt="" class="play">
 | 
			
		||||
        <div class="title">
 | 
			
		||||
            {{title}} {{videoid}}
 | 
			
		||||
            <span class="lv">{{score}}分</span>
 | 
			
		||||
            <div class="one-line-hide">{{title}}</div> 
 | 
			
		||||
            <span class="lv" style="flex-shrink: 0;">{{score}}分</span>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="info">
 | 
			
		||||
            <div class="datetime">
 | 
			
		||||
@ -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;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user