This commit is contained in:
shijingjing
2022-09-15 13:46:52 +08:00
parent 92dc41c5bd
commit 29173ecf4e

View File

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