分享添加

This commit is contained in:
saplf
2019-09-07 22:12:57 +08:00
parent 5611bdb69e
commit 1c0e5ddb66
7 changed files with 32 additions and 16 deletions

View File

@@ -362,7 +362,7 @@ interface ShareWrapper {
/**
* 使用系统组件发送分享
*/
sendWithSystem: (message: ShareMessage, successCB: () => any, errorCB: (err: DOMException) => any) => any;
sendWithSystem: (message: ShareMessage, successCB: () => any, errorCB?: (err: DOMException) => any) => any;
}
type AppKeyType =