diff --git a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js
index ba88093a..6ae229c8 100644
--- a/pc4mobx/hrmSalary/pages/mobilePayroll/index.js
+++ b/pc4mobx/hrmSalary/pages/mobilePayroll/index.js
@@ -175,7 +175,30 @@ export default class MobilePayroll extends React.Component {
const { mySalaryStore: { clearLoading, pwdForm } } = this.props;
const { mySalaryBillData, visible, captchaVisible, notSetting, pwdSetVisible } = this.state;
const type = getQueryString("type");
- if (_.isEmpty(toJS(this.props.mySalaryStore.mySalaryBill))) return
;
+ if (_.isEmpty(toJS(this.props.mySalaryStore.mySalaryBill))) return
+
this.setState({ visible: false }, () => clearLoading())}
+ title="请输入二次验证密码" visible={visible} initLoadCss
+ className="verifyWrapper"
+ hasScroll buttons={[
+
+ ]}
+ >
+
+ this.setState({ authCode })}/>
+
+ {
+ notSetting &&
+
+ }
+
+
this.setState({ pwdSetVisible: false })}/>
+ ;
const {
salaryTemplate, salaryGroups, employeeInformation,
sendTime, confirmStatus
@@ -187,28 +210,6 @@ export default class MobilePayroll extends React.Component {
};
return (
- this.setState({ visible: false }, () => clearLoading())}
- title="请输入二次验证密码" visible={visible} initLoadCss
- className="verifyWrapper"
- hasScroll buttons={[
-
- ]}
- >
-
- this.setState({ authCode })}/>
-
- {
- notSetting &&
-
- }
-
- this.setState({ pwdSetVisible: false })}/>
{
type === "phone" ?