合并代码

This commit is contained in:
v7lin
2019-12-12 22:46:17 +08:00
parent 067e7b4bfd
commit 52891ac48c
7 changed files with 27 additions and 19 deletions

View File

@ -265,9 +265,10 @@ class _HomeState extends State<Home> {
title: const Text('拉起小程序'),
onTap: () {
_wechat.launchMiniProgram(
userName: WECHAT_MINIAPPID,
path: "page/page/index?uid=123",
type: WechatMiniProgram.preview);
userName: WECHAT_MINIAPPID,
path: "page/page/index?uid=123",
type: WechatMiniProgram.preview,
);
},
),
],