UNPKG

ng-yunzai-mobile

Version:

1. 修改wechat.micro.ts

7 lines (6 loc) 162 B
export interface IShare { shareFlag?: boolean; success?: (data: any) => void; fail?: (error: any) => void; complete?: (msg: any) => void; }