Commit aba24856 authored by jiangjiantao's avatar jiangjiantao

兑换券立即关闭

parent fc4e6667
...@@ -862,9 +862,7 @@ Page({ ...@@ -862,9 +862,7 @@ Page({
//兑换券界面关闭 //兑换券界面关闭
convertCouponClose(e) { convertCouponClose(e) {
this.setData({ convertCouponState: 0 }) this.setData({ convertCouponState: 0 })
var request = {}; this.sendConvertCouponToFront(0)
request.convertCouponState = 0;
this.sendConvertCouponToFront(request)
}, },
......
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