Commit f856f57d authored by liujiangnan's avatar liujiangnan

feat

parent c3332100
......@@ -736,7 +736,7 @@ export default class NewClass extends middleLayerBase {
// 如果是纸书索引页面则直接返回
exit();
} else {
this.showConfirm("还没有完成哦!确定离开吗?", () => {
this.showConfirm("确定离开吗?", () => {
exit();
});
}
......@@ -753,7 +753,7 @@ export default class NewClass extends middleLayerBase {
this.showTips("已经是最后一页了~");
return;
}
this.showConfirm("还有任务没完成哦!确定跳过吗?", () => {
this.showConfirm("确定跳过吗?", () => {
this.goNextPage();
});
});
......
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