加载失败
{
numsChg(e, GETT_singleBye_shopCarts);
}
"
disabledInput
@minus="
e => {
goodMinus(e, GETT_singleBye_shopCarts);
}
"
@plus="
e => {
goodPlus(e, GETT_singleBye_shopCarts);
}
"
>
合计:
¥{{ priceList.totalPrice }}
已优惠:
¥{{ priceList.discountPrices }}
预估到手:
¥{{ compEstiPrice(priceList.totalPrice) }}