BUG 28036
This commit is contained in:
		@@ -151,7 +151,7 @@ export default {
 | 
				
			|||||||
    signMeeting() {
 | 
					    signMeeting() {
 | 
				
			||||||
      this.$instance.post(`/app/appthreemeetinguser/signByMeetingIdAndUserIdForWX?meetingId=${this.data.id}&userId=${this.user.partyId}`, null, {}).then(res => {
 | 
					      this.$instance.post(`/app/appthreemeetinguser/signByMeetingIdAndUserIdForWX?meetingId=${this.data.id}&userId=${this.user.partyId}`, null, {}).then(res => {
 | 
				
			||||||
        if (res.code == 0) {
 | 
					        if (res.code == 0) {
 | 
				
			||||||
          this.$toast('签到成功')
 | 
					          this.$u.toast('签到成功')
 | 
				
			||||||
          this.getDetailInfo()
 | 
					          this.getDetailInfo()
 | 
				
			||||||
          this.signStatus = 1
 | 
					          this.signStatus = 1
 | 
				
			||||||
          uni.$emit('updateList')
 | 
					          uni.$emit('updateList')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user