mcy_new #1
|
|
@ -62,7 +62,7 @@ class UpdateAppEvent {
|
|||
version: version, // 版本号
|
||||
title: json["title"] ?? "发现新版本", // title
|
||||
description: newDescription, //说明
|
||||
link: json["downloadPath"], // 链接地址
|
||||
link: json["downloadPath"]??'', // 链接地址
|
||||
upgrade: upgrade,
|
||||
deviceInfo: deviceInfo,
|
||||
appName: appName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue