bug fixed
This commit is contained in:
@@ -11,6 +11,7 @@ import 'package:flutter/services.dart';
|
||||
import 'package:google_fonts/google_fonts.dart';
|
||||
import 'package:qr_code_scanner/qr_code_scanner.dart';
|
||||
|
||||
import '../TransferMoney/TransferPromtptPayDialog.dart';
|
||||
import '../api/api.dart';
|
||||
import '../utils/color_custom.dart';
|
||||
import 'PayQrDialogV2.dart';
|
||||
@@ -80,11 +81,11 @@ class _PayQrPageState extends State<PayQrPage> {
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (BuildContext context) {
|
||||
return PayQrDialog(
|
||||
return TransferPromtptPayDialog(
|
||||
phone: payPhone,
|
||||
price: removeTextPrice(),
|
||||
name: name,
|
||||
transactionId: value["data"]["_TranID"],
|
||||
bill: value["data"]["_TranID"],
|
||||
);
|
||||
/* return PayQrDialogV2(
|
||||
price: value["slipAmount"]??"",
|
||||
|
||||
Reference in New Issue
Block a user