Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
761f9c24
Commit
761f9c24
authored
Jun 24, 2021
by
maolipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:文案修改。。。。
parent
01c144f7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
src/modules/root/CollegeManagePage.jsx
+1
-2
yarn.lock
+0
-0
No files found.
src/modules/root/CollegeManagePage.jsx
View file @
761f9c24
...
@@ -25,7 +25,6 @@ function ExpirationPopover(props) {
...
@@ -25,7 +25,6 @@ function ExpirationPopover(props) {
let
loginflag
=
storage
.
get
(
"expiration_tip_login"
)
let
loginflag
=
storage
.
get
(
"expiration_tip_login"
)
if
(
loginflag
===
null
||
loginflag
===
"true"
)
{
if
(
loginflag
===
null
||
loginflag
===
"true"
)
{
//只有登陆进来的时候提示一次
//只有登陆进来的时候提示一次
console
.
log
(
"showtype"
,
showType
)
setShowType
(
3
)
setShowType
(
3
)
}
}
return
return
...
@@ -73,7 +72,7 @@ function ExpirationPopover(props) {
...
@@ -73,7 +72,7 @@ function ExpirationPopover(props) {
showType
===
0
?
(
""
)
:(
showType
===
0
?
(
""
)
:(
<
div
className=
"expirationpopover"
>
<
div
className=
"expirationpopover"
>
<
div
className=
"dialog"
>
<
div
className=
"dialog"
>
<
div
className=
"title"
>
服务到期提醒
</
div
>
<
div
className=
"title"
>
{
props
.
surplusDayTime
===
0
?
"服务已到期"
:
"服务到期提醒"
}
</
div
>
{
{
showType
===
3
?
(
showType
===
3
?
(
<
div
className=
"tip-text"
>
当前企业购买的小麦企学院服务已于
<
span
style=
{
{
color
:
"#FF4F4F"
}
}
>
{
moment
(
props
.
endTime
).
format
(
"YYYY-MM-DD"
)
}
</
span
>
到期,到期后仍可访问,但功能不可使用,建议尽快续费购买哦~
</
div
>
<
div
className=
"tip-text"
>
当前企业购买的小麦企学院服务已于
<
span
style=
{
{
color
:
"#FF4F4F"
}
}
>
{
moment
(
props
.
endTime
).
format
(
"YYYY-MM-DD"
)
}
</
span
>
到期,到期后仍可访问,但功能不可使用,建议尽快续费购买哦~
</
div
>
...
...
yarn.lock
deleted
100644 → 0
View file @
01c144f7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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