Skip to content

Commit

Permalink
feat(wx-react): 把小程序页面的query信息添加到 页面组件的props上暴露出来
Browse files Browse the repository at this point in the history
  • Loading branch information
ykforerlang committed Apr 24, 2020
1 parent 3ea7e48 commit de62639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wx-react/src/WxNormalComp.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function (compPath) {
createElement(
CompMySelf,
{
rawQuery: query,
routerParams: paramsObj,
diuu: uuid
},
Expand Down

0 comments on commit de62639

Please sign in to comment.