1
xuxueyang
2024-07-30 f29b9dee3aa4c05fc36e8d89ec96f60efe71196e
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: {