Explorar el Código

订单详情折扣展示

zuy hace 1 año
padre
commit
f2634eb239
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages-charge/order/order.vue

+ 1 - 1
src/pages-charge/order/order.vue

@@ -30,7 +30,7 @@ const order_coupon_detail_ref = ref();
 const handleClickDesc = () => {
   console.log("handleClickDesc")
   let {startChargeSeq,discountType} = orderDetail.value;
-  order_coupon_detail_ref.value?.open(startChargeSeq,"Coupon");
+  order_coupon_detail_ref.value?.open(startChargeSeq,discountType);
 }
 
 onLoad((options: any) => {