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