|
@@ -72,11 +72,17 @@ export default {
|
|
|
this.config = { ...con }
|
|
|
this.productInfo = productInfo
|
|
|
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
|
|
|
} catch(e) {}
|
|
|
}else {
|
|
|
if(this.$route.query){
|
|
|
this.info = {...this.$route.query}
|
|
|
+ if(!this.info.recommender || this.info.recommender==0){
|
|
|
+ this.info.recommender = null
|
|
|
+ }
|
|
|
// this.info.logo= null
|
|
|
}
|
|
|
}
|