Merge branch 'develop' of http://git.yoho.cn/fe/xianyu-ufo-app-web into develop
Showing
2 changed files
with
3 additions
and
2 deletions
@@ -77,6 +77,7 @@ export default { | @@ -77,6 +77,7 @@ export default { | ||
77 | }; | 77 | }; |
78 | }, | 78 | }, |
79 | async mounted() { | 79 | async mounted() { |
80 | + this.pay(); | ||
80 | }, | 81 | }, |
81 | methods: { | 82 | methods: { |
82 | ...mapOrderAction(['payAction']), | 83 | ...mapOrderAction(['payAction']), |
@@ -207,7 +208,7 @@ export default { | @@ -207,7 +208,7 @@ export default { | ||
207 | 208 | ||
208 | <style lang="scss" scoped> | 209 | <style lang="scss" scoped> |
209 | .pay-type-wrapper { | 210 | .pay-type-wrapper { |
210 | - height: 714px; | 211 | + height: 0; |
211 | background: white; | 212 | background: white; |
212 | position: relative; | 213 | position: relative; |
213 | border-top-left-radius: 32px 32px; | 214 | border-top-left-radius: 32px 32px; |
@@ -28,7 +28,7 @@ export default { | @@ -28,7 +28,7 @@ export default { | ||
28 | data() { | 28 | data() { |
29 | return { | 29 | return { |
30 | desc: '有货买家协议', | 30 | desc: '有货买家协议', |
31 | - 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' | 31 | + url: 'https://activity.yoho.cn/feature/6775.html?nodownload=1' |
32 | }; | 32 | }; |
33 | }, | 33 | }, |
34 | computed: { | 34 | computed: { |
-
Please register or login to post a comment