|
|
@ -14,10 +14,8 @@ import 'widget/home_tag_bar.dart';
|
|
|
|
import 'package:akuCommunity/widget/container_comment.dart';
|
|
|
|
import 'package:akuCommunity/widget/container_comment.dart';
|
|
|
|
import 'package:akuCommunity/widget/single_ad_space.dart';
|
|
|
|
import 'package:akuCommunity/widget/single_ad_space.dart';
|
|
|
|
import 'package:akuCommunity/widget/grid_button.dart';
|
|
|
|
import 'package:akuCommunity/widget/grid_button.dart';
|
|
|
|
import 'package:akuCommunity/widget/sliver_goods_card.dart';
|
|
|
|
|
|
|
|
import 'package:akuCommunity/service/base_model.dart';
|
|
|
|
import 'package:akuCommunity/service/base_model.dart';
|
|
|
|
import 'package:akuCommunity/model/aku_shop_model.dart';
|
|
|
|
import 'package:akuCommunity/model/aku_shop_model.dart';
|
|
|
|
import 'package:akuCommunity/widget/goods_card_skeleton.dart';
|
|
|
|
|
|
|
|
import 'package:akuCommunity/routers/page_routers.dart';
|
|
|
|
import 'package:akuCommunity/routers/page_routers.dart';
|
|
|
|
|
|
|
|
|
|
|
|
class HomePage extends StatefulWidget {
|
|
|
|
class HomePage extends StatefulWidget {
|
|
|
@ -138,50 +136,50 @@ class _HomePageState extends State<HomePage>
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(height: 24.w),
|
|
|
|
SizedBox(height: 24.w),
|
|
|
|
Column(
|
|
|
|
// Column(
|
|
|
|
children: [
|
|
|
|
// children: [
|
|
|
|
HomeTagBar(
|
|
|
|
// HomeTagBar(
|
|
|
|
title: '社区团购',
|
|
|
|
// title: '社区团购',
|
|
|
|
tag: '团购',
|
|
|
|
// tag: '团购',
|
|
|
|
isShowImage: false,
|
|
|
|
// isShowImage: false,
|
|
|
|
),
|
|
|
|
// ),
|
|
|
|
HomeCard(
|
|
|
|
// HomeCard(
|
|
|
|
isActivity: false,
|
|
|
|
// isActivity: false,
|
|
|
|
title: '新疆库尔阿勒4.5斤,仙人蕉 香甜可口',
|
|
|
|
// title: '新疆库尔阿勒4.5斤,仙人蕉 香甜可口',
|
|
|
|
subtitleOne: '中国新疆',
|
|
|
|
// subtitleOne: '中国新疆',
|
|
|
|
subtitleTwo: '2020年07月03日',
|
|
|
|
// subtitleTwo: '2020年07月03日',
|
|
|
|
imagePath:
|
|
|
|
// imagePath:
|
|
|
|
'http://news.eastday.com/d/file/tga/2013-02-17/c2e7bd7fca1ed2ecf5d50dc9fb30275d.jpg',
|
|
|
|
// 'http://news.eastday.com/d/file/tga/2013-02-17/c2e7bd7fca1ed2ecf5d50dc9fb30275d.jpg',
|
|
|
|
),
|
|
|
|
// ),
|
|
|
|
HomeCard(
|
|
|
|
// HomeCard(
|
|
|
|
isActivity: false,
|
|
|
|
// isActivity: false,
|
|
|
|
title: '刚果柠檬大果4盒 鲜果新鲜采摘15斤',
|
|
|
|
// title: '刚果柠檬大果4盒 鲜果新鲜采摘15斤',
|
|
|
|
subtitleOne: '非洲刚果',
|
|
|
|
// subtitleOne: '非洲刚果',
|
|
|
|
subtitleTwo: '2020年08月09日',
|
|
|
|
// subtitleTwo: '2020年08月09日',
|
|
|
|
imagePath:
|
|
|
|
// imagePath:
|
|
|
|
'http://5b0988e595225.cdn.sohucs.com/images/20180203/328e145f84c54dd08d1b11b890109862.jpeg',
|
|
|
|
// 'http://5b0988e595225.cdn.sohucs.com/images/20180203/328e145f84c54dd08d1b11b890109862.jpeg',
|
|
|
|
),
|
|
|
|
// ),
|
|
|
|
],
|
|
|
|
// ],
|
|
|
|
),
|
|
|
|
// ),
|
|
|
|
SizedBox(height: 30.w),
|
|
|
|
// SizedBox(height: 30.w),
|
|
|
|
HomeTagBar(
|
|
|
|
// HomeTagBar(
|
|
|
|
title: '社区商城',
|
|
|
|
// title: '社区商城',
|
|
|
|
tag: '团购',
|
|
|
|
// tag: '团购',
|
|
|
|
isShowImage: false,
|
|
|
|
// isShowImage: false,
|
|
|
|
isShowTitle: true,
|
|
|
|
// isShowTitle: true,
|
|
|
|
),
|
|
|
|
// ),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SliverPadding(
|
|
|
|
// SliverPadding(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
// padding: EdgeInsets.only(
|
|
|
|
top: 30.w,
|
|
|
|
// top: 30.w,
|
|
|
|
left: 32.w,
|
|
|
|
// left: 32.w,
|
|
|
|
right: 32.w,
|
|
|
|
// right: 32.w,
|
|
|
|
),
|
|
|
|
// ),
|
|
|
|
sliver: _shopList.length == 0
|
|
|
|
// sliver: _shopList.length == 0
|
|
|
|
? SliverToBoxAdapter(child: GoodsCardSkeleton())
|
|
|
|
// ? SliverToBoxAdapter(child: GoodsCardSkeleton())
|
|
|
|
: SliverGoodsCard(shoplist: _shopList)),
|
|
|
|
// : SliverGoodsCard(shoplist: _shopList)),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|