mirror of
https://github.com/RxReader/wechat_kit.git
synced 2025-08-06 15:20:24 +08:00
合并代码
This commit is contained in:
@ -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,
|
||||
);
|
||||
},
|
||||
),
|
||||
],
|
||||
|
Reference in New Issue
Block a user