Commit 59fb34f3 by 高淑倩

modify: showDialog

parent 7916658c
......@@ -119,14 +119,17 @@ wxService.page({
if (result == 0) {
wx.hideLoading()
// 显示 dialog
this.showDialog()
}
}
})
},
showDialog() {
let dialog = this.data.dialog
dialog.show = true
this.setData({
dialog
})
}
}
})
},
handleToGet() {
this.getPointExchange()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment