获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
// global.d.ts declare namespace WechatMiniprogram { interface Wx { onAppRoute: (listener: (option: { path: string query: string renderer: 'webview' | 'skyline' | 'xr-frame' openType: string webviewId: string timeStamp: string routeEventId: string pipMode: 'min' | 'max' notFound: boolean page: Record<string, unknown> }) => void) => void } }
微信小程序TypeScript扩展库 wx.onAppRoute不存在?微信小程序TypeScript扩展库 wx.onAppRoute 这个现在找不到 请问什么时候可以更新 [图片]
09-27