mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-06-03 19:09:36 +08:00
Merge branch 'master' of https://gitee.com/dgflash/oops-framework
This commit is contained in:
@@ -120,6 +120,12 @@ export class Demo extends Component {
|
||||
tips.test(() => {
|
||||
|
||||
});
|
||||
tips.confirm("内容1", () => {
|
||||
|
||||
}, "确认1");
|
||||
tips.confirm("内容2", () => {
|
||||
|
||||
}, "确认2");
|
||||
}
|
||||
|
||||
/** 漂浮提示框 */
|
||||
|
||||
Reference in New Issue
Block a user