From 36613f9c94edba9cad52812d8af005e045002811 Mon Sep 17 00:00:00 2001 From: Baran Date: Sat, 1 Feb 2020 17:11:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(page):=20=E6=9A=B4=E9=9C=B2=20page=20?= =?UTF-8?q?=E7=9A=84=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/wx/lib.wx.page.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/wx/lib.wx.page.d.ts b/types/wx/lib.wx.page.d.ts index 1889b64..c9ce68b 100644 --- a/types/wx/lib.wx.page.d.ts +++ b/types/wx/lib.wx.page.d.ts @@ -127,6 +127,9 @@ declare namespace WechatMiniprogram { /** 到当前页面的路径 */ route: string + + /** 打开当前页面路径中的参数 */ + options: Record } type DataOption = Record