...
|
...
|
@@ -78,8 +78,6 @@ export default { |
|
|
};
|
|
|
},
|
|
|
async mounted() {
|
|
|
this.pay();
|
|
|
|
|
|
if (this.extra) {
|
|
|
this.page = JSON.parse(this.extra);
|
|
|
}
|
...
|
...
|
@@ -88,6 +86,7 @@ export default { |
|
|
...mapOrderAction(['payAction']),
|
|
|
show() {
|
|
|
this.$refs.actionSheet.show();
|
|
|
this.pay()
|
|
|
},
|
|
|
hide() {
|
|
|
this.$refs.actionSheet.hide();
|
...
|
...
|
|