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-07 21:57:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a05561692bee7a5d9b48099f4351eb1e5f62bb22
a0556169
1 parent
0cbc86e3
fix(PaymentAgreementModal): 修改确认按钮的文本显示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/PaymentAgreementModal.vue
src/components/PaymentAgreementModal.vue
View file @
a055616
...
...
@@ -65,7 +65,7 @@
color="orange"
@click="handleConfirm"
>
{{ bindStatus.is_finish ? '我
要发布' : '确认并
签约' }}
{{ bindStatus.is_finish ? '我
已阅读' : '确认去
签约' }}
</nut-button>
</div>
</div>
...
...
Please
register
or
login
to post a comment