Commit 59fb34f3 by 高淑倩

modify: showDialog

parent 7916658c
...@@ -119,15 +119,18 @@ wxService.page({ ...@@ -119,15 +119,18 @@ wxService.page({
if (result == 0) { if (result == 0) {
wx.hideLoading() wx.hideLoading()
// 显示 dialog // 显示 dialog
let dialog = this.data.dialog this.showDialog()
dialog.show = true
this.setData({
dialog
})
} }
} }
}) })
}, },
showDialog() {
let dialog = this.data.dialog
dialog.show = true
this.setData({
dialog
})
},
handleToGet() { handleToGet() {
this.getPointExchange() 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