Commit a500ee9f authored by wuhao's avatar wuhao 🎯

edit no limit

parent 6ad85686
Pipeline #3766 passed with stages
in 2 minutes and 50 seconds
......@@ -142,7 +142,7 @@ export default function ShopProductCard({
sx={{ borderRadius: 2, overflow: "hidden" }}
>
<Box className="masker"></Box>
{ifs && (
{(ifs || type == 4) && (
<Box className="edit">
<Tooltip placement="bottom-start" title="编辑">
<IconButton
......
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