Procházet zdrojové kódy

bug修复

guessPrice
suizhijia před 5 roky
rodič
revize
5b05b0568c
1 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. +2
    -4
      496_dongfengqichen/pages/myCenter/myCenter.js

+ 2
- 4
496_dongfengqichen/pages/myCenter/myCenter.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit