Authored by lea guo

订单列表支付:跳转

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