更新记录
1.0.1(2024-01-27) 下载此版本
修改为uni_modules
1.0.0(2023-11-24) 下载此版本
第一次上传
平台兼容性
需要帮助可直接联系qq2786885584
啰嗦一下
- 自己做自己用方便引用,后续会增加插件一步一步完善
必看提醒
- 仅支持微信小程序
使用方式
示例
- html
- js
this.$refs.refpopup1.open({
title: "温馨提示",
content: "你好丫",
cancelText: "错的",
confirmText: "对的",
success: () => {
console.log("对的")
},
fail: () => {
console.log("错的")
},
complete: () => {
console.log("通用")
},
})
代码逻辑
- js
this.$refs.refpopup1.open({
title: "温馨提示",
content: "你好丫",
cancelText: "错的",
confirmText: "对的",
success: () => {
console.log("对的")
},
fail: () => {
console.log("错的")
},
complete: () => {
console.log("通用")
},
})