From 58ff281855516927ac60275fd20bedbddcf06533 Mon Sep 17 00:00:00 2001 From: czz <862977248@qq.com> Date: Mon, 4 Aug 2025 16:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=A4=8D=E5=88=B6app?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/mh_page/device_share_page.dart | 46 +++++++++++++----------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/lib/pages/mh_page/device_share_page.dart b/lib/pages/mh_page/device_share_page.dart index f855821..29b2984 100644 --- a/lib/pages/mh_page/device_share_page.dart +++ b/lib/pages/mh_page/device_share_page.dart @@ -4,6 +4,7 @@ import 'package:flutter/services.dart'; import 'package:flutterflow_ui/flutterflow_ui.dart'; import 'package:vbvs_app/common/color/appConstants.dart'; import 'package:vbvs_app/common/color/app_uri_status.dart'; +import 'package:vbvs_app/common/util/CommonVariables.dart'; import 'package:vbvs_app/common/util/FitTool.dart'; import 'package:vbvs_app/common/util/MyUtils.dart'; import 'package:vbvs_app/component/NullDataComponentWidget.dart'; @@ -200,28 +201,31 @@ class ShareDeviceWidget extends GetView { )), ), ), - ClickableContainer( - backgroundColor: Colors.transparent, - highlightColor: Colors.transparent, - padding: EdgeInsets.only(top: 30.rpx), - onTap: () {}, - child: Container( - decoration: const BoxDecoration( - border: Border( - bottom: BorderSide( - color: Color(0xFF85F5FF), - width: 0), // 下边线 - ), - ), - child: Text( - '点击复制APP下载链接'.tr, - style: TextStyle( - color: Color(0xFF85F5FF), // 蓝色文字 + // ClickableContainer( + // backgroundColor: Colors.transparent, + // highlightColor: Colors.transparent, + // padding: EdgeInsets.only(top: 30.rpx), + // onTap: () { + // Clipboard.setData(ClipboardData( + // text: CommonVariables.shareText)); + // }, + // child: Container( + // decoration: const BoxDecoration( + // border: Border( + // bottom: BorderSide( + // color: Color(0xFF85F5FF), + // width: 0), // 下边线 + // ), + // ), + // child: Text( + // '点击复制APP下载链接'.tr, + // style: TextStyle( + // color: Color(0xFF85F5FF), // 蓝色文字 - fontSize: 22.rpx, - ), - ), - )), + // fontSize: 22.rpx, + // ), + // ), + // )), GestureDetector( onTap: () { // 当点击时,将 type 设置为 0(允许控制)