Przeglądaj źródła

推荐人为0

1
mo 3 lat temu
rodzic
commit
1698593a86
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      src/views/organManager/organOperation.vue

+ 6 - 0
src/views/organManager/organOperation.vue

@@ -72,11 +72,17 @@ export default {
         this.config = { ...con }
         this.config = { ...con }
         this.productInfo = productInfo
         this.productInfo = productInfo
         this.info = { ...other, theme, themeColor, corporateChops, corporateFinanceChops }
         this.info = { ...other, theme, themeColor, corporateChops, corporateFinanceChops }
+        if(!this.info.recommender || this.info.recommender==0){
+          this.info.recommender = null
+        }
         this.productInfo.payState = this.info.payState
         this.productInfo.payState = this.info.payState
       } catch(e) {}
       } catch(e) {}
     }else {
     }else {
       if(this.$route.query){
       if(this.$route.query){
         this.info = {...this.$route.query}
         this.info = {...this.$route.query}
+           if(!this.info.recommender || this.info.recommender==0){
+          this.info.recommender = null
+        }
         // this.info.logo= null
         // this.info.logo= null
       }
       }
     }
     }