|
@@ -24,7 +24,7 @@
|
|
|
</div>
|
|
|
<div class="footer">
|
|
|
<!-- 领取到钱了 -->
|
|
|
- <template v-if="Number(state.detail.amountUsdValue) > 0">
|
|
|
+ <template v-if="Number(state.detail.receiveAmountUsdValue) > 0">
|
|
|
<div class="btn btn1" @click="clickDone">
|
|
|
<img :src="require('@/assets/svg/icon-wallet-success.svg')" alt />
|
|
|
<span>Wallet</span>
|
|
@@ -73,7 +73,7 @@ const logFunc = (log = {}) => {
|
|
|
postId: state.postId
|
|
|
}, log)
|
|
|
|
|
|
- if (Number(state.detail.amountUsdValue) > 0) {
|
|
|
+ if (Number(state.detail.receiveAmountUsdValue) > 0) {
|
|
|
log.pageSource = Report.pageSource.received_success_page
|
|
|
}
|
|
|
Report.reportLog(log)
|