pages/order/order-detail.vue
@@ -22,7 +22,16 @@ if (this.id) { await this.getDetail() this.getItemList() await this.getItemList() this.submitForm = { orderId: this.id, imageList: [], videoList: [], reason: [], orderItems: [] } this.showSales = options.showsales && true || false } }, methods: {