@ -55,8 +55,6 @@ var es_radio = __webpack_require__(5112);
var es _button = _ _webpack _require _ _ ( 3113 ) ;
// EXTERNAL MODULE: ./src/utils/util.tsx
var util = _ _webpack _require _ _ ( 27627 ) ;
// EXTERNAL MODULE: ./src/assets/images/account/auth.png
var auth = _ _webpack _require _ _ ( 98814 ) ;
// EXTERNAL MODULE: ./src/utils/env.ts + 1 modules
var env = _ _webpack _require _ _ ( 15309 ) ;
; // CONCATENATED MODULE: ./src/pages/Account/Certification/components/index.less?modules
@ -79,11 +77,10 @@ var _excluded = ["user", "account", "globalSetting", "loading", "dispatch"];
var Dragger = upload /* default */ . Z . Dragger ;
var MAX _NAME _LENGTH = 20 ;
var RealNameAuthModal = function RealNameAuthModal ( _ref ) {
var _ globalSetting$settin ;
var _ account$basicInfo2, _account$basicInfo3 , _account$basicInfo4 ;
var user = _ref . user ,
account = _ref . account ,
globalSetting = _ref . globalSetting ,
@ -124,7 +121,8 @@ var RealNameAuthModal = function RealNameAuthModal(_ref) {
var basicInfo = account . basicInfo ;
var formData = {
name : basicInfo . show _realname ? basicInfo . name : ( 0 , util /* getHiddenName */ . YA ) ( basicInfo . name ) ,
gender : basicInfo . gender
gender : basicInfo . gender ,
idNumber : ( basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo . identity ) == 'student' ? basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo . student _id : basicInfo === null || basicInfo === void 0 ? void 0 : basicInfo . staff _id
} ;
setRealName ( basicInfo . name ) ;
setShowRealName ( basicInfo . show _realname ) ;
@ -167,15 +165,11 @@ var RealNameAuthModal = function RealNameAuthModal(_ref) {
return regeneratorRuntime _default ( ) ( ) . wrap ( function _callee$ ( _context ) {
while ( 1 ) switch ( _context . prev = _context . next ) {
case 0 :
_ref3 = values || { } , name = _ref3 . name , gender = _ref3 . gender , id _number = _ref3 . idNumber ;
if ( image ) {
_context . next = 4 ;
break ;
}
message /* default */ . ZP . info ( '请先上传照片!' ) ;
return _context . abrupt ( "return" ) ;
case 4 :
_context . next = 6 ;
_ref3 = values || { } , name = _ref3 . name , gender = _ref3 . gender , id _number = _ref3 . idNumber ; // if (!image) {
// message.info('请先上传照片!');
// return;
// }
_context . next = 3 ;
return dispatch ( {
type : 'account/applyRealNameAuth' ,
payload : {
@ -183,18 +177,18 @@ var RealNameAuthModal = function RealNameAuthModal(_ref) {
name : name ,
gender : gender ,
id _number : id _number ,
show _realname : showRealName ,
attachment _ids : [ fileId ]
show _realname : showRealName
// attachment_ids: [fileId]
}
} ) ;
case 6 :
case 3 :
res = _context . sent ;
if ( ! ( ( res === null || res === void 0 ? void 0 : res . status ) === - 1 ) ) {
_context . next = 9 ;
_context . next = 6 ;
break ;
}
return _context . abrupt ( "return" ) ;
case 9 :
case 6 :
handleClose ( ) ;
if ( res ) {
message /* default */ . ZP . info ( "申请已提交,请等待审核!" ) ;
@ -205,7 +199,7 @@ var RealNameAuthModal = function RealNameAuthModal(_ref) {
}
} ) ;
}
case 11 :
case 8 :
case "end" :
return _context . stop ( ) ;
}
@ -308,71 +302,18 @@ var RealNameAuthModal = function RealNameAuthModal(_ref) {
} ) ]
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( es _form /* default */ . Z . Item , {
label : "\u8BC1\u4EF6\u53F7\uFF1A" ,
label : ( ( _account$basicInfo2 = account . basicInfo ) === null || _account$basicInfo2 === void 0 ? void 0 : _account$basicInfo2 . identity ) == 'student' ? '学号' : '工号' ,
labelCol : {
span : 3
} ,
name : "idNumber" ,
rules : [ {
required : true ,
message : '请输入证件号'
message : "\u8BF7\u8F93\u5165" . concat ( ( ( _account$basicInfo3 = account . basicInfo ) === null || _account$basicInfo3 === void 0 ? void 0 : _account$basicInfo3 . identity ) == 'student' ? '学号' : '工号' )
} ] ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( input /* default */ . Z , {
size : "large" ,
placeholder : "\u8BF7\u8F93\u5165\u8BC1\u4EF6\u53F7"
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( es _form /* default */ . Z . Item , {
label : "\u8EAB\u4EFD\u8BC1\u4E0A\u4F20" ,
labelCol : {
span : 3
} ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "div" , {
className : componentsmodules . flexRow ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "div" , {
className : "" . concat ( componentsmodules . flexColumn , " " ) . concat ( componentsmodules . example ) ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "span" , {
className : componentsmodules . exampleImg ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "img" , {
src : auth
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "span" , {
className : "tc" ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "\u793A\u4F8B\u56FE\u7247"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
className : "" . concat ( componentsmodules . colorOrange , " font12" ) ,
children : "\uFF08png/jpg/bmp\u683C\u5F0F\uFF0C\u4E0D\u8D85\u8FC72MB\uFF09"
} ) ]
} ) ]
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "div" , {
className : componentsmodules . flexColumn ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( Dragger , objectSpread2 _default ( ) ( objectSpread2 _default ( ) ( { } , uploadProps ) , { } , {
accept : ".png,.jpg,.bmp,.jpeg" ,
children : image ? /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "img" , {
src : image ,
className : componentsmodules . uploadImg
} ) : /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "div" , {
className : componentsmodules . imageTip ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "i" , {
className : "iconfont icon-cuban2shangchuanyunduan " . concat ( componentsmodules . uploadTipIcon )
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
className : componentsmodules . uploadTip ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "a" , {
className : componentsmodules . color05101a ,
children : "\u70B9\u51FB\u6216\u62D6\u62FD\u4E0A\u4F20\u56FE\u7247"
} )
} ) ]
} )
} ) ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "span" , {
className : "tc" ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
className : componentsmodules . viewLargerImg ,
children : "\u67E5\u770B\u5927\u56FE"
} )
} ) ]
} ) ]
placeholder : "\u8BF7\u8F93\u5165" . concat ( ( ( _account$basicInfo4 = account . basicInfo ) === null || _account$basicInfo4 === void 0 ? void 0 : _account$basicInfo4 . identity ) == 'student' ? '学号' : '工号' )
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "div" , {
className : componentsmodules . footerWrap ,
@ -395,19 +336,7 @@ var RealNameAuthModal = function RealNameAuthModal(_ref) {
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "\u8BA4\u8BC1\u987B\u77E5\uFF1A"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "1.\u4F60\u9700\u8981\u51C6\u5907\u6709\u6548\u7684\u8EAB\u4EFD\u8BC1\u6B63\u9762\uFF08\u4EBA\u50CF\u9762\uFF09\u7684\u8BC1\u4EF6\u7167\u7167\u7247\uFF0C\u8BF7\u786E\u4FDD\u8BC1\u4EF6\u7167\u7247\u6E05\u6670\u53EF\u89C1\uFF0C\u4E25\u7981PS\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "2.\u6211\u4EEC\u5C06\u5728\u4F60\u63D0\u4EA4\u8BA4\u8BC1\u4FE1\u606F\u540E\u768424\u5C0F\u65F6\uFF08\u4E0D\u5305\u542B\u8282\u5047\u65E5\uFF09\u5185\u5B8C\u6210\u5BA1\u6838\uFF0C\u5BA1\u6838\u7ED3\u679C\u5C06\u4F1A\u4EE5\u7CFB\u7EDF\u6D88\u606F\u7684\u5F62\u5F0F\u53D1\u9001\u7ED9\u4F60\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "3.\u5B9E\u540D\u8BA4\u8BC1\u5BA1\u6838\u5B8C\u6210\u540E\uFF0C\u65E0\u6CD5\u5220\u9664\uFF0C\u8BF7\u8C28\u614E\u586B\u5199\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "4.\u5B9E\u540D\u8BA4\u8BC1\u5BA1\u6838\u5B8C\u6210\u540E\uFF0C\u7CFB\u7EDF\u5C06\u81EA\u52A8\u53D1\u653E500\u4E2A\u91D1\u5E01\u4F5C\u4E3A\u5956\u52B1\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "5.\u6211\u4EEC\u4F1A\u786E\u4FDD\u4F60\u6240\u63D0\u4F9B\u7684\u4FE1\u606F\u5747\u5904\u4E8E\u4E25\u683C\u7684\u4FDD\u5BC6\u72B6\u6001\uFF0C\u4E0D\u4F1A\u6CC4\u9732\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "p" , {
children : [ "6.\u5982\u5B58\u5728\u6076\u610F\u4E71\u586B\u5199\u59D3\u540D\uFF0C\u8BC1\u4EF6\u53F7\uFF0C\u53CA\u4E0A\u4F20\u4E0E\u5B9E\u540D\u8BA4\u8BC1\u8BC1\u4EF6\u65E0\u5173\u56FE\u7247\u8005\uFF0C\u4E00\u7ECF\u53D1\u73B0\u5C06\u51BB\u7ED3" , ! ( globalSetting !== null && globalSetting !== void 0 && ( _globalSetting$settin = globalSetting . setting ) !== null && _globalSetting$settin !== void 0 && _globalSetting$settin . is _local ) && 'EduCoder' , "\u8D26\u53F7\u3002" ]
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "7.\u63D0\u4EA4\u5B9E\u540D\u8BA4\u8BC1\u540E\u7CFB\u7EDF\u4F1A\u81EA\u52A8\u5C06\u72B6\u6001\u6539\u4E3A\u5DF2\u8BA4\u8BC1\uFF0C\u4F60\u5C06\u53EF\u4EE5\u4F53\u9A8C\u5E73\u53F0\u9700\u8981\u5B9E\u540D\u8BA4\u8BC1\u7684\u529F\u80FD\uFF1B\u5982\u679C\u5728\u8BA4\u8BC1\u540E\u7684\u4F7F\u7528\u8FC7\u7A0B\u4E2D\u672A\u901A\u8FC7\u5BA1\u6838\uFF0C\u4F60\u5C06\u4E0D\u80FD\u7EE7\u7EED\u4F53\u9A8C\u9700\u8981\u8BA4\u8BC1\u7684\u529F\u80FD\u3002"
children : "\u63D0\u4EA4\u5B9E\u540D\u8BA4\u8BC1\u540E\u7CFB\u7EDF\u4F1A\u81EA\u52A8\u5C06\u72B6\u6001\u6539\u4E3A\u5DF2\u8BA4\u8BC1\uFF0C\u4F60\u5C06\u53EF\u4EE5\u4F53\u9A8C\u5E73\u53F0\u9700\u8981\u5B9E\u540D\u8BA4\u8BC1\u7684\u529F\u80FD\uFF08\u4F8B\u5982\u53D1\u5E16\u8BC4\u8BBA\u7B49\uFF09\uFF1B\u5982\u679C\u5728\u8BA4\u8BC1\u540E\u7684\u4F7F\u7528\u8FC7\u7A0B\u4E2D\u672A\u901A\u8FC7\u5BA1\u6838\uFF0C\u4F60\u5C06\u4E0D\u80FD\u7EE7\u7EED\u4F53\u9A8C\u9700\u8981\u8BA4\u8BC1\u7684\u529F\u80FD\u3002"
} ) ]
} ) ]
} )
@ -440,8 +369,6 @@ var auto_complete = __webpack_require__(88522);
var AppplySchoolModal = _ _webpack _require _ _ ( 46143 ) ;
// EXTERNAL MODULE: ./src/pages/Account/components/AppplyDepartmentModal/index.tsx + 1 modules
var AppplyDepartmentModal = _ _webpack _require _ _ ( 33731 ) ;
// EXTERNAL MODULE: ./src/assets/images/account/job.png
var job = _ _webpack _require _ _ ( 51941 ) ;
; // CONCATENATED MODULE: ./src/pages/Account/Certification/components/ProfessionalAuthModal.tsx
@ -460,11 +387,10 @@ var ProfessionalAuthModal_excluded = ["user", "account", "globalSetting", "loadi
var Option = es _select [ "default" ] . Option ;
var ProfessionalAuthModal _Dragger = upload /* default */ . Z . Dragger ;
var ProfessionalAuthModal = function ProfessionalAuthModal ( _ref ) {
var _account$basicInfo3 , _ globalSetting$settin, _ schoolList$find3;
var _account$basicInfo3 , _ schoolList$find3;
var user = _ref . user ,
account = _ref . account ,
globalSetting = _ref . globalSetting ,
@ -583,7 +509,8 @@ var ProfessionalAuthModal = function ProfessionalAuthModal(_ref) {
department : basicInfo . department _name ,
studentNo : basicInfo . student _id ,
jobTitle : basicInfo . identity == "teacher" ? basicInfo . technical _title : "教授" ,
manager : basicInfo . identity == "professional" ? basicInfo . technical _title : "企业管理者"
manager : basicInfo . identity == "professional" ? basicInfo . technical _title : "企业管理者" ,
staff _id : basicInfo . staff _id
} ;
form . setFieldsValue ( formData ) ;
setFormValue ( formData ) ;
@ -706,18 +633,14 @@ var ProfessionalAuthModal = function ProfessionalAuthModal(_ref) {
var handleFinish = /*#__PURE__*/ function ( ) {
var _ref6 = asyncToGenerator _default ( ) ( /*#__PURE__*/ regeneratorRuntime _default ( ) ( ) . mark ( function _callee5 ( values ) {
var _schoolList$find2 , _departmentList$find , _account$basicInfo4 , _user$userInfo ;
var _ref7 , school , department , identity , studentNo , jobTitle , manager , s chool_id , department _id , extra , res , _user$userInfo2 ;
var _ref7 , school , department , identity , studentNo , jobTitle , manager , s taff_id , s chool_id , department _id , extra , res , _user$userInfo2 ;
return regeneratorRuntime _default ( ) ( ) . wrap ( function _callee5$ ( _context5 ) {
while ( 1 ) switch ( _context5 . prev = _context5 . next ) {
case 0 :
_ref7 = values || { } , school = _ref7 . school , department = _ref7 . department , identity = _ref7 . identity , studentNo = _ref7 . studentNo , jobTitle = _ref7 . jobTitle , manager = _ref7 . manager ;
if ( image ) {
_context5 . next = 4 ;
break ;
}
message /* default */ . ZP . info ( '请先上传照片!' ) ;
return _context5 . abrupt ( "return" ) ;
case 4 :
_ref7 = values || { } , school = _ref7 . school , department = _ref7 . department , identity = _ref7 . identity , studentNo = _ref7 . studentNo , jobTitle = _ref7 . jobTitle , manager = _ref7 . manager , staff _id = _ref7 . staff _id ; // if (!image) {
// message.info('请先上传照片!');
// return;
// }
school _id = ( _schoolList$find2 = schoolList . find ( function ( item ) {
return item . name === school ;
} ) ) === null || _schoolList$find2 === void 0 ? void 0 : _schoolList$find2 . id ;
@ -731,7 +654,7 @@ var ProfessionalAuthModal = function ProfessionalAuthModal(_ref) {
} else {
extra = manager ;
}
_context5 . next = 9 ;
_context5 . next = 6 ;
return dispatch ( {
type : 'account/applyProfessionalAuth' ,
payload : {
@ -740,10 +663,11 @@ var ProfessionalAuthModal = function ProfessionalAuthModal(_ref) {
department _id : department _id ,
identity : identity ,
extra : extra ,
attachment _ids : [ fileId ]
staff _id : staff _id
// attachment_ids: [fileId]
}
} ) ;
case 9 :
case 6 :
res = _context5 . sent ;
handleClose ( ) ;
if ( res ) {
@ -756,7 +680,7 @@ var ProfessionalAuthModal = function ProfessionalAuthModal(_ref) {
}
} ) ;
}
case 12 :
case 9 :
case "end" :
return _context5 . stop ( ) ;
}
@ -990,55 +914,28 @@ var ProfessionalAuthModal = function ProfessionalAuthModal(_ref) {
} , key ) ;
} )
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( es _form /* default */ . Z . Item , {
label : "\u804C\u4E1A\u8BC1\u4E0A\u4F20" ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "div" , {
className : componentsmodules . flexRow ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "div" , {
className : "" . concat ( componentsmodules . flexColumn , " " ) . concat ( componentsmodules . example ) ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "span" , {
className : componentsmodules . exampleImg ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "img" , {
src : job
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "span" , {
className : "tc" ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "\u793A\u4F8B\u56FE\u7247"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
className : "" . concat ( componentsmodules . colorOrange , " font12" ) ,
children : "\uFF08png/jpg/bmp\u683C\u5F0F\uFF0C\u4E0D\u8D85\u8FC72MB\uFF09"
} ) ]
} ) ]
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "div" , {
className : componentsmodules . flexColumn ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( ProfessionalAuthModal _Dragger , objectSpread2 _default ( ) ( objectSpread2 _default ( ) ( { } , uploadProps ) , { } , {
accept : ".png,.jpg,.bmp,.jpeg" ,
children : image ? /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "img" , {
src : image ,
className : componentsmodules . uploadImg
} ) : /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "div" , {
className : componentsmodules . imageTip ,
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "i" , {
className : "iconfont icon-cuban2shangchuanyunduan " . concat ( componentsmodules . uploadTipIcon )
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
className : componentsmodules . uploadTip ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "a" , {
className : componentsmodules . color05101a ,
children : "\u70B9\u51FB\u6216\u62D6\u62FD\u4E0A\u4F20\u56FE\u7247"
} )
} ) ]
} )
} ) ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "span" , {
className : "tc" ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
className : componentsmodules . viewLargerImg ,
children : "\u67E5\u770B\u5927\u56FE"
} )
} ) ]
} ) ]
} ) , ( formValue . identity === 'teacher' || formValue . identity === 'professional' ) && /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( col /* default */ . Z , {
flex : 1 ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( es _form /* default */ . Z . Item , {
label : "\u5DE5\u53F7" ,
name : "staff_id" ,
labelCol : {
span : 4
} ,
rules : [ {
validator : function validator ( rule , value ) {
var chineseReg = /[\u4E00-\u9FA5]/g ;
if ( chineseReg . test ( value ) ) {
return Promise . reject ( '请勿输入中文字符' ) ;
}
return Promise . resolve ( ) ;
}
} ] ,
children : /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( input /* default */ . Z , {
className : componentsmodules . staffidInput ,
suffix : " " ,
size : "large"
} )
} )
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "div" , {
className : componentsmodules . footerWrap ,
@ -1061,19 +958,7 @@ var ProfessionalAuthModal = function ProfessionalAuthModal(_ref) {
children : [ /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "\u8BA4\u8BC1\u987B\u77E5\uFF1A"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "1.\u6839\u636E\u804C\u4E1A\u4E0A\u4F20\u76F8\u5E94\u7684\u8BC1\u4EF6\u7167\uFF1A\u6559\u5E08\uFF08\u6559\u5E08\u8BC1\uFF09\uFF0C\u4E13\u4E1A\u4EBA\u58EB\uFF08\u5458\u5DE5\u8BC1\uFF09\u3001\u5B66\u751F\uFF08\u5B66\u751F\u8BC1\uFF09\uFF0C\u8BF7\u786E\u4FDD\u8BC1\u4EF6\u7167\u5185\u5BB9\u5B8C\u6574\u5E76\u4E14\u6E05\u6670\u53EF\u89C1\uFF0C\u4E25\u7981PS\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "2.\u6211\u4EEC\u5C06\u5728\u4F60\u63D0\u4EA4\u804C\u4E1A\u8BC1\u4FE1\u606F\u540E\u768424\u5C0F\u65F6\uFF08\u4E0D\u5305\u542B\u8282\u5047\u65E5\uFF09\u5185\u5B8C\u6210\u5BA1\u6838\uFF0C\u5BA1\u6838\u7ED3\u679C\u5C06\u4F1A\u4EE5\u7CFB\u7EDF\u6D88\u606F\u7684\u5F62\u5F0F\u53D1\u9001\u7ED9\u4F60\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "3.\u804C\u4E1A\u8BA4\u8BC1\u5BA1\u6838\u5B8C\u6210\u540E\uFF0C\u65E0\u6CD5\u5220\u9664\uFF0C\u8BF7\u8C28\u614E\u586B\u5199\uFF1B\u804C\u4E1A\u53D8\u66F4\u8BF7\u9009\u62E9\u91CD\u65B0\u8BA4\u8BC1\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "4.\u804C\u4E1A\u8BA4\u8BC1\u5BA1\u6838\u5B8C\u6210\u540E\uFF0C\u7CFB\u7EDF\u5C06\u81EA\u52A8\u53D1\u653E500\u4E2A\u91D1\u5E01\u4F5C\u4E3A\u5956\u52B1\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "5.\u6211\u4EEC\u4F1A\u786E\u4FDD\u4F60\u6240\u63D0\u4F9B\u7684\u4FE1\u606F\u5747\u5904\u4E8E\u4E25\u683C\u7684\u4FDD\u5BC6\u72B6\u6001\uFF0C\u4E0D\u4F1A\u6CC4\u9732\uFF1B"
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsxs ) ( "p" , {
children : [ "6.\u5982\u5B58\u5728\u6076\u610F\u4E71\u586B\u5199\u59D3\u540D\uFF0C\u5B66\u53F7\uFF0C\u53CA\u4E0A\u4F20\u4E0E\u804C\u4E1A\u8BC1\u4EF6\u65E0\u5173\u56FE\u7247\u8005\uFF0C\u4E00\u7ECF\u53D1\u73B0\u5C06\u51BB\u7ED3" , ! ( globalSetting !== null && globalSetting !== void 0 && ( _globalSetting$settin = globalSetting . setting ) !== null && _globalSetting$settin !== void 0 && _globalSetting$settin . is _local ) && 'EduCoder' , "\u8D26\u53F7\u3002" ]
} ) , /*#__PURE__*/ ( 0 , jsx _runtime . jsx ) ( "p" , {
children : "7.\u975E\u8001\u5E08\u8EAB\u4EFD\u63D0\u4EA4\u804C\u4E1A\u8BA4\u8BC1\u540E\u7CFB\u7EDF\u4F1A\u81EA\u52A8\u5C06\u72B6\u6001\u6539\u4E3A\u5DF2\u8BA4\u8BC1\uFF0C\u4F60\u5C06\u53EF\u4EE5\u4F53\u9A8C\u5E73\u53F0\u9700\u8981\u804C\u4E1A\u8BA4\u8BC1\u7684\u529F\u80FD\uFF1B\u5982\u679C\u5728\u8BA4\u8BC1\u540E\u7684\u4F7F\u7528\u8FC7\u7A0B\u4E2D\u672A\u901A\u8FC7\u5BA1\u6838\uFF0C\u4F60\u5C06\u4E0D\u80FD\u7EE7\u7EED\u4F53\u9A8C\u9700\u8981\u8BA4\u8BC1\u7684\u529F\u80FD\u3002"
children : "\u975E\u8001\u5E08\u8EAB\u4EFD\u63D0\u4EA4\u804C\u4E1A\u8BA4\u8BC1\u540E\u7CFB\u7EDF\u4F1A\u81EA\u52A8\u5C06\u72B6\u6001\u6539\u4E3A\u5DF2\u8BA4\u8BC1\uFF0C\u4F60\u5C06\u53EF\u4EE5\u4F53\u9A8C\u5E73\u53F0\u9700\u8981\u804C\u4E1A\u8BA4\u8BC1\u7684\u529F\u80FD\uFF1B\u5982\u679C\u5728\u8BA4\u8BC1\u540E\u7684\u4F7F\u7528\u8FC7\u7A0B\u4E2D\u672A\u901A\u8FC7\u5BA1\u6838\uFF0C\u4F60\u5C06\u4E0D\u80FD\u7EE7\u7EED\u4F53\u9A8C\u9700\u8981\u8BA4\u8BC1\u7684\u529F\u80FD\u3002"
} ) ]
} ) ]
} )