diff --git a/pages/order/confirm_order.vue b/pages/order/confirm_order.vue
index 1ee7b04..e455202 100644
--- a/pages/order/confirm_order.vue
+++ b/pages/order/confirm_order.vue
@@ -52,14 +52,14 @@
{{ listinfo.name }}
-
+
- {{item.name}}
- {{ item.skuName}}
- X{{ item.totalNumber}}
+ {{item.name || item.productName || "" }}
+ {{ item.skuName || item.productSkuName || ""}}
+ X{{ item.totalNumber || item.num}}
- ¥{{ item.totalAmount}}
+ ¥{{ item.totalAmount || item.priceAmount || 0}}
+
+
+
+ 加载中
+
-
-
-
-
+
-
-
+
{{ shopInfo.storeInfo.shopName }}
@@ -32,9 +31,10 @@
本店招牌菜
-
+
-
+
{{ item.name }}
@@ -59,20 +59,22 @@
「{{item.suit}}份起点」
-
+
选规格
- {{item.cartNumber<99?item.cartNumber:'99+'}}
+ {{item.cartNumber<99?item.cartNumber:'99+'}}
-
-
+
+
{{ item.cartNumber }}
-
+
@@ -80,7 +82,7 @@
-
+
@@ -91,43 +93,54 @@
:scroll-into-view="leftIntoView" :scroll-with-animation="false">
{{item.name}}
+ @tap="leftTap">{{item.name}}
+
-
-
+
+
{{item.name}}
-
-
-
- TOP{{index1+1}}
+
+
+
+ TOP{{index1+1}}
+
{{ item1.name }}
本店回头客第{{index1+1}}名
{{item1.shortTitle?item1.shortTitle:''}}
月售{{item1.stockNumber}}
- ¥{{ item1.lowPrice }}/份「{{item1.suit}}份起点」
-
+ ¥{{ item1.lowPrice }}/份「{{item1.suit}}份起点」
+
-
+
选规格
- {{item1.cartNumber<99?item1.cartNumber:'99+'}}
+ {{item1.cartNumber<99?item1.cartNumber:'99+'}}
-
+
-
-
+
+
{{ item1.cartNumber }}
-
+
-
+
@@ -137,25 +150,19 @@
-
-
-
+
-
{{cartLists_count<99?cartLists_count:'99+'}}
-
+
¥
{{cartLists.amount||'0.00'}}
@@ -164,9 +171,10 @@
-
+
-
+
-
-
+
+
-
+
@@ -222,7 +230,8 @@
营业时间:
- {{ shopInfo.storeInfo.businessStartDay +'至'+ shopInfo.storeInfo.businessEndDay +' '+ shopInfo.storeInfo.businessTime }}
+ {{ shopInfo.storeInfo.businessStartDay +'至'+ shopInfo.storeInfo.businessEndDay +' '+ shopInfo.storeInfo.businessTime }}
商家地址:
@@ -240,23 +249,23 @@
{{ shopInfo.storeInfo.detail }}
-
+
-
-
+
-
+
{{specifications.name}}
- 本店回头客第{{specifications.indexb+1}}名
+
+ 本店回头客第{{specifications.indexb+1}}名
{{specifications.shortTitle?specifications.shortTitle:''}}
-
+
@@ -270,8 +279,8 @@
-
-
+
+
@@ -280,22 +289,24 @@
/杯
-
+
-
+
{{amountcartNumber}}
-
+
{{skuidname.toString()}}
- 添加到购物车
+
+ 添加到购物车
@@ -303,7 +314,7 @@