25939
This commit is contained in:
		@@ -78,6 +78,11 @@ export default {
 | 
				
			|||||||
    this.$dict.load(['villageActivityStatus']).then(() => {
 | 
					    this.$dict.load(['villageActivityStatus']).then(() => {
 | 
				
			||||||
      this.getList()
 | 
					      this.getList()
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    uni.$on('updateList', () => {
 | 
				
			||||||
 | 
					      this.current = 1
 | 
				
			||||||
 | 
					      this.getList()
 | 
				
			||||||
 | 
					    })
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  onShow() {
 | 
					  onShow() {
 | 
				
			||||||
    document.title = '居民活动'
 | 
					    document.title = '居民活动'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,7 @@
 | 
				
			|||||||
          <div class="right">
 | 
					          <div class="right">
 | 
				
			||||||
            <img :src="user.avatar" alt="" v-if="user.avatar" />
 | 
					            <img :src="user.avatar" alt="" v-if="user.avatar" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <span>{{ user.name }}</span>
 | 
					            <span>{{ detail.contactPerson }}</span>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -146,10 +146,6 @@ export default {
 | 
				
			|||||||
    uni.$on('refresh', () => {
 | 
					    uni.$on('refresh', () => {
 | 
				
			||||||
      this.getListInit()
 | 
					      this.getListInit()
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
 | 
					 | 
				
			||||||
    uni.$on('updateList', () => {
 | 
					 | 
				
			||||||
      this.getDetail()
 | 
					 | 
				
			||||||
    })
 | 
					 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  onShow() {
 | 
					  onShow() {
 | 
				
			||||||
    document.title = '活动报名'
 | 
					    document.title = '活动报名'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user