|
@@ -133,8 +133,8 @@ Page({ |
|
|
let that = this; |
|
|
let that = this; |
|
|
|
|
|
|
|
|
if (options.cardId){ |
|
|
if (options.cardId){ |
|
|
that.cardpayList(cardId); |
|
|
|
|
|
that.cardDetail(cardId); |
|
|
|
|
|
|
|
|
that.cardpayList(options.cardId); |
|
|
|
|
|
that.cardDetail(options.cardId); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (options.from){ |
|
|
if (options.from){ |
|
|