mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 19:07:25 +08:00
优化订单统计展示、修改店铺校验
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user