Commit af2eb9e2 authored by hywang's avatar hywang

1.添加密码文件

parent af5d64f6
......@@ -11,6 +11,18 @@ class CattlePhotoPage extends StatelessWidget {
final logic = Get.find<CattlePhotoLogic>();
final state = Get.find<CattlePhotoLogic>().state;
return Container();
return Scaffold(
appBar: AppBar(
title: const Text(
'牛只照片',
style: TextStyle(
color: Colors.white,
),
),
backgroundColor: Colors.blue,
centerTitle: true,
),
body: ,
);
}
}
ewei
1QAZ2wsx@@
admin
VAn9gpEymQy)
15047917803
Tpsq7803*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment