管理端注释添加完成

This commit is contained in:
mabo
2021-07-27 15:59:34 +08:00
parent 59e1aedbf3
commit eb4a5e4fdc
44 changed files with 485 additions and 996 deletions

View File

@@ -51,7 +51,7 @@ export default {
this.setupSetting();
}
},
// 保存设置
setupSetting() {
setSetting(this.type, this.formValidate).then((res) => {
if (res.success) {

View File

@@ -86,7 +86,7 @@ export default {
this.setupSetting();
}
},
// 修改支付设置
handleChangePayType(val) {
this.$Modal.confirm({
title: "修改支付设置",
@@ -100,7 +100,7 @@ export default {
},
});
},
// 保存设置
setupSetting() {
setSetting(this.type, { paymentSupportItems: this.formValidate }).then(
(res) => {

View File

@@ -57,7 +57,7 @@ export default {
this.setupSetting();
}
},
// 保存设置
setupSetting() {
setSetting(this.type, this.formValidate).then((res) => {
if (res.success) {