xuxueyang
2024-07-30 1fb44496929548b4f07b37796d506dedc494d44a
pages/order/order-detail.vue
@@ -23,8 +23,16 @@
            await this.getDetail()
            await this.getItemList()
            this.submitForm = {
               orderId: this.id,
               imageList: [],
               videoList: [],
               reason: [],
               orderItems: []
            }
            this.showSales = options.showsales && true || false
         }
         this.showSales = options.showsales && true || false
      },
      methods: {