txb vor 2 Jahren
Ursprung
Commit
745c61009c
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 Datei anzeigen

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


Laden…
Abbrechen
Speichern