Browse Source

修改退货退款bug

wenjie 1 month ago
parent
commit
9b88a21ae6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/DetailsOfRefund/DetailsOfRefund.js

+ 2 - 2
pages/DetailsOfRefund/DetailsOfRefund.js

@@ -199,9 +199,9 @@ Page({
         if(res.refundDelivery.imgs){
           refundPhotoFiles = res.refundDelivery.imgs.split(',')
         }
-        if(res.returnMoneySts == 65&&res.applyType == 2&&res.dvyType==1){//快递寄回
+        if(res.returnMoneySts == 60&&res.applyType == 2&&res.dvyType==1){//快递寄回
           ths.getShopAddress(res.refundDelivery.shopId)
-        }else if(res.returnMoneySts == 65&&res.applyType == 2&&res.dvyType==3&&res.isReturnLogistics){
+        }else if((res.returnMoneySts == 65||res.returnMoneySts == 70)&&res.applyType == 2&&res.dvyType==3&&res.isReturnLogistics){
           ths.getRefundWriteInfo()
         }