25954
This commit is contained in:
		@@ -110,6 +110,19 @@ export default {
 | 
			
		||||
 | 
			
		||||
  mounted() {},
 | 
			
		||||
  methods: {
 | 
			
		||||
    getDetail() {
 | 
			
		||||
      this.$http.post(`/app/appvillageactivityinfo/queryDetailById?id=${this.id}`).then((res) => {
 | 
			
		||||
        if (res?.data) {
 | 
			
		||||
          // this.detail = res.data
 | 
			
		||||
          // if (this.detail) {
 | 
			
		||||
          //   if (this.detail.url) {
 | 
			
		||||
          //     this.detail.url = JSON.parse(res.data.url || '[]')
 | 
			
		||||
          //   }
 | 
			
		||||
          // }
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    submit() {
 | 
			
		||||
      if (this.flag) return
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user