This commit is contained in:
yangtao 2024-04-16 10:40:25 +08:00
parent dc387ec0dd
commit 8b8022ec76
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
type: Boolean, type: Boolean,
default: false default: false
}, },
price:Object, price:String,
show_subTitle:{ show_subTitle:{
default:true default:true
}, },

View File

@ -461,7 +461,7 @@
<checkDelivery :deliveryName="deliveryName" :isShowBox="isShowBox" :activeObj="activeObj" :radioList="radioList" @close="boxClose" @confirmBtn="getData"> <checkDelivery :deliveryName="deliveryName" :isShowBox="isShowBox" :activeObj="activeObj" :radioList="radioList" @close="boxClose" @confirmBtn="getData">
</checkDelivery> </checkDelivery>
</block> </block>
<pay :show_key="payShow" :price="totalPrice" :show_subTitle="true" :mix="true" @payFunc="payFunc" @closeFuc="closePay"></pay> <pay :show_key="payShow" :price="totalPrice.toString()" :show_subTitle="true" :mix="true" @payFunc="payFunc" @closeFuc="closePay"></pay>
<!--优惠明细弹窗--> <!--优惠明细弹窗-->
<discountDetails :isShowDiscount="isShowDiscount" @close="closeDiscount" :couponData="couponData"></discountDetails> <discountDetails :isShowDiscount="isShowDiscount" @close="closeDiscount" :couponData="couponData"></discountDetails>
<timeranges :isShow='isShow' :time='timeranges' @confrim="confrim" @cancel="cancels"></timeranges> <timeranges :isShow='isShow' :time='timeranges' @confrim="confrim" @cancel="cancels"></timeranges>