| @@ -323,8 +323,7 @@ Page({ | |||
| getBuyStates: function () { | |||
| this.setData({ | |||
| buyState: app.globalData.getBuyState.success, | |||
| buyStateTime: app.globalData.getBuyState.cdate, | |||
| buyStateCouponCode: app.globalData.getBuyState.coupon_code | |||
| buyStateTime: app.globalData.getBuyState.cdate | |||
| }) | |||
| }, | |||
| /** | |||
| @@ -933,8 +932,7 @@ Page({ | |||
| if (app.globalData.getBuyState.success != this.data.buyState) { | |||
| this.setData({ | |||
| buyState: app.globalData.getBuyState.success, | |||
| buyStateTime: app.globalData.getBuyState.cdate, | |||
| buyStateCouponCode: app.globalData.getBuyState.coupon_code | |||
| buyStateTime: app.globalData.getBuyState.cdate | |||
| }) | |||
| } | |||
| this.setData({ | |||