原代码
uni.showModal({ title: "温馨提示", content: "********!", confirmText: "继续完善下一个", showCancel:false, success: (res) => { if (res.confirm) { console.log(111) } }, });
错误原因
总结:
confirmText的文案不可以超过4个字
uniapp uni.showModal 在微信小程序不显示,也不报错,在支付宝小程序显示正常
原文:https://www.cnblogs.com/susu2020/p/14721119.html