Commit 1083bb11 authored by 武广's avatar 武广

fix: 修改文案

parent a828ead5
...@@ -45,7 +45,7 @@ const SendModal = options => { ...@@ -45,7 +45,7 @@ const SendModal = options => {
<Radio.Group options={radioOptions} /> <Radio.Group options={radioOptions} />
</Form.Item> </Form.Item>
</Form> </Form>
<div>开启后顾客单点这些商品不可下单</div> <div>选择单点不送后顾客单独点这些商品不可下单</div>
</Modal> </Modal>
); );
}; };
......
...@@ -45,7 +45,7 @@ const createInitValues = () => ({ ...@@ -45,7 +45,7 @@ const createInitValues = () => ({
detailImageList: [], // 商品图片 detailImageList: [], // 商品图片
stock: '1', // 库存类型 stock: '1', // 库存类型
saleTimeType: 0, // 售卖时间 saleTimeType: 0, // 售卖时间
singleDelivery: 0, // 单点不送 singleDelivery: 1, // 单点不送
list: 1, // 列出商品 list: 1, // 列出商品
label: [], label: [],
minPurchaseNum: 1, minPurchaseNum: 1,
...@@ -820,7 +820,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => { ...@@ -820,7 +820,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => {
<Form.Item <Form.Item
name="singleDelivery" name="singleDelivery"
label="是否单点不送" label="是否单点不送"
extra="开启后顾客点单则此商品不可下单" extra="选择单点不送后顾客点该商品不可单独下单"
> >
<Radio.Group> <Radio.Group>
<Radio value={1}>单点送</Radio> <Radio value={1}>单点送</Radio>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment