修改了提示语
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user