wx.showModal({
title: "提示",
content: "档案失效后将不在地图显示,请确认是否失效处理?",
cancelText: "取消",
confirmText: "确定",
success: (res) => {
},
});
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)