需要hideModal的方法,页面刷新的时候Modal不会隐藏
api 提供了这个方法
showModal
你也可以自定义
confirmBtn:function(){
this.setData({
showModalBtn: true
})
},
hideModalbtn: function () {
showModalBtn: false
});