ソースを参照

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

tags/0.0.17+5^0
PH2 3年前
コミット
ce9b2dd9b9
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

@@ -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;


読み込み中…
キャンセル
保存