console
This commit is contained in:
@@ -193,7 +193,7 @@ export default {
|
||||
|
||||
|
||||
this.shareToExternalChat({ ...text, ...attachments }).then((res) =>{
|
||||
console.log(res);
|
||||
console.log(res,'返回的数据');
|
||||
})
|
||||
},
|
||||
},
|
||||
@@ -330,6 +330,7 @@ export default {
|
||||
background: #f4f8fb;
|
||||
padding: 18px 32px;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
||||
div {
|
||||
width: 100%;
|
||||
@@ -340,7 +341,7 @@ export default {
|
||||
border-radius: 4px;
|
||||
font-size: 32px;
|
||||
color: #fff;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user