diff --git a/pages/admin/business/index.vue b/pages/admin/business/index.vue index 560ef46..9bea2d3 100644 --- a/pages/admin/business/index.vue +++ b/pages/admin/business/index.vue @@ -9,7 +9,7 @@ - + {{item.title}} @@ -64,14 +64,14 @@ icon: 'iconfont icon-shangjiaguanli' }); } - if(this.service.is_goods){ + if(this.service.is_offline){ list.push({ title: '我要收款', url: '/pages/admin/qrcode/index?mer_id=' + merId, icon: 'haiyuefont haiyue-shoukuang' }); } - if(this.service.is_goods){ + if(this.service.is_offline){ list.push({ title: '基本信息', url: '/pages/admin/shopInfo/index?mer_id=' + merId, diff --git a/pages/shop/css/shop.css b/pages/shop/css/shop.css index fa757de..991b3af 100644 --- a/pages/shop/css/shop.css +++ b/pages/shop/css/shop.css @@ -84,7 +84,7 @@ font-weight: bold; } .content .content-list .list-container .list-item{ - background-color: #F2F2F2; + background-color: #F9F9F9; display: flex; border-radius: 20rpx; margin: 24rpx 28rpx; diff --git a/pages/shop/index.vue b/pages/shop/index.vue index 07aaf00..1d3ad75 100644 --- a/pages/shop/index.vue +++ b/pages/shop/index.vue @@ -40,7 +40,8 @@ - + + {{item.service_score}}分 营业时间:{{item.config.mer_take_time.join('-')}} @@ -103,7 +104,6 @@ uni.showTabBar({animation: false}); let location=uni.getStorageSync('locationCity'); if(location){ - console.log('location: ',location); this.latitude=location.lat; this.longitude=location.lon; this.city=location.city; diff --git a/pages/shop/search/index.vue b/pages/shop/search/index.vue index 7c9e0fd..f5f9a25 100644 --- a/pages/shop/search/index.vue +++ b/pages/shop/search/index.vue @@ -38,7 +38,7 @@ - + @@ -74,7 +74,7 @@ - + diff --git a/pages/shop_details/index.vue b/pages/shop_details/index.vue index cfcf662..d358cce 100644 --- a/pages/shop_details/index.vue +++ b/pages/shop_details/index.vue @@ -14,7 +14,8 @@ {{ shopInfo.mer_name }} - + + 评分{{ shopInfo.service_score }}分