diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 794632d..c334e80 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -722,7 +722,6 @@ export default { return order } const location = this.getOrderLocation(order) - console.log(location); if (!location) { return order } diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index 31767aa..ff5e7bd 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -1400,15 +1400,15 @@ export default { justify-content: space-between; } .product-item{ - width: 340rpx; + width: 343rpx; background: #fff; border-radius: 16rpx; overflow: hidden; padding-bottom: 20rpx; margin-bottom: 24rpx; .product-img{ - width: 340rpx; - height: 340rpx; + width: 343rpx; + height: 343rpx; border-radius: 16rpx; } }