Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-08-06 13:16:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d440ab771f903f2f6d903d605d44a4eec1cc3905
d440ab77
1 parent
73b29c5b
docs(PaymentAgreementModal): 更新收款和扣费说明内容
更新收款说明为明确资金到账时间,并调整服务费比例从3%降至1%
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/PaymentAgreementModal.vue
src/components/PaymentAgreementModal.vue
View file @
d440ab7
...
...
@@ -142,10 +142,10 @@ const isChecked = ref(false)
const hasAgreed = ref(false)
// 收款说明内容
const paymentDescription = ref('
通过捡个电驴平台进行收款,资金安全有保障,支持多种收款方式
。')
const paymentDescription = ref('
交易金额会在交易完成后的3个工作日内,入账至你登记的收款账户
。')
// 扣费说明内容
const feeDescription = ref('
平台将收取交易金额的3%作为服务费,费用将在交易完成后自动扣除
。')
const feeDescription = ref('
在每笔交易过程中,平台将抽取最终成交金额的1%作为平台服务费
。')
// 支付协议内容
const protocolContent = ref(`
...
...
Please
register
or
login
to post a comment