Authored by TaoHuang

fix by huangtao

@@ -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']),
@@ -168,7 +169,7 @@ export default { @@ -168,7 +169,7 @@ export default {
168 169
169 <style lang="scss" scoped> 170 <style lang="scss" scoped>
170 .pay-type-wrapper { 171 .pay-type-wrapper {
171 - height: 714px; 172 + height: 0;
172 background: white; 173 background: white;
173 position: relative; 174 position: relative;
174 border-top-left-radius: 32px 32px; 175 border-top-left-radius: 32px 32px;