diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue
index b3b5f5c..a5a10f6 100644
--- a/package1/buyFood/buyFood.vue
+++ b/package1/buyFood/buyFood.vue
@@ -35,9 +35,6 @@
-
- {{shopItem.shopName || '未知商家'}}
-
地址:{{shopItem.shopAddress || ''}}
@@ -87,7 +84,7 @@
+ style="height: 140rpx;line-height: 40rpx;padding: 0 40rpx;font-size: 28rpx;font-weight: 700;padding-top: 20rpx;">
配送员
@@ -238,9 +235,9 @@
备注
-
+
@@ -1138,7 +1135,10 @@
border-radius: 100rpx;
margin: 20rpx auto;
}
-
+ .ziqu-text{
+ align-items: center;
+ display: flex;
+ }
.btn {
width: 95%;
height: 100rpx;
@@ -1174,19 +1174,19 @@
.ziqu-address {
display: flex;
- height: 100rpx;
+ height: 110rpx;
background: #fff;
width: 90%;
border-radius: 20rpx;
font-size: 26rpx;
- margin: 60rpx auto 0;
+ margin: 60rpx auto 20rpx;
font-weight: bold;
- line-height: 100rpx;
+ line-height: 40rpx;
img {
width: 40rpx;
height: 40rpx;
- margin: 30rpx 20rpx 0 30rpx;
+ margin: 36rpx 20rpx 0 30rpx;
}
}
diff --git a/package1/group/groupBuyDetail.vue b/package1/group/groupBuyDetail.vue
index bb074bb..1e43d6a 100644
--- a/package1/group/groupBuyDetail.vue
+++ b/package1/group/groupBuyDetail.vue
@@ -20,11 +20,11 @@
- {{shopItem.shopAddress}}
+ {{shopItem.shopAddress}}
- 周一到周日 {{shopItem.shopTakeaway.businessHourBegin}}-{{shopItem.shopTakeaway.businessHourEnd}}
+ 周一到周日 {{shopItem.shopTakeaway.businessHourBegin}}-{{shopItem.shopTakeaway.businessHourEnd}}
@@ -139,7 +139,7 @@
.back-btn{
position: absolute;
bottom: 0;
- left: 0;
+ left: 20rpx;
}
.title-name{
padding-top: 110rpx;
@@ -156,10 +156,10 @@
padding: 20rpx;
}
.left{
- width: 60%;
+ width: 80%;
}
.right{
- width: 40%;
+ width: 20%;
height: 160rpx;
}
.img-popup-content {
diff --git a/package1/group/groupBuySingle.vue b/package1/group/groupBuySingle.vue
index d2accec..efe0e35 100644
--- a/package1/group/groupBuySingle.vue
+++ b/package1/group/groupBuySingle.vue
@@ -91,10 +91,10 @@
-
-
-
@@ -178,7 +177,7 @@
-
+
@@ -188,8 +187,9 @@
- 已选规格:
- {{getSpecDisplayString(cartItem.specs)}}
+
+ 已选规格:{{getSpecDisplayString(cartItem.specs)}}
+
@@ -287,9 +287,22 @@
- 搭配小食
-
-
+
+ 搭配小食
+
+
+
+
+ -
+
+
+ {{vModelValue}}
+
+
+ +
+
+
@@ -298,11 +311,14 @@
v-for="(spec, sIndex) in moreBuyList" :key="sIndex"
@tap="selectMoreBuy(spec,sIndex)">
- ¥{{spec.attributeListPrice | sliceMsg}} ✕ {{spec.quantity ? spec.quantity : ''}}
+ ¥{{spec.attributeListPrice | sliceMsg}}
{{spec.productName}}
+
+ {{spec.quantity ? spec.quantity : ''}}
+
@@ -400,7 +416,7 @@
-