分享添加
This commit is contained in:
@@ -232,17 +232,17 @@ export interface CommunityBasic {
|
||||
/**
|
||||
* 累计奖励总额的数字
|
||||
*/
|
||||
rewardAll: string;
|
||||
reward: string;
|
||||
|
||||
/**
|
||||
* 直接邀请人数
|
||||
*/
|
||||
followerNumber: string;
|
||||
follower: string;
|
||||
|
||||
/**
|
||||
* 社区总人数
|
||||
*/
|
||||
communeNumber: string;
|
||||
groupScale: string;
|
||||
}
|
||||
|
||||
export interface Inviter {
|
||||
|
||||
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user