diff --git a/pages/activity/DargainDetails/index.vue b/pages/activity/DargainDetails/index.vue index 728efcd..028ad76 100644 --- a/pages/activity/DargainDetails/index.vue +++ b/pages/activity/DargainDetails/index.vue @@ -274,7 +274,7 @@ export default { }, 500); }, methods: { - //参与砍价 + //参与砍价 goParticipate() { if (this.bargainPartake === this.userInfo.uid) this.getBargainStart(); else this.getBargainStartUser(); @@ -562,7 +562,7 @@ export default {