BUG 28036
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user