This commit is contained in:
chenyuwu
2026-08-20 09:07:29 +08:00
parent 80e346f200
commit 2d0fa32dc7
3 changed files with 44 additions and 4 deletions
+5
View File
@@ -3,6 +3,11 @@
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo,
// shareConfig: {
// title: string,
// imageUrl: string,
// }
}
// fetchShareConfig:any,
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}