邻里互助 去参与按钮
This commit is contained in:
		@@ -7,7 +7,7 @@ div<template>
 | 
			
		||||
          <h3>{{ info.createUserName }}</h3>
 | 
			
		||||
          <span v-if="info.publishDepartName">{{ info.publishDepartName }}</span>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="top-btn" v-if="info.integralTaskId && info.integralTaskInfo.status != 2" @click="toTask">去参与</div>
 | 
			
		||||
        <div class="top-btn" v-if="info.integralTaskId && info.integralTaskInfo.status != 2 && info.showSignBtn" @click="toTask">去参与</div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="item-content">
 | 
			
		||||
        <span v-if="name" @click="toTopic('./TopicDetail?themeId=' + themeId + '&name=' + name)">#【{{ name }}】</span>
 | 
			
		||||
@@ -254,7 +254,6 @@ div<template>
 | 
			
		||||
        }).then(res => {
 | 
			
		||||
          if (res.code === 0) {
 | 
			
		||||
            this.info = res.data
 | 
			
		||||
 | 
			
		||||
            this.pageShow = true
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -93,9 +93,19 @@ export default {
 | 
			
		||||
    ...mapState(['user']),
 | 
			
		||||
  },
 | 
			
		||||
  onLoad() {
 | 
			
		||||
 | 
			
		||||
    this.getList()
 | 
			
		||||
  },
 | 
			
		||||
  methods: {
 | 
			
		||||
    getListInit() {
 | 
			
		||||
 | 
			
		||||
    },
 | 
			
		||||
    getList() {
 | 
			
		||||
      this.$instance.post(`/app/appintegralsupermarketgoods/list`).then(res => {
 | 
			
		||||
        if (res.code === 0) {
 | 
			
		||||
          
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
    changeTab(index) {
 | 
			
		||||
      this.currentTabs = index
 | 
			
		||||
      // this.getListInit()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user