|
@@ -232,9 +232,9 @@
|
|
totalCount: state.detail.totalCount,
|
|
totalCount: state.detail.totalCount,
|
|
amountValue: state.detail.amountValue,
|
|
amountValue: state.detail.amountValue,
|
|
tokenSymbol: state.detail.currencySymbol,
|
|
tokenSymbol: state.detail.currencySymbol,
|
|
- encyCode: state.detail.amountCurrencyCode,
|
|
|
|
- encyIconUrl: state.detail.currencyIconPath,
|
|
|
|
- pe: PlayType.lottery,
|
|
|
|
|
|
+ currencyCode: state.detail.amountCurrencyCode,
|
|
|
|
+ currencyIconUrl: state.detail.currencyIconPath,
|
|
|
|
+ type: PlayType.lottery,
|
|
validityDuration: state.count_down_time,
|
|
validityDuration: state.count_down_time,
|
|
countDown: state.count_down_time,
|
|
countDown: state.count_down_time,
|
|
userInfo: {
|
|
userInfo: {
|