Browse Source

提交

dev
txb 2 years ago
parent
commit
745c61009c
2 changed files with 3 additions and 3 deletions
  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 View File

@@ -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 View File

@@ -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: {},
}}
>


Loading…
Cancel
Save