huxiaoqiang пре 4 година
родитељ
комит
9224d8af53

+ 1 - 1
lib/paegs/gang_page/gang_in_page/pay_to_the_helper_page/pay_to_the_helper_page.dart

@@ -209,7 +209,7 @@ class _PayToTheHelperPageState extends State<PayToTheHelperPage> {
     MyTools().toPage(
         context,
         OrderInformationPage(
-          true,
+          false,
           orderType: orderTypeOfflineTransfer,
           amount: amount,
           uid: orderUID,

+ 1 - 1
lib/paegs/home_page/qr_code_payment/qr_code_payment_page.dart

@@ -214,7 +214,7 @@ class _PayToTheGangPageState extends State<PayToTheGangPage> {
     MyTools().toPage(
         context,
         OrderInformationPage(
-          true,
+          false,
           orderType: orderTypeOfflineTransfer,
           amount: amount,
           uid: orderUID,

+ 1 - 1
lib/paegs/mine_page/privacy_protection_props_page/privacy_protection_props_page.dart

@@ -537,7 +537,7 @@ class _PrivacyProtectionPropsPageState
     MyTools().toPage(
         context,
         OrderInformationPage(
-          true,
+          false,
           orderType: orderTypeVirtualProduct,
           amount: amount,
           uid: orderUID,

+ 1 - 1
pubspec.yaml

@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 1.1.18+1
+version: 1.1.19+1
 
 environment:
   sdk: ">=2.7.0 <3.0.0"