取消发送
This commit is contained in:
@@ -188,7 +188,7 @@ export default {
|
|||||||
if(res.err_msg == "shareToExternalChat:ok") {
|
if(res.err_msg == "shareToExternalChat:ok") {
|
||||||
this.status = 'ok'
|
this.status = 'ok'
|
||||||
this.nextCallback()
|
this.nextCallback()
|
||||||
} else if(res.err_msg == "shareToExternalChat:fail_empty parameters") {
|
} else if(res.err_msg == "shareToExternalChat:fail_empty parameters" || res.err_msg == "shareToExternalChat:cancel") {
|
||||||
console.log('取消发送')
|
console.log('取消发送')
|
||||||
} else {
|
} else {
|
||||||
this.status = 'fail'
|
this.status = 'fail'
|
||||||
|
|||||||
Reference in New Issue
Block a user