From 2a1e2d2a5c1f243b0efa683f3e7744128dcf4b62 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 4 Mar 2022 11:06:35 +0800 Subject: [PATCH] BUG 28036 --- src/mods/party/AppThreeSessions/threeSessionsDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/party/AppThreeSessions/threeSessionsDetail.vue b/src/mods/party/AppThreeSessions/threeSessionsDetail.vue index fc7a2ac..a0c996f 100644 --- a/src/mods/party/AppThreeSessions/threeSessionsDetail.vue +++ b/src/mods/party/AppThreeSessions/threeSessionsDetail.vue @@ -151,7 +151,7 @@ export default { signMeeting() { this.$instance.post(`/app/appthreemeetinguser/signByMeetingIdAndUserIdForWX?meetingId=${this.data.id}&userId=${this.user.partyId}`, null, {}).then(res => { if (res.code == 0) { - this.$toast('签到成功') + this.$u.toast('签到成功') this.getDetailInfo() this.signStatus = 1 uni.$emit('updateList')