diff --git a/Product/pages/placeOrder.vue b/Product/pages/placeOrder.vue index 88c6072..e556f3c 100644 --- a/Product/pages/placeOrder.vue +++ b/Product/pages/placeOrder.vue @@ -10,10 +10,11 @@ 自提时间: - + {{single?single:'请选择自提时间'}} + 商品合计: diff --git a/Product/pages/product.vue b/Product/pages/product.vue index f7ca793..d09b3d1 100644 --- a/Product/pages/product.vue +++ b/Product/pages/product.vue @@ -13,6 +13,7 @@ {{productData.productName}} + {{integral}}积分 ¥ {{price}} @@ -57,7 +58,7 @@ - 自提油站 + 自提油站 @@ -176,7 +177,7 @@ 自提油站 - + { + clearTimeout(instance) + this.isSiteList = false + },200) }, popupChange(e) { if (!e.show) { @@ -685,7 +700,19 @@ height: 64upx; padding: 10upx 0; font-size: 26upx; - color: $base-color; + + > text { + &:nth-of-type(1) { + margin-right: 10rpx; + font-size: 32rpx; + color: $base-color; + } + &:nth-of-type(2), + &:nth-of-type(3){ + font-size: 24rpx; + color: #999; + } + } } .price { diff --git a/pages.json b/pages.json index a224396..42dba82 100644 --- a/pages.json +++ b/pages.json @@ -101,7 +101,7 @@ "path": "pages/product", "style": { "navigationBarBackgroundColor": "#ffffff", - "navigationBarTitleText": "分类商品", + "navigationBarTitleText": "商品明细", "enablePullDownRefresh": true } }, {