Browse Source

1、功能分类导航数据转换出错问题

tags/0.0.17+5^0
PH2 3 years ago
parent
commit
ce9b2dd9b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/widgets/custom/ordedr_class/order_class_nav/order_class_style.dart

+ 1
- 1
lib/widgets/custom/ordedr_class/order_class_nav/order_class_style.dart View File

@@ -129,7 +129,7 @@ class ListStyle {
this.skipName});

ListStyle.fromJson(Map<String, dynamic> json) {
idx = json['idx'];
idx = json['idx']?.toString();
title = json['title'];
img = json['img'];
data = json['data'] != null ? new Data.fromJson(json['data']) : null;


Loading…
Cancel
Save