Browse Source

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

tags/C.8.3.0^2
meo 5 years ago
parent
commit
8c32f90c96
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pages/ConsumeDetail/ConsumeDetail.js

+ 2
- 2
pages/ConsumeDetail/ConsumeDetail.js View File

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


Loading…
Cancel
Save