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')