分享添加

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

@@ -232,17 +232,17 @@ export interface CommunityBasic {
/**
* 累计奖励总额的数字
*/
rewardAll: string;
reward: string;
/**
* 直接邀请人数
*/
followerNumber: string;
follower: string;
/**
* 社区总人数
*/
communeNumber: string;
groupScale: string;
}
export interface Inviter {

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 =