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