地址接口的视线
This commit is contained in:
@@ -142,7 +142,7 @@ class _NewHomePageState extends State<NewHomePage> {
|
||||
}),
|
||||
const Spacer(), // 左右分隔
|
||||
FloatingSvgIcon(
|
||||
assetPath: 'assets/img/icon/xiaoe.svg',
|
||||
assetPath: 'assets/img/icon/xiaoyi.svg',
|
||||
width: 60.rpx,
|
||||
height: 60.rpx,
|
||||
onTap: () {
|
||||
@@ -463,7 +463,7 @@ class _NewHomePageState extends State<NewHomePage> {
|
||||
),
|
||||
fillColor:
|
||||
stringToColor(
|
||||
"#184468"),
|
||||
"##011D33"),
|
||||
elevation: 2,
|
||||
borderColor:
|
||||
Colors.transparent,
|
||||
@@ -482,6 +482,7 @@ class _NewHomePageState extends State<NewHomePage> {
|
||||
isMultiSelect: false,
|
||||
),
|
||||
),
|
||||
|
||||
),
|
||||
InkWell(
|
||||
onTap: () {
|
||||
@@ -559,7 +560,8 @@ class _NewHomePageState extends State<NewHomePage> {
|
||||
.value
|
||||
.length, (index) {
|
||||
var day = homeController
|
||||
.homeSleepDays[index];
|
||||
.homeSleepDays[
|
||||
index];
|
||||
bool isSelected =
|
||||
homeController
|
||||
.selectedDayIndex
|
||||
@@ -607,7 +609,7 @@ class _NewHomePageState extends State<NewHomePage> {
|
||||
BoxDecoration(
|
||||
color: isSelected
|
||||
? stringToColor(
|
||||
"#184468")
|
||||
"#011D33")
|
||||
: Colors
|
||||
.transparent,
|
||||
borderRadius:
|
||||
|
||||
Reference in New Issue
Block a user