res.data=3
This commit is contained in:
		@@ -70,7 +70,7 @@ export default {
 | 
			
		||||
      }).then(res => {
 | 
			
		||||
        if (res.code == 0) {
 | 
			
		||||
          this.$store.dispatch('getUserInfo')
 | 
			
		||||
          if (res.data == 2 || res.data == 0) {
 | 
			
		||||
          if (res.data == 3 || res.data == 0) {
 | 
			
		||||
            uni.redirectTo({url: `./partyAuthApply`})
 | 
			
		||||
          } else {
 | 
			
		||||
            uni.redirectTo({url: "./partyAuthSuccess"})
 | 
			
		||||
 
 | 
			
		||||
@@ -88,7 +88,7 @@ export default {
 | 
			
		||||
    //   }
 | 
			
		||||
    // },
 | 
			
		||||
    process() {
 | 
			
		||||
      const list = this.info.processList
 | 
			
		||||
      const list = this.info?.processList
 | 
			
		||||
      if (this.evaluation.id) {
 | 
			
		||||
        const {id, createUserName, score, createTime: doTime, rateText: doExplain} = this.evaluation
 | 
			
		||||
        list.splice(0, 0, {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user