From 888fa5ff5ae9b091d7467fb4a96246ad0bd8985c Mon Sep 17 00:00:00 2001
From: Haiyi <1021441632@qq.com>
Date: Tue, 21 Feb 2023 10:11:10 +0800
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(ID1000895):=E7=A0=81=E5=8D=95?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=94=AE=E4=B8=AD=E5=94=AE=E5=90=8E=E8=AF=B4?=
=?UTF-8?q?=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/RefundCodelist/index.tsx | 3 +++
src/components/SaleCodeList/index.tsx | 3 +++
src/pages/order/index.tsx | 3 +++
src/pages/orderDetails/index.tsx | 3 +++
4 files changed, 12 insertions(+)
diff --git a/src/components/RefundCodelist/index.tsx b/src/components/RefundCodelist/index.tsx
index 6cd6955..3d11271 100644
--- a/src/components/RefundCodelist/index.tsx
+++ b/src/components/RefundCodelist/index.tsx
@@ -95,6 +95,9 @@ const RefundCodelist = (props: Props) => {
show_deduction_amount: props?.obj?.sale_mode === 0 && props?.obj?.is_display_price ? true : !!((props?.obj?.sale_mode === 1 || props?.obj?.sale_mode === 2)),
show_order_total_price: props?.obj?.sale_mode === 0 && props?.obj?.is_display_price ? true : !!((props?.obj?.sale_mode === 1 || props?.obj?.sale_mode === 2)),
show_order_total_deduction_amount: props?.obj?.sale_mode === 0 && props?.obj?.is_display_price ? true : !!((props?.obj?.sale_mode === 1 || props?.obj?.sale_mode === 2)),
+ // show_tips: true,
+ // tips: `请核对本单后验收, 如发现质量问题,请于收到货之日起3天内与平台客服联系协商解决,逾期不作处理即表示购方默认对货物无异议;购方确认无任何问题方可裁剪/加工,一经裁剪,缩水等工艺,平台概不负责;
+ // 看布购货,请先试缩水,并注意分缸裁布!如需撞色拼接,请先试色牢度。非质量问题,恕不退换,谢谢合作!`,
}
const res = await payFetch(query)
if (res.data) {
diff --git a/src/components/SaleCodeList/index.tsx b/src/components/SaleCodeList/index.tsx
index d6f50c5..93d06fb 100644
--- a/src/components/SaleCodeList/index.tsx
+++ b/src/components/SaleCodeList/index.tsx
@@ -92,6 +92,9 @@ const CodeList = (props: Props) => {
show_total_weight_error_discount: props?.obj?.sale_mode === 0 && props?.obj?.is_display_price ? true : !!((props?.obj?.sale_mode === 1 || props?.obj?.sale_mode === 2)),
show_actual_amount: props?.obj?.sale_mode === 0 && props?.obj?.is_display_price ? true : !!((props?.obj?.sale_mode === 1 || props?.obj?.sale_mode === 2)),
show_wait_pay_amount: props?.obj?.sale_mode === 0 && props?.obj?.is_display_price ? true : !!((props?.obj?.sale_mode === 1 || props?.obj?.sale_mode === 2)),
+ show_tips: true,
+ tips: `请核对本单后验收, 如发现质量问题,请于收到货之日起3天内与平台客服联系协商解决,逾期不作处理即表示购方默认对货物无异议;购方确认无任何问题方可裁剪/加工,一经裁剪,缩水等工艺,平台概不负责;
+ 看布购货,请先试缩水,并注意分缸裁布!如需撞色拼接,请先试色牢度。非质量问题,恕不退换,谢谢合作!`,
}
const res = await payFetch(query)
if (res.data) {
diff --git a/src/pages/order/index.tsx b/src/pages/order/index.tsx
index 5ba9042..2c19d78 100644
--- a/src/pages/order/index.tsx
+++ b/src/pages/order/index.tsx
@@ -434,6 +434,9 @@ const Order = () => {
show_total_weight_error_discount: itemObj?.sale_mode == 0 && itemObj?.is_display_price ? true : !!((itemObj?.sale_mode === 1 || itemObj?.sale_mode === 2)),
show_actual_amount: itemObj?.sale_mode == 0 && itemObj?.is_display_price ? true : !!((itemObj?.sale_mode === 1 || itemObj?.sale_mode === 2)),
show_wait_pay_amount: itemObj?.sale_mode == 0 && itemObj?.is_display_price ? true : !!((itemObj?.sale_mode === 1 || itemObj?.sale_mode === 2)),
+ show_tips: true,
+ tips: `请核对本单后验收, 如发现质量问题,请于收到货之日起3天内与平台客服联系协商解决,逾期不作处理即表示购方默认对货物无异议;购方确认无任何问题方可裁剪/加工,一经裁剪,缩水等工艺,平台概不负责;
+ 看布购货,请先试缩水,并注意分缸裁布!如需撞色拼接,请先试色牢度。非质量问题,恕不退换,谢谢合作!`,
}
const res = await payFetch(query)
if (res.data) {
diff --git a/src/pages/orderDetails/index.tsx b/src/pages/orderDetails/index.tsx
index d3e20ac..5474df8 100644
--- a/src/pages/orderDetails/index.tsx
+++ b/src/pages/orderDetails/index.tsx
@@ -571,6 +571,9 @@ const OrderDetails = () => {
show_total_weight_error_discount: infoObj?.sale_mode === 0 && infoObj?.is_display_price ? true : !!((infoObj?.sale_mode === 1 || infoObj?.sale_mode === 2)),
show_actual_amount: infoObj?.sale_mode === 0 && infoObj?.is_display_price ? true : !!((infoObj?.sale_mode === 1 || infoObj?.sale_mode === 2)),
show_wait_pay_amount: infoObj?.sale_mode === 0 && infoObj?.is_display_price ? true : !!((infoObj?.sale_mode === 1 || infoObj?.sale_mode === 2)),
+ show_tips: true,
+ tips: `请核对本单后验收, 如发现质量问题,请于收到货之日起3天内与平台客服联系协商解决,逾期不作处理即表示购方默认对货物无异议;购方确认无任何问题方可裁剪/加工,一经裁剪,缩水等工艺,平台概不负责;
+ 看布购货,请先试缩水,并注意分缸裁布!如需撞色拼接,请先试色牢度。非质量问题,恕不退换,谢谢合作!`,
}
const res = await payFetch(query)
if (res.data) {