浏览代码

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;


正在加载...
取消
保存