txb 2 лет назад
Родитель
Сommit
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: {},
}}
>


Загрузка…
Отмена
Сохранить