Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-10-17 20:48:29 +0800
Commit
739f337a56c953ba7da918b08fb45e9979ea6e95
1 parent
ebe0e630
fix by huangtao
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/order/seller-confirm.vue
apps/pages/order/seller-confirm.vue
View file @
739f337
...
...
@@ -302,7 +302,7 @@ export default {
}
this.$createOrderPayType({
price:
this.fee.earnestMoneyStr
,
price:
parseFloat(`${this.fee.earnestMoney}`).toFixed(2)
,
desc: '保证金',
orderCode: orderResult.data.orderCode,
extra: JSON.stringify({
...
...
Please
register
or
login
to post a comment