bug
This commit is contained in:
		@@ -85,7 +85,7 @@
 | 
			
		||||
      ...mapState(['user', 'token']),
 | 
			
		||||
 | 
			
		||||
      topic () {
 | 
			
		||||
        return this.topicList.filter((v, index) => index < 8)
 | 
			
		||||
        return this.topicList.filter((v, index) => index < 7)
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
@@ -109,7 +109,6 @@
 | 
			
		||||
      ...mapActions(['autoLogin']),
 | 
			
		||||
 | 
			
		||||
      previewImage (url, files) {
 | 
			
		||||
        console.log(url, files)
 | 
			
		||||
        uni.previewImage({
 | 
			
		||||
          current: url,
 | 
			
		||||
          urls: files.map(v => v.url)
 | 
			
		||||
@@ -117,7 +116,6 @@
 | 
			
		||||
      },
 | 
			
		||||
 | 
			
		||||
      onBtnClick (e) {
 | 
			
		||||
        console.log(e)
 | 
			
		||||
      },
 | 
			
		||||
 | 
			
		||||
      getMyPublishCount () {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user