|
@@ -3,7 +3,7 @@
|
|
|
<all-receive-list v-if="state.page_show == '总邀请者页'"></all-receive-list>
|
|
|
<div v-show="state.page_show != '总邀请者页'">
|
|
|
<!-- 邀请页 -->
|
|
|
- <div class="area-process" v-show-log="state.log_invite_show">
|
|
|
+ <div class="area-process">
|
|
|
<div class="area1">
|
|
|
<v-head :left-data="state.detail.postUserInfo || null" :rightData="state.detail.remainAmountUsdValue">
|
|
|
</v-head>
|
|
@@ -57,6 +57,7 @@ state.tabs = [{
|
|
|
}]
|
|
|
|
|
|
onMounted(() => {
|
|
|
+ Report.reportLog(state.log_invite_show)
|
|
|
if (state.timer) {
|
|
|
return
|
|
|
}
|