-
+
- (1)
+ ({{ pendingCartNum }})
@@ -22,39 +22,53 @@
- {{ foodCode }}
+ {{ masterId }}
-
+
-
+ addCart(res, 'edit')" @delete="delCartHandle"
+ @pending="pendingCart" />
{{ item.name }}
¥{{ item.salePrice }}
-
-
+ 默认1份
- 热
- 半糖
+
+
{{ item }}
- X{{ item.number }}
+ X{{ item.number }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
@@ -293,9 +392,31 @@ onMounted(() => {
}
.num {
- padding-top: 10px;
+ padding-top: 20px;
display: flex;
- justify-content: flex-end;
+ align-items: center;
+ justify-content: space-between;
+
+ .left {
+ display: flex;
+ align-items: center;
+
+ .icon_item {
+ $size: 40px;
+ width: $size;
+ height: $size;
+ border-radius: 6px;
+ background-color: #e2e2e2;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-right: 10px;
+ }
+ }
+
+ .t {
+ font-size: var(--el-font-size-base);
+ }
}
}
}
+
- 打包(¥0.00)
+ 打包(¥{{ cartInfo.packAmount || 0 }})
- 共6种商品,7件
+ 共{{ cartInfo.productNum || 0 }}种商品,{{ cartInfo.productSum || 0 }}件
@@ -62,7 +76,7 @@
@@ -72,19 +86,21 @@
- ¥3.09
+ ¥{{ cartInfo.totalAmount }}
结算
-
+