How to display the closure of the upper right corner of WeChat Mini Programs's pop-up box

I use Wechat"s components

wx.showModal({
  title: "",
  content: "",
  confirmText:"",
  success: function (res) {
    if (res.confirm) {
      console.log("")
    } else {
      console.log("")
    }

  }
})



Sep.02,2021
Menu