Blogger Information
Blog 175
fans 1
comment 0
visits 384795
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
uni-app uni.showModal挺好用的
dxp2tq的博客
Original
1718 people have browsed it

uni.showModal({
title: ‘提示’,
content: ‘确定删除?’,
cancelText: “取消”, // 取消按钮名称
confirmText: “确认”, // 确认按钮名称
showCancel: true, // 是否显示取消按钮,默认为true
confirmColor: ‘#0081ff’,
cancelColor: ‘#39B54A’,
success: (res) => {
if(res.confirm) {
console.log(‘确认’) //点击确定按钮
} else {
console.log(‘取消’) //点击取消按钮
}
}
})

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post