This commit is contained in:
parent
dc387ec0dd
commit
8b8022ec76
|
@ -43,7 +43,7 @@
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
price:Object,
|
||||
price:String,
|
||||
show_subTitle:{
|
||||
default:true
|
||||
},
|
||||
|
|
|
@ -461,7 +461,7 @@
|
|||
<checkDelivery :deliveryName="deliveryName" :isShowBox="isShowBox" :activeObj="activeObj" :radioList="radioList" @close="boxClose" @confirmBtn="getData">
|
||||
</checkDelivery>
|
||||
</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>
|
||||
<timeranges :isShow='isShow' :time='timeranges' @confrim="confrim" @cancel="cancels"></timeranges>
|
||||
|
|
Loading…
Reference in New Issue