评论对话框

全栈之路

用后端知识体系开发原生移动应用

评论对话框
UICommentDialog是评论对话框,且只在移动端有效。
属性类型默认值说明
IsPictureboolfalse是否支持上传图片
BottomTextString{icon}同时转发回复底下的文字说明
SubmitTextString发布按钮的标题
当IsPicture为true是,则可以通过{Name}_Image获取上传的图片
String Comment=this.asyncDialog("Comment",-> new UICommentDialog().picture(true));//评论内容
String[] image=this.asyncDialog("Comment_Image","none").split(",");//获取上传的图片

管理员 | 阅读(38) | 评论(0)

评论
点赞
已读
暂无评论