🐞 fix(提货信息):修复提货切换的判断
This commit is contained in:
parent
6c4c7810bd
commit
1d8b83c1e7
@ -626,7 +626,7 @@ const OrderDetails = () => {
|
|||||||
|
|
||||||
// 是否显示按钮
|
// 是否显示按钮
|
||||||
const showBtn = useMemo(() => {
|
const showBtn = useMemo(() => {
|
||||||
if (receivingStatus === 1 || (infoObj.status === 8 || infoObj.status === 9 || infoObj.status === 4 || infoObj.status === 5 || infoObj.status === 11 || infoObj.status === 3)) {
|
if ((infoObj.status === 8 || infoObj.status === 9 || infoObj.status === 4 || infoObj.status === 5 || infoObj.status === 11 || infoObj.status === 3)) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user