liting2017 лет назад: 6
Родитель
Сommit
43461a72b1

+ 1 - 1
js/component/account/business/businessForm.jsx

@@ -418,7 +418,7 @@ const DemandDetailForm = Form.create()(
 						message.success('提交预览请求成功,即将跳转预览页面');
 						setTimeout(()=>{
 							window.open(globalConfig.context+'/portal/service/patentDetail?id='+this.state.id)
-						},2000)
+						},1000)
 					} else {
 						message.warning(data.error[0].message);
 					}

+ 1 - 0
js/component/account/setAccount/account.jsx

@@ -180,6 +180,7 @@ class Account extends React.Component {
 							break;
 					}
 					this.loadData();
+					document.onkeydown={};
 				} else {
 					message.warning(data.error[0].message);
 				}

+ 5 - 1
js/component/account/setAccount/expert.jsx

@@ -30,6 +30,7 @@ import { splitUrl,getAuthState,getAdviserType  } from '@/tools.js';
 const FormItem = Form.Item;
 const monthFormat = 'YYYY/MM';
 //图片组件
+
 const PicturesWall = React.createClass({
 	getInitialState() {
 		return {
@@ -281,7 +282,10 @@ const Expert = React.createClass({
 					if(this.state.authentication){
 						message.success((this.state.auditStatus=='0'||this.state.auditStatus=='3')&&(this.state.headPortraitUrl).length?'认证审核提交成功,请耐心等待。':'保存成功')
 					}else{
-						message.success('个人认证成功。')
+						message.success('个人认证成功,2秒后跳转个人中心首页。')
+						setTimeout(()=>{
+							window.location.href= globalConfig.context+'/user/account/index.html'
+						},2000)   
 					}
                     this.loadInformation();
                 } else {

+ 1 - 0
js/component/administration/business/businessCategory.jsx

@@ -95,6 +95,7 @@ const BusinessCategory=Form.create()(React.createClass({
                             superId:thisdata.superId,
                             layerName: thisdata.layerName,//品类层级
                             superNameId: thisdata.superId,//上级品类
+                            superName:thisdata.superName
                         });
                     };
                     this.state.pagination.current = data.data.pageNo;