...
|
...
|
@@ -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;
|
...
|
...
|
|