@@ -42,9 +42,9 @@ class ContractTemplatePage extends GetView<ContractTemplateController> {
onTap: () => gotoSignature(),
),
if (controller.state.userSignature != '')
- ElevatedButton(
+ VButton(
child: Text("提交"),
- onPressed: () {
+ onTap: () {
advanceDebounce(
controller.submitContract, "sumbit", 1500);
},
@@ -229,7 +229,10 @@ class _ConfigurableFormState extends State<TCMConstitutionModule> {
child: Text(
"选择体质",
- style: TextStyle(color: Colors.white),
+ style: TextStyle(
+ color: Colors.white,
+ fontSize: 20,
+ ),
]