Commit 761f9c24 by maolipeng

fix:文案修改。。。。

parent 01c144f7
...@@ -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>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment