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
Plain Diff
Browse Files
Authored by
张文文
2019-10-19 11:30:00 +0800
Commit
7f1a276acede34b419a05b882c7a1912394fa0cd
2 parents
8a062cad
95b9704f
Merge branch 'develop' of
http://git.yoho.cn/fe/xianyu-ufo-app-web
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/components/order-pay-type/pay-type.vue
apps/pages/order/components/confirm/buyer-order-footer.vue
apps/components/order-pay-type/pay-type.vue
View file @
7f1a276
...
...
@@ -77,6 +77,7 @@ export default {
};
},
async mounted() {
this.pay();
},
methods: {
...mapOrderAction(['payAction']),
...
...
@@ -207,7 +208,7 @@ export default {
<style lang="scss" scoped>
.pay-type-wrapper {
height:
714px
;
height:
0
;
background: white;
position: relative;
border-top-left-radius: 32px 32px;
...
...
apps/pages/order/components/confirm/buyer-order-footer.vue
View file @
7f1a276
...
...
@@ -28,7 +28,7 @@ export default {
data() {
return {
desc: '有货买家协议',
url: 'https://activity.yoho.cn/feature/
3189.html?share_id=5853&title=ufo-%E4%B9%B0%E5%AE%B6%E5%8D%8F%E8%AE%AE
'
url: 'https://activity.yoho.cn/feature/
6775.html?nodownload=1
'
};
},
computed: {
...
...
Please
register
or
login
to post a comment