susu2020

原代码

 uni.showModal({
         title: "温馨提示",
         content: "********!",
         confirmText: "继续完善下一个",
         showCancel:false,
         success: (res) => {
           if (res.confirm) {
              console.log(111)
           }
         },
       });

错误原因

 

 总结:

confirmText的文案不可以超过4个字

分类:

技术点:

相关文章:

  • 2021-11-30
  • 2021-12-24
  • 2021-08-10
  • 2022-12-23
  • 2021-07-30
  • 2021-10-10
  • 2021-11-17
  • 2021-08-29
猜你喜欢
  • 2021-10-18
  • 2021-04-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-01
相关资源
相似解决方案