vtils

Home > mp > getCurrentPageQuery

getCurrentPageQuery() function

获取当前页面的查询参数,已经对每个值执行了 decodeURIComponent。

Signature:

export declare function getCurrentPageQuery<T extends Record<string, string | undefined>>(pageInstance?: WechatMiniprogram.Page.Instance<AnyObject_2, AnyObject_2>): T;

Parameters

Parameter Type Description
pageInstance WechatMiniprogram.Page.Instance<AnyObject_2, AnyObject_2> (Optional) 页面实例,默认当前页面

Returns:

T

返回当前页面的查询参数