mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-02-06 09:05:54 +08:00
管理端注释添加完成
This commit is contained in:
@@ -51,7 +51,7 @@ export default {
|
||||
this.setupSetting();
|
||||
}
|
||||
},
|
||||
|
||||
// 保存设置
|
||||
setupSetting() {
|
||||
setSetting(this.type, this.formValidate).then((res) => {
|
||||
if (res.success) {
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
@@ -57,7 +57,7 @@ export default {
|
||||
this.setupSetting();
|
||||
}
|
||||
},
|
||||
|
||||
// 保存设置
|
||||
setupSetting() {
|
||||
setSetting(this.type, this.formValidate).then((res) => {
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user