bug
This commit is contained in:
		@@ -149,9 +149,7 @@ import { mapActions, mapState } from 'vuex'
 | 
			
		||||
 | 
			
		||||
      getInfo () {
 | 
			
		||||
        this.$loading()
 | 
			
		||||
        this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`, null, {
 | 
			
		||||
          // withoutToken: true
 | 
			
		||||
        }).then(res => {
 | 
			
		||||
        this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`).then(res => {
 | 
			
		||||
          if (res.code === 0) {
 | 
			
		||||
            this.info = res.data
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user