🐞 fix(ID1000777):【订单详情】申请退货,当退货商品为0时,置灰确认退货按钮
This commit is contained in:
parent
2d215663a4
commit
4495b7c736
@ -222,7 +222,7 @@
|
||||
{
|
||||
"name": "",
|
||||
"pathName": "pages/applyGoods/index",
|
||||
"query": "orderId=31743",
|
||||
"query": "orderId=31776",
|
||||
"launchMode": "default",
|
||||
"scene": null
|
||||
}
|
||||
|
@ -206,14 +206,13 @@ export default () => {
|
||||
const isDisabled = useMemo(() => {
|
||||
if (Query.GoodStatus !== '' &&
|
||||
Query.return_explain !== '' &&
|
||||
totalNums > 0 &&
|
||||
Query.GoodStatus !== ''
|
||||
totalNums > 0
|
||||
) {
|
||||
return false
|
||||
} else {
|
||||
return true
|
||||
}
|
||||
}, [Query])
|
||||
}, [Query, totalNums])
|
||||
|
||||
///获取退货原因
|
||||
const { fetchData: resonFetch } = mpenumreturnOrderreturnReason()
|
||||
|
Loading…
x
Reference in New Issue
Block a user