瀏覽代碼

1、消除空格

tags/0.0.9+9^2
PH2 3 年之前
父節點
當前提交
2c9785a232
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lib/widgets/home/home_goods/models/home_goods_list_style_model.dart

+ 1
- 1
lib/widgets/home/home_goods/models/home_goods_list_style_model.dart 查看文件

@@ -33,7 +33,7 @@ class HomeGoodsListStyleModel {
});

HomeGoodsListStyleModel.fromJson(Map<String, dynamic> json) {
hotRankIconList = json['hot_rank_icon_list']. cast<String>();
hotRankIconList = json['hot_rank_icon_list'].cast<String>();
topMargin = json['top_margin'];
listColumn = json['list_column'];
leftRighMargin = json['left_righ_margin'];


Loading…
取消
儲存