评论对话框

全栈之路
用后端知识体系开发原生移动应用
评论对话框
UICommentDialog是评论对话框,且只在移动端有效。
属性 | 类型 | 默认值 | 说明 |
IsPicture | bool | false | 是否支持上传图片 |
BottomText | String | {icon}同时转发 | 回复底下的文字说明 |
SubmitText | String | 发布 | 按钮的标题 |
当IsPicture为true是,则可以通过{Name}_Image获取上传的图片
String Comment=this.asyncDialog("Comment",-> new UICommentDialog().picture(true));//评论内容 String[] image=this.asyncDialog("Comment_Image","none").split(",");//获取上传的图片
管理员 | 阅读(38) | 评论(0)
暂无评论