Browse Source

消息加正在加载

dart3_last
wurong 2 years ago
parent
commit
8332fdccb4
  1. 3
      lib/message/system_details.dart

3
lib/message/system_details.dart

@ -51,8 +51,7 @@ class _SystemDetails extends State<SystemDetails> {
msgType = widget.arguments["msgType"];
SharedPreferences.getInstance().then((value) {
apiService =
ApiService(Dio(), token: value.getString("token"), context: context);
apiService = ApiService(Dio(), token: value.getString("token"),showLoading: true, context: context);
queryMessage();
});
}

Loading…
Cancel
Save