Commit 767c4d3e by 高淑倩

add: 集点详情_onshow_dialog.show = false

parent 3997f0a0
......@@ -48,11 +48,12 @@ wxService.page({
wx.hideLoading()
let dialog = this.data.dialog
// popupType: 0 1 优惠券 2 积分
if (data.popupType == 1) {
dialog.content = '优惠券'
} else if (data.popupType == 2) {
dialog.content = '积分流水'
}
// if (data.popupType == 1) {
// dialog.content = '优惠券'
// } else if (data.popupType == 2) {
// dialog.content = '积分流水'
// }
dialog.show = false
// 弹框背景
dialog.image = data.popupImage
......
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