wx.showModal点击确定可以设置不关闭窗口吗?
具体描述一下?
自己实现一个弹窗做
1、接着弹出第二个modal不就行了?
testModal:function(){ wx.showModal({}).then(res=>{ if(res.confirm) this.testModal() }) },
确定个寂寞?