您點選的餐品如下

{{ userAddress.trim() ? '【外送】' : '【自取】' }}
客製化請點選
{{item.name}}({{item.type}})

$ {{ total }}

訂單明細總結

姓氏

{{userName}}

電話

{{userPhone}}

服務時間

{{ (userAddress && total >= 800) ? '外送的時間:' + pickupTime : '您自取的時間是:' + pickupTime }}

外送地址

{{userAddress}}

特殊備註

{{userRemarks}}

單號

#{{orderID}}

總額

${{total}}

序號 | 品項與客製化金額
{{idx + 1}}. {{item.name}} {{item.type ? '('+item.type+')' : ''}} {{item.ex?'[加麵]':''}}{{item.s1?'[香麻]':''}}{{item.s2?'[麻辣]':''}}{{item.msg?'[無味精]':''}} {{item.noGarlic?'[不要蒜]':''}}{{item.noMeat?'[不要肉]':''}} {{item.halfRice?'[半飯]':''}}{{item.noBean?'[不加豆]':''}}{{item.noSpicy?'[不辣]':''}} {{item.noS?'[不醬]':''}}{{item.noF?'[不肉鬆]':''}} ${{item.price + (item.ex?20:0) + (item.s1?10:0) + (item.s2?10:0)}}

未滿 800 元
只能自取!

{{ alertMsg }}