便當數量: {{ BentoCount }}
飲料數量: {{ BrCount }}
袋子數量: {{ userInfo.BagCount }}
大塑膠袋: {{ userInfo.LargePlasticBagCount }} 個 (${{ userInfo.LargePlasticBagCount }})
小塑膠袋: {{ userInfo.SmallPlasticBagCount }} 個 (${{ (userInfo.SmallPlasticBagCount * 0.5).toFixed(1) }})
總金額: {{ currentAllTitlePrice.toString().replace(/(\d{1,3})(?=(\d{3})+(?:$|\D))/g,'$1,') }}