Browse Source

bug更改;

remove_uniapp
w-R 3 years ago
parent
commit
a9c909e9af
  1. 6
      lib/message/system_details.dart

6
lib/message/system_details.dart

@ -240,10 +240,10 @@ class _SystemDetails extends State<SystemDetails> {
children: [ children: [
Image.asset( Image.asset(
(message.typed == 1) (message.typed == 1)
? "assets/image/icon_system_message.png" ? "assets/image/icon_system_message.webp"
: (message.typed == 2) : (message.typed == 2)
? "assets/image/icon_system_message.png" ? "assets/image/icon_system_message.webp"
: "assets/image/c_z.png", : "assets/image/c_z.webp",
width: 24.w, width: 24.w,
height: 24.h, height: 24.h,
), ),

Loading…
Cancel
Save