Skip to content

Commit

Permalink
qrCode 不要写死
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghualei committed Jun 26, 2024
1 parent 19c06fa commit e314977
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/lib/test_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ class _TestPageState extends State<TestPage> {
} else if (index == 3) {
mode = FCReLaunchMode.NEVER;
}
String qrCode = 'https://api.finclip.com/api/v1/mop/runtime/applet/-f-78d53c04618315e7--';
QRCodeAppletRequest qrcodeRequest = QRCodeAppletRequest(qrCode, reLaunchMode: mode);
QRCodeAppletRequest qrcodeRequest = QRCodeAppletRequest(qrcode, reLaunchMode: mode);
Mop.instance.qrcodeStartApplet(qrcodeRequest);
}

Expand Down

0 comments on commit e314977

Please sign in to comment.