浏览代码

提交

dev
txb 2 年前
父节点
当前提交
745c61009c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      src/pages/card/gate/components/gateSetUp.jsx
  2. +2
    -2
      src/pages/card/gate/components/setGateFood.jsx

+ 1
- 1
src/pages/card/gate/components/gateSetUp.jsx 查看文件

@@ -62,7 +62,7 @@ const gateSetUp = (props) => {
const sendCoupon = async (props) => {
if (targetKeys == undefined || targetKeys.length <= 0) {
//正定会员发卷
message.error('选择');
message.error('选择显示区域');
return;
}
message.loading('正在添加...', key);


+ 2
- 2
src/pages/card/gate/components/setGateFood.jsx 查看文件

@@ -65,7 +65,7 @@ const setGateFood = (props) => {
const sendCoupon = async (props) => {
if (targetKeys == undefined || targetKeys.length <= 0) {
//正定会员发卷
message.error('选择');
message.error('选择菜品');
return;
}
message.loading('正在添加...', key);
@@ -113,7 +113,7 @@ const setGateFood = (props) => {
>
<PageContainer
header={{
title: '设置屏幕显示',
title: '设置屏幕显示菜品',
breadcrumb: {},
}}
>


正在加载...
取消
保存