瀏覽代碼

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;


Loading…
取消
儲存