Procházet zdrojové kódy

Merge branch '1.22.0_master' of http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_base_widget into 1.22.0_master

tags/0.0.14+5
“yanghuaxuan” před 3 roky
rodič
revize
b90f754b37
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      lib/pages/feedback_page/model/feedback_record_data_model.dart

+ 1
- 1
lib/pages/feedback_page/model/feedback_record_data_model.dart Zobrazit soubor

@@ -41,7 +41,7 @@ class FeedbackRecordDataItemModel {
state = json['state'];
title = json['title'];
content = json['content'];
imageList = json['image_list'].cast<String>();
imageList = json['image_list']?.cast<String>();
createTime = json['create_time'];
}



Načítá se…
Zrušit
Uložit