提交 73780442 authored 作者: JarvanMo's avatar JarvanMo

fix bug

上级 609d17b8
...@@ -19,4 +19,4 @@ SPEC CHECKSUMS: ...@@ -19,4 +19,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 348e15598a1c6ea25d3ed63919d5ffb9bd1c2ba6 PODFILE CHECKSUM: 348e15598a1c6ea25d3ed63919d5ffb9bd1c2ba6
COCOAPODS: 1.7.3 COCOAPODS: 1.7.5
...@@ -193,7 +193,6 @@ class WeChatShareImageModel extends WeChatShareModel { ...@@ -193,7 +193,6 @@ class WeChatShareImageModel extends WeChatShareModel {
: this.image = "file://${imageFile.path}", : this.image = "file://${imageFile.path}",
this.transaction = transaction ?? "text", this.transaction = transaction ?? "text",
this.thumbnail = thumbnail ?? "", this.thumbnail = thumbnail ?? "",
assert(image != null),
super( super(
mediaTagName: mediaTagName, mediaTagName: mediaTagName,
messageAction: messageAction, messageAction: messageAction,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论