Commit 3a68fa99 authored by 林生雨's avatar 林生雨

w

parent 955bbd5d
......@@ -565,6 +565,7 @@ class LevelOneItem extends StatelessWidget {
Expanded(
child: Container(
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(4),
image: DecorationImage(
fit: BoxFit.cover,
image: NetworkImage(
......
......@@ -17,9 +17,6 @@ class DioUtil {
static Map<String, dynamic> addHeadMap;
/// 是否是debug模式.
static bool _isDebug = isDebug;
static DioUtil getInstance() {
return _instance;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment