|
@@ -200,7 +200,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <get-more></get-more>
|
|
|
+ <get-more :reportData="{pageSource: Report.pageSource.received_success_page,
|
|
|
+ postId: state.postId
|
|
|
+ }"></get-more>
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -347,7 +349,10 @@
|
|
|
<img :src="require('@/assets/svg/icon-win-time.svg')" alt />
|
|
|
<span>{{ state.count_down_time || '' }}</span>
|
|
|
</div>
|
|
|
- <get-more :style_type="2"></get-more>
|
|
|
+ <get-more :style_type="2"
|
|
|
+ :reportData="{pageSource: Report.pageSource.waitingLotteryPage,
|
|
|
+ postId: state.postId
|
|
|
+ }"></get-more>
|
|
|
<div class="notification_switch" v-if="state.notification_show">
|
|
|
<span>Announcement Notification</span>
|
|
|
<a-switch v-model:checked="state.notification_switch" @change="changeNotification" />
|
|
@@ -404,7 +409,10 @@
|
|
|
<img :src="require('@/assets/svg/icon-error.svg')" alt />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <get-more v-if="state.close_status != '等待结果'"></get-more>
|
|
|
+ <get-more :reportData="{
|
|
|
+ pageSource: Report.pageSource.missingLotteryPage,
|
|
|
+ postId: state.postId
|
|
|
+ }" v-if="state.close_status != '等待结果'"></get-more>
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -961,7 +969,7 @@ async function clickFollowAll(item, is_all) {
|
|
|
arr_name.push(item[i])
|
|
|
}
|
|
|
}
|
|
|
- // ----
|
|
|
+ // ----
|
|
|
state.detail.finishTaskTypeV2 = state.detail.finishTaskTypeV2.toString() || ''
|
|
|
if (state.window_origin.indexOf('facebook.com') >= 0) {
|
|
|
state.detail.finishTaskTypeV2 = '2'
|
|
@@ -1276,7 +1284,7 @@ const handleStatusPage = () => {
|
|
|
state.detail.taskCondition = JSON.parse(state.detail.taskCondition)
|
|
|
// 如果 任务完成状态 = 未完成 & 红包状态 = 进行中
|
|
|
if (state.detail.myReceived.taskFinishStatus == 0 && state.detail.status == 1) {
|
|
|
- // 显示任务未完成页面
|
|
|
+ // 显示任务未完成页面
|
|
|
showOpenedPage()
|
|
|
if (state.process_mode != 'production') {
|
|
|
getValidity()
|
|
@@ -1309,7 +1317,7 @@ const handleStatusPage = () => {
|
|
|
if (state.detail.status == 1) {
|
|
|
// 显示未打开页面
|
|
|
showNotOpenPage()
|
|
|
- // 否则
|
|
|
+ // 否则
|
|
|
} else {
|
|
|
// 显示已经过期页面
|
|
|
showCloseEndTimePage()
|
|
@@ -1322,7 +1330,7 @@ const handleStatusPage = () => {
|
|
|
if (state.detail.status == 1) {
|
|
|
// 如果 过了红包的领取截止时间 = true
|
|
|
if (state.detail.receiveTimeExpired) {
|
|
|
- // 显示过期页面
|
|
|
+ // 显示过期页面
|
|
|
showCloseEndTimePage()
|
|
|
showCloseEndTimePageReport()
|
|
|
// 如果 过了红包的领取截止时间 = false
|
|
@@ -1460,7 +1468,7 @@ const doTaskReport = (req, sender) => {
|
|
|
case 'like':
|
|
|
event_type = 2
|
|
|
state.done.like = req.task_done
|
|
|
- //
|
|
|
+ //
|
|
|
if (!req.task_done && req.do_type == 'api') {
|
|
|
window.open(`https://twitter.com/intent/like?tweet_id=${state.tweetId}`)
|
|
|
}
|
|
@@ -2228,7 +2236,7 @@ function openInviteUrl() {
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
-
|
|
|
+
|
|
|
<style lang="scss" scoped>
|
|
|
html,
|
|
|
body {
|