🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
* 文字提示,跳转指定网页 | 设置参 | 说明 | | --- | --- | | str | 提示文字 | | para | 函数属性 | | - type | 类型 | | - title | 弹框标题 | | - ok | 确定按钮文字 | | - cancel | 取消按钮文字 | | - url | 跳转地址 | | - y | 水平位置(top / center / bottom) | * 调用方式 ~~~ let para = {}; para.type = 'href'; para.url = 'http://localhost'; sbh_note('str',para); ~~~