1234567891011121314 |
- /// <reference path="./types/index.d.ts" />
- interface IAppOption {
- globalData: {
- SystemInfo?: WechatMiniprogram.SystemInfo,
- token?: string,
- setting?: WechatMiniprogram.AuthSetting,
- FileSystemManager?: WechatMiniprogram.FileSystemManager,
- phone?: string | undefined,
- configPage?: any
- }
- userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
- [params:string]: any
- }
|