Commit 5fc6ea1c authored by 李硕's avatar 李硕

提交

parent 8f68528f
...@@ -73,7 +73,7 @@ export function Modal_Lables(modalType, level, openStatus) { ...@@ -73,7 +73,7 @@ export function Modal_Lables(modalType, level, openStatus) {
} }
if (modalType == MODAL_TYPE.NO_WEEK_TIMES) { if (modalType == MODAL_TYPE.NO_WEEK_TIMES) {
desc = "本周可领取次数已用完"; desc = "本周可领取次数已用完";
content = "下周再来哦"; content = "下周再来哦";
img = ModalImage.NOTIMES_IMG; img = ModalImage.NOTIMES_IMG;
} }
if (modalType == MODAL_TYPE.NO_TIMES) { if (modalType == MODAL_TYPE.NO_TIMES) {
......
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