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 @@