Showing
2 changed files
with
2 additions
and
2 deletions
@@ -78,8 +78,6 @@ export default { | @@ -78,8 +78,6 @@ export default { | ||
78 | }; | 78 | }; |
79 | }, | 79 | }, |
80 | async mounted() { | 80 | async mounted() { |
81 | - this.pay(); | ||
82 | - | ||
83 | if (this.extra) { | 81 | if (this.extra) { |
84 | this.page = JSON.parse(this.extra); | 82 | this.page = JSON.parse(this.extra); |
85 | } | 83 | } |
@@ -88,6 +86,7 @@ export default { | @@ -88,6 +86,7 @@ export default { | ||
88 | ...mapOrderAction(['payAction']), | 86 | ...mapOrderAction(['payAction']), |
89 | show() { | 87 | show() { |
90 | this.$refs.actionSheet.show(); | 88 | this.$refs.actionSheet.show(); |
89 | + this.pay() | ||
91 | }, | 90 | }, |
92 | hide() { | 91 | hide() { |
93 | this.$refs.actionSheet.hide(); | 92 | this.$refs.actionSheet.hide(); |
-
Please register or login to post a comment