Commit aba24856 authored by jiangjiantao's avatar jiangjiantao

兑换券立即关闭

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