table超出隐藏+console

This commit is contained in:
shijingjing
2022-09-20 09:23:42 +08:00
parent 420455902f
commit 0e6ec0a31d
3 changed files with 31 additions and 8 deletions

View File

@@ -183,14 +183,14 @@ export default {
})
data = [ ...imgs, ...videos, ...files, ...links, ...miniapps ]
this.shareToExternalChat({ text: text, attachments: data }).then((res) =>{
// err_msg: "shareToExternalChat:ok"
if (res.err_msg == "shareToExternalChat:ok") {
this.status = 'ok'
this.nextCallback()
} else {
this.status = 'fail'
this.nextCallback()
}
console.log(res)
// if (res.err_msg == "shareToExternalChat:ok") {
// this.status = 'ok'
// this.nextCallback()
// } else {
// this.status = 'fail'
// this.nextCallback()
// }
})
},
nextCallback() {