master
laiiihz 5 years ago
parent b0293c1af3
commit 546a250700

@ -85,31 +85,34 @@ class _LiveGoodsCardState extends State<LiveGoodsCard> {
// color: Colors.black54, fontWeight: FontWeight.w300),
// ),
Spacer(),
Row(
children: [
InkWell(
child: Row(
AppConfig.getShowCommission()
? Row(
children: [
FadeInImage.assetNetwork(
placeholder: R.ASSETS_PLACEHOLDER_NEW_1X1_A_PNG,
image: Api.getImgUrl(widget.model.brandImg),
width: rSize(13),
height: rSize(13),
),
rWBox(4),
Text(
widget.model.brandName,
style: TextStyle(
color: Color(0xffc70404),
fontSize: ScreenAdapterUtils.setSp(12),
InkWell(
child: Row(
children: [
FadeInImage.assetNetwork(
placeholder:
R.ASSETS_PLACEHOLDER_NEW_1X1_A_PNG,
image: Api.getImgUrl(widget.model.brandImg),
width: rSize(13),
height: rSize(13),
),
rWBox(4),
Text(
widget.model.brandName,
style: TextStyle(
color: Color(0xffc70404),
fontSize: ScreenAdapterUtils.setSp(12),
),
),
],
),
),
Spacer(),
],
),
),
Spacer(),
],
),
)
: SizedBox(),
Text.rich(
TextSpan(
children: [

@ -2,7 +2,7 @@ name: recook
description: Recook Market App.
publish_to: "none"
version: 1.3.14+207
version: 1.3.15+208
# sdk min version to 2.2.2
# to support ... feature

Loading…
Cancel
Save