This commit is contained in:
quantulr
2023-08-17 15:11:46 +08:00
commit 3c6ab550cf
28 changed files with 36012 additions and 0 deletions

8
typings/index.d.ts vendored Normal file
View File

@ -0,0 +1,8 @@
/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo,
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}