Преглед на файлове

订单详情折扣展示

zuy преди 1 година
родител
ревизия
f2634eb239
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) => {