BUG 26001
This commit is contained in:
		@@ -176,11 +176,12 @@ export default {
 | 
			
		||||
    },
 | 
			
		||||
    submit() {
 | 
			
		||||
      this.$http.post(`app/appcommunityhouseinfo/update`, this.houseInfo).then(res => {
 | 
			
		||||
        if (res.code == 0) {
 | 
			
		||||
          this.$u.toast('提交成功')
 | 
			
		||||
          setTimeout(() => {
 | 
			
		||||
            uni.navigateBack({})
 | 
			
		||||
          }, 600)
 | 
			
		||||
        if (res?.code == 0) {
 | 
			
		||||
          uni.navigateBack({
 | 
			
		||||
            success: () => {
 | 
			
		||||
              this.$u.toast('提交成功')
 | 
			
		||||
            }
 | 
			
		||||
          })
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user