|
|
|
@ -185,7 +185,7 @@ class RosePage extends StatelessWidget { |
|
|
|
color: Color.fromRGBO(71, 123, 255, 1) |
|
|
|
), |
|
|
|
recognizer: TapGestureRecognizer()..onTap = () { |
|
|
|
Get.to(() => OpenWebView(url: "https://www.quzhaoqin.com/payment.html")); |
|
|
|
Get.to(() => OpenWebView(url: "https://dv.quzhaoqin.com/payment.html")); |
|
|
|
}, |
|
|
|
), |
|
|
|
TextSpan( |
|
|
|
@ -200,7 +200,7 @@ class RosePage extends StatelessWidget { |
|
|
|
color: Color.fromRGBO(71, 123, 255, 1) |
|
|
|
), |
|
|
|
recognizer: TapGestureRecognizer()..onTap = () { |
|
|
|
Get.to(() => OpenWebView(url: "https://www.quzhaoqin.com/information.html")); |
|
|
|
Get.to(() => OpenWebView(url: "https://dv.quzhaoqin.com/privacy.html")); |
|
|
|
}, |
|
|
|
), |
|
|
|
] |
|
|
|
|