Selaa lähdekoodia

[消费卡][修改]:[修改消费卡undifined的问题]

tags/C.8.3.0^2
meo 5 vuotta sitten
vanhempi
commit
8c32f90c96
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      pages/ConsumeDetail/ConsumeDetail.js

+ 2
- 2
pages/ConsumeDetail/ConsumeDetail.js Näytä tiedosto

@@ -133,8 +133,8 @@ Page({
let that = this;

if (options.cardId){
that.cardpayList(cardId);
that.cardDetail(cardId);
that.cardpayList(options.cardId);
that.cardDetail(options.cardId);
}
if (options.from){


Ladataan…
Peruuta
Tallenna