更新记录
1.0.1(2024-08-15) 下载此版本
无
1.0.0(2024-08-15) 下载此版本
无
平台兼容性
hug-showModel
is_tabbar: false, 是否隐藏tabbar
cancel_text: '取消', 取消按钮的文案
confirm_text: '确认', 确认按钮的文案
title: '提示', 标题
content: '', 内容
width: '600rpx',
height: '400rpx',
close_overlay:true, 是否点击蒙层关闭
调用
<hug-showModal ref="hugShowModal"></hug-showModal>
this.$refs.hugShowModal.open({is_tabbar: false,
cancel_text: '取消',
confirm_text: '确认',
title: '提示',
content: '',
width: '600rpx',
height: '400rpx',
close_overlay:true})