🐞 fix(ID1000752):剪版已收货后申请退货退款,需要选择质量/非质量问题
This commit is contained in:
parent
60a32468fa
commit
7b8f6466a6
@ -539,10 +539,16 @@ export default () => {
|
||||
|
||||
//申请退款
|
||||
const handApplyMoney = () => {
|
||||
|
||||
//三种类型的 待收货,已收货后申请退货退款,需要选择质量/非质量问题
|
||||
if (infoObj?.status == 8 || infoObj?.status == 9) {
|
||||
Taro.navigateTo({
|
||||
url: '/pages/applyGoods/index?orderId=' + infoObj.id
|
||||
})
|
||||
} else {
|
||||
Taro.navigateTo({
|
||||
url: '/pages/applyMoney/index?orderId=' + infoObj.id
|
||||
})
|
||||
}
|
||||
setShowMore(false)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user