提交 9b98c83d authored 作者: JarvanMo's avatar JarvanMo

remove colon

上级 e99c340e
......@@ -80,10 +80,10 @@ class WeChatShareMiniProgramModel implements WeChatShareBaseModel {
{required this.webPageUrl,
this.miniProgramType = WXMiniProgramType.RELEASE,
required this.userName,
this.path: "/",
this.path = "/",
this.title,
this.description,
this.withShareTicket: false,
this.withShareTicket = false,
this.thumbnail,
this.hdImagePath,
this.mediaTagName,
......@@ -322,7 +322,7 @@ class WeChatShareWebPageModel implements WeChatShareBaseModel {
class WeChatShareFileModel implements WeChatShareBaseModel {
WeChatShareFileModel(
this.source, {
this.title: "",
this.title = "",
this.description: "",
this.thumbnail,
this.scene = WeChatScene.SESSION,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论