保存提示语修改
This commit is contained in:
parent
49652d78ba
commit
d654ccb791
@ -643,7 +643,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
addPlanweek(this.form).then((response) => {
|
addPlanweek(this.form).then((response) => {
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
this.msgSuccess("保存成功,记得去<活动>按钮设置每天活动。");
|
this.msgSuccess("新增成功,记得去<活动>按钮设置每天活动。");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
}
|
}
|
||||||
|
@ -544,7 +544,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
addMonthplan(this.form).then((response) => {
|
addMonthplan(this.form).then((response) => {
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
this.msgSuccess("新增成功");
|
this.msgSuccess("新增成功,记得点击<设置>每周的活动。");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
}
|
}
|
||||||
|
@ -464,7 +464,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
addTermplan(this.form).then((response) => {
|
addTermplan(this.form).then((response) => {
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
this.msgSuccess("新增成功");
|
this.msgSuccess("新增成功,记得点击<设置>每月的主题。");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
}
|
}
|
||||||
|
@ -499,7 +499,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
addWeekplan(this.form).then((response) => {
|
addWeekplan(this.form).then((response) => {
|
||||||
if (response.code === 200) {
|
if (response.code === 200) {
|
||||||
this.msgSuccess("新增成功");
|
this.msgSuccess("新增成功,记得点击<设置>每天的活动。");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
this.getList();
|
this.getList();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user