|
@@ -225,25 +225,23 @@
|
|
|
</div>
|
|
|
</template> -->
|
|
|
<!-- <template v-else> -->
|
|
|
- <custom-card-cover
|
|
|
- :data="{
|
|
|
- totalCount: state.detail.totalCount,
|
|
|
- amountValue: state.detail.amountValue,
|
|
|
- tokenSymbol: state.detail.currencySymbol,
|
|
|
- currencyCode: state.detail.amountCurrencyCode,
|
|
|
- currencyIconUrl: state.detail.currencyIconPath,
|
|
|
- type: PlayType.lottery,
|
|
|
- validityDuration: state.count_down_time,
|
|
|
- countDown: state.count_down_time,
|
|
|
- userInfo: {
|
|
|
- nickName: state.detail.postUserInfo.name,
|
|
|
- avatarUrl: state.detail.postUserInfo.avatarUrl
|
|
|
- },
|
|
|
- rewardType: state.detail.rewardType,
|
|
|
- customizedReward: state.detail.customizedReward,
|
|
|
- customPosterUrl: state.detail.customPosterInstalled
|
|
|
- }"
|
|
|
- @clickOpenRedPacket = "clickOpenRedPacket"></custom-card-cover>
|
|
|
+ <custom-card-cover :data="{
|
|
|
+ totalCount: state.detail.totalCount,
|
|
|
+ amountValue: state.detail.amountValue,
|
|
|
+ tokenSymbol: state.detail.currencySymbol,
|
|
|
+ currencyCode: state.detail.amountCurrencyCode,
|
|
|
+ currencyIconUrl: state.detail.currencyIconPath,
|
|
|
+ type: PlayType.lottery,
|
|
|
+ validityDuration: state.count_down_time,
|
|
|
+ countDown: state.count_down_time,
|
|
|
+ userInfo: {
|
|
|
+ nickName: state.detail.postUserInfo.name,
|
|
|
+ avatarUrl: state.detail.postUserInfo.avatarUrl
|
|
|
+ },
|
|
|
+ rewardType: state.detail.rewardType,
|
|
|
+ customizedReward: state.detail.customizedReward,
|
|
|
+ customPosterUrl: state.detail.customPosterInstalled
|
|
|
+ }" @clickOpenRedPacket="clickOpenRedPacket"></custom-card-cover>
|
|
|
<!-- </template> -->
|
|
|
</div>
|
|
|
|
|
@@ -2270,10 +2268,8 @@ body {
|
|
|
width: 375px;
|
|
|
height: 500px;
|
|
|
background: #fafafa;
|
|
|
- border-radius: 11px;
|
|
|
overflow: hidden;
|
|
|
box-sizing: border-box;
|
|
|
- border: 1px solid #DCDCDC;
|
|
|
font-family: "SF Pro Display";
|
|
|
font-style: normal;
|
|
|
|