原代码
uni.showModal({ title: "温馨提示", content: "********!", confirmText: "继续完善下一个", showCancel:false, success: (res) => { if (res.confirm) { console.log(111) } }, });
错误原因
总结:
confirmText的文案不可以超过4个字
2023-09-27 16:42:40
原代码
uni.showModal({ title: "温馨提示", content: "********!", confirmText: "继续完善下一个", showCancel:false, success: (res) => { if (res.confirm) { console.log(111) } }, });
错误原因
总结:
confirmText的文案不可以超过4个字
下一篇:C# socket 客户端