docs(PaymentAgreementModal): 更新收款和扣费说明内容
更新收款说明为明确资金到账时间,并调整服务费比例从3%降至1%
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -142,10 +142,10 @@ const isChecked = ref(false) | ... | @@ -142,10 +142,10 @@ const isChecked = ref(false) |
| 142 | const hasAgreed = ref(false) | 142 | const hasAgreed = ref(false) |
| 143 | 143 | ||
| 144 | // 收款说明内容 | 144 | // 收款说明内容 |
| 145 | -const paymentDescription = ref('通过捡个电驴平台进行收款,资金安全有保障,支持多种收款方式。') | 145 | +const paymentDescription = ref('交易金额会在交易完成后的3个工作日内,入账至你登记的收款账户。') |
| 146 | 146 | ||
| 147 | // 扣费说明内容 | 147 | // 扣费说明内容 |
| 148 | -const feeDescription = ref('平台将收取交易金额的3%作为服务费,费用将在交易完成后自动扣除。') | 148 | +const feeDescription = ref('在每笔交易过程中,平台将抽取最终成交金额的1%作为平台服务费。') |
| 149 | 149 | ||
| 150 | // 支付协议内容 | 150 | // 支付协议内容 |
| 151 | const protocolContent = ref(` | 151 | const protocolContent = ref(` | ... | ... |
-
Please register or login to post a comment