优化订单统计展示、修改店铺校验

This commit is contained in:
15386982806
2024-03-21 17:12:16 +08:00
parent e7ee256b80
commit fa0a0cb1d8
3 changed files with 6 additions and 5 deletions

View File

@@ -410,7 +410,7 @@ export default {
};
this.$Modal.confirm({
title: "提示",
content: "<p>启用此会员?</p>",
content: "<p>确定启用此会员?</p>",
onOk: () => {
API_Member.updateMemberStatus(params).then((res) => {
if (res.success) {