Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
6de277d4
Commit
6de277d4
authored
Jul 12, 2022
by
程恺文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 广州登陆页
parent
af4c7629
Pipeline
#55103
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
index.js
src/pages/user/login/template/energy_GZ/index.js
+10
-10
No files found.
src/pages/user/login/template/energy_GZ/index.js
View file @
6de277d4
...
...
@@ -19,7 +19,6 @@ import { log } from 'kit_utils';
class
HuaNongLogin
extends
Component
{
constructor
(
props
)
{
super
(
props
);
console
.
log
(
'翻新节水主题一'
);
this
.
state
=
{
time
:
'16:00'
,
week
:
'星期一'
,
...
...
@@ -46,15 +45,17 @@ class HuaNongLogin extends Component {
this
.
setSubmitting
(
true
);
this
.
props
.
updateCurrentIndex
(
-
1
);
console
.
log
(
'登陆'
);
//没取到0id 要给定时器
appService
.
getInOnLine
({
UserID
:
globalConfig
.
userInfo
.
oid
,
SatrtDate
:
this
.
getNowDate
(),
Port
:
location
.
port
,
Oid
:
this
.
_createGuid
(),
})
setInterval
(()
=>
{
appService
.
getInOnLine
({
UserID
:
globalConfig
.
userInfo
.
oid
,
SatrtDate
:
this
.
getNowDate
(),
Port
:
location
.
port
,
Oid
:
this
.
_createGuid
(),
})
},
10000
)
};
onActinoChange
=
action
=>
{
action
&&
...
...
@@ -196,7 +197,6 @@ _createGuid() {
}) */
console
.
log
(
'在线时长服务'
);
}
componentWillUnmount
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment