设备 预约接口

This commit is contained in:
czz
2025-06-16 21:43:07 +08:00
parent f7b50ae609
commit 89d0bbcc00
29 changed files with 2134 additions and 1085 deletions

View File

@@ -150,9 +150,6 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
fontSize:
AppFontsize
.title_size,
fontWeight:
FontWeight
.bold,
color: Colors
.white // 加粗文字
),
@@ -200,9 +197,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
'Readex Pro',
fontSize:
AppFontsize
.normal_text_size,
fontSize: 26
.rpx,
letterSpacing:
0,
color: Colors
@@ -353,9 +349,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
'Readex Pro',
fontSize:
AppFontsize
.normal_text_size,
fontSize: 26
.rpx,
letterSpacing:
0,
color: Colors
@@ -524,9 +519,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
'Readex Pro',
fontSize:
AppFontsize
.normal_text_size,
fontSize: 26
.rpx,
letterSpacing:
0,
color: Colors
@@ -695,9 +689,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
'Readex Pro',
fontSize:
AppFontsize
.normal_text_size,
fontSize: 26
.rpx,
letterSpacing:
0,
color: Colors
@@ -1314,6 +1307,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
10, 5, 10, 5),
),
maxLines: 4,
maxLength:
100, // ✅ 限制最多输入 100 字符
style: FlutterFlowTheme.of(
context)
.bodyMedium
@@ -1443,9 +1438,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
'Readex Pro',
fontSize:
AppFontsize
.small_text_size,
fontSize: 26
.rpx,
letterSpacing:
0,
color: Colors
@@ -1486,6 +1480,9 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
.apply_name,
obscureText:
false,
textAlignVertical:
TextAlignVertical
.center,
decoration:
InputDecoration(
contentPadding:
@@ -1624,9 +1621,8 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
style: FlutterFlowTheme.of(context).bodyMedium.override(
fontFamily:
'Readex Pro',
fontSize:
AppFontsize
.small_text_size,
fontSize: 26
.rpx,
letterSpacing:
0,
color: Colors
@@ -1664,6 +1660,9 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
.tel,
obscureText:
false,
textAlignVertical:
TextAlignVertical
.center,
decoration:
InputDecoration(
contentPadding: