소스 검색

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;


불러오는 중...
취소
저장