| getBuyStates: function () { | getBuyStates: function () { | ||||
| this.setData({ | this.setData({ | ||||
| buyState: app.globalData.getBuyState.success, | buyState: app.globalData.getBuyState.success, | ||||
| buyStateTime: app.globalData.getBuyState.cdate, | |||||
| buyStateCouponCode: app.globalData.getBuyState.coupon_code | |||||
| buyStateTime: app.globalData.getBuyState.cdate | |||||
| }) | }) | ||||
| }, | }, | ||||
| /** | /** | ||||
| if (app.globalData.getBuyState.success != this.data.buyState) { | if (app.globalData.getBuyState.success != this.data.buyState) { | ||||
| this.setData({ | this.setData({ | ||||
| buyState: app.globalData.getBuyState.success, | buyState: app.globalData.getBuyState.success, | ||||
| buyStateTime: app.globalData.getBuyState.cdate, | |||||
| buyStateCouponCode: app.globalData.getBuyState.coupon_code | |||||
| buyStateTime: app.globalData.getBuyState.cdate | |||||
| }) | }) | ||||
| } | } | ||||
| this.setData({ | this.setData({ |