From 7268190873daa36904286a66268fe2c3d5e765f1 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Mon, 27 May 2024 16:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=BB=93=E6=9D=9F=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/checkBtn.vue | 5 +- src/components/errorDialog/errorDialog.vue | 2 +- src/components/errorDialog/index.js | 3 + src/utils/webapi.js | 10 + src/views/home/boxBtm.vue | 119 ++++---- src/views/home/calenView.vue | 14 +- src/views/home/gameCheckBtn.vue | 53 ++-- src/views/home/gameQuest.vue | 17 +- src/views/home/helpDialog.vue | 53 ++-- src/views/home/index.vue | 315 +++++++++++---------- src/views/home/nftCheckBtn.vue | 95 ++++--- src/views/home/nftPartner.vue | 53 ++-- src/views/home/turntableView.vue | 7 +- 13 files changed, 418 insertions(+), 328 deletions(-) diff --git a/src/components/checkBtn.vue b/src/components/checkBtn.vue index abad9d7..cb082f5 100644 --- a/src/components/checkBtn.vue +++ b/src/components/checkBtn.vue @@ -13,7 +13,8 @@ export default { props: { title: String, time: String, - itemData: Object + itemData: Object, + activityData: Object, }, data() { return { @@ -24,6 +25,8 @@ export default { }, methods: { async beginAction() { + console.log(this.activityData,'----') + return try { let { errcode, errmsg, data } = await apiCheckActivity( this.itemData.id diff --git a/src/components/errorDialog/errorDialog.vue b/src/components/errorDialog/errorDialog.vue index 040fbc4..fa5e8ed 100644 --- a/src/components/errorDialog/errorDialog.vue +++ b/src/components/errorDialog/errorDialog.vue @@ -13,7 +13,7 @@
-
{{message}}
+
{{}}
Confirm
+{{ item.score }} @@ -153,7 +153,7 @@