浏览代码

1、更新业务组件

bakamaka.guan 2 年之前
父节点
当前提交
3ab432d15a
共有 1 个文件被更改,包括 18 次插入7 次删除
  1. 18 7
      lib/components/picture_components.dart

+ 18 - 7
lib/components/picture_components.dart

@@ -137,13 +137,24 @@ class ContentImage extends StatelessWidget implements FWidget {
                     child: _buildAIDiagnosticOrgans(),
                   )
                 : const SizedBox(),
-            isCarotidResult
-                ? Positioned(
-                    bottom: 5,
-                    left: 5,
-                    child: Text('ddssss'),
-                  )
-                : const SizedBox(),
+            if (isCarotidResult) ...[
+              Positioned(
+                bottom: 5,
+                left: 5,
+                child: FIcon(
+                  FIcons.arteria_carotis,
+                  color: Colors.lightBlue,
+                ),
+              ),
+              Positioned(
+                bottom: 5,
+                right: 5,
+                child: FIcon(
+                  FIcons.three_dimensional,
+                  color: Colors.lightBlue,
+                ),
+              ),
+            ],
             InkWell(
               onDoubleTap: () {
                 onChangeImage!.call();