设备人员更新

This commit is contained in:
czz
2025-06-17 18:02:51 +08:00
parent 1eaa24791d
commit e34966aaba
19 changed files with 1120 additions and 726 deletions

View File

@@ -1,4 +1,5 @@
import 'package:ef/ef.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
import 'package:vbvs_app/common/util/FitTool.dart';
import 'package:vbvs_app/common/util/MyUtils.dart';
@@ -151,6 +152,12 @@ class DeviceRepairPage extends GetView<RepairListController> {
Colors.white,
decorationThickness: 4.rpx,
),
recognizer:
TapGestureRecognizer()
..onTap = () {
MyUtils.makePhoneCall(
"400-8756-966");
},
),
TextSpan(
text: " 反馈。",