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
5 years ago
Commit
aa9640970cf13c45bcb0d47c371a967ad78d7496
1 parent
c3c0d104
fix by huangtao
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/components/order-pay-type/pay-type.vue
apps/components/order-pay-type/pay-type.vue
View file @
aa96409
...
...
@@ -77,6 +77,7 @@ export default {
};
},
async mounted() {
this.pay();
},
methods: {
...mapOrderAction(['payAction']),
...
...
@@ -168,7 +169,7 @@ export default {
<style lang="scss" scoped>
.pay-type-wrapper {
height:
714px
;
height:
0
;
background: white;
position: relative;
border-top-left-radius: 32px 32px;
...
...
Please
register
or
login
to post a comment