Authored by lea guo

订单列表支付:跳转

... ... @@ -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();
... ...
... ... @@ -84,6 +84,7 @@ export default {
forward: {
name: pageBackName,
},
type: 'sell',
reportType: 'sell',
}),
}).show();
... ...