Browse Source

bug修复

guessPrice
suizhijia 5 years ago
parent
commit
5b05b0568c
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      496_dongfengqichen/pages/myCenter/myCenter.js

+ 2
- 4
496_dongfengqichen/pages/myCenter/myCenter.js View File

@@ -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({

Loading…
Cancel
Save