|
@@ -9,7 +9,7 @@ import { getQrcode } from '@/services/miniapp'
|
9
|
9
|
import QRcode from "@/assets/icons/UserCenter/QRcode.png";
|
10
|
10
|
import refund from "@/assets/icons/GuideCheck/refund.png";
|
11
|
11
|
import Cancel from "@/assets/icons/UserCenter/Cancel.png";
|
12
|
|
-import Pay from "@/assets/icons/GuideCheck/Pay_logo.png";
|
|
12
|
+import Pay from "@/assets/icons/housemantj/pay.png";
|
13
|
13
|
import Null from "@/assets/icons/UserCenter/null_logo.png";
|
14
|
14
|
import Evaluated from "@/assets/icons/UserCenter/evaluated.png";
|
15
|
15
|
import Refund from "@/assets/icons/UserCenter/Refund.png";
|
|
@@ -75,16 +75,6 @@ export default (props) => {
|
75
|
75
|
url: `/pages/MineUserAll/RefundMoney/CheckRefund/index?id=${item.orderId}`,
|
76
|
76
|
});
|
77
|
77
|
};
|
78
|
|
- // const PayAction =
|
79
|
|
- // kkp == '1' ? null ://空卡片用于售后详情页面
|
80
|
|
- // sh == '1' ? <Action.Icon icon={Refund} text='售后/退款' onClick={() => handleRefund(item)} /> ://售后页面卡片
|
81
|
|
- // item.status === 0 ? <Action.Icon icon={Pay} text='支付' onClick={handleDetail} /> ://待支付
|
82
|
|
- // item.status === 1 && item.isVerified == false ? <Action.Icon icon={QRcode} text='扫码核销' onClick={() => onWriteOff(item)} /> ://待核销
|
83
|
|
- // item.status === 2 && item.isVerified == false ? <Action.Image image={refund} /> ://已退费
|
84
|
|
- // item.status === 7 && item.isVerified == false ? <Action.Image image={Cancel} /> ://已取消
|
85
|
|
- // item.status === 9 ? <Action.Image image={Null} /> ://已过期
|
86
|
|
- // item.isVerified == true && item.isEvaluated > 0 ? <Action.Image image={Evaluated} /> ://已评价
|
87
|
|
- // item.isVerified == true ? <Action.Icon icon={Evaluation} text='评价' onClick={() => evaluation(item)} /> : null//待评价
|
88
|
78
|
|
89
|
79
|
let PayAction = null
|
90
|
80
|
if (kkp == '1') {//空卡片用于售后详情页面
|