This commit is contained in:
parent
2e50080397
commit
f54f74381c
|
@ -64,14 +64,14 @@
|
||||||
icon: 'iconfont icon-shangjiaguanli'
|
icon: 'iconfont icon-shangjiaguanli'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if(this.service.is_goods){
|
if(this.service.is_offline){
|
||||||
list.push({
|
list.push({
|
||||||
title: '我要收款',
|
title: '我要收款',
|
||||||
url: '/pages/admin/qrcode/index?mer_id=' + merId,
|
url: '/pages/admin/qrcode/index?mer_id=' + merId,
|
||||||
icon: 'haiyuefont haiyue-shoukuang'
|
icon: 'haiyuefont haiyue-shoukuang'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if(this.service.is_goods){
|
if(this.service.is_offline){
|
||||||
list.push({
|
list.push({
|
||||||
title: '基本信息',
|
title: '基本信息',
|
||||||
url: '/pages/admin/shopInfo/index?mer_id=' + merId,
|
url: '/pages/admin/shopInfo/index?mer_id=' + merId,
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.content .content-list .list-container .list-item{
|
.content .content-list .list-container .list-item{
|
||||||
background-color: #F2F2F2;
|
background-color: #F9F9F9;
|
||||||
display: flex;
|
display: flex;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
margin: 24rpx 28rpx;
|
margin: 24rpx 28rpx;
|
||||||
|
|
|
@ -40,7 +40,8 @@
|
||||||
<view class="item-content">
|
<view class="item-content">
|
||||||
<view class="right-center-left">
|
<view class="right-center-left">
|
||||||
<view class="center-left-score">
|
<view class="center-left-score">
|
||||||
<text class="iconfont icon-shitixing"></text>
|
<!-- <text class="iconfont icon-shitixing"></text>/ -->
|
||||||
|
<image src="@/static/images/xingxing.png" mode="" style="width: 12px;height: 12px;"></image>
|
||||||
<text>{{item.service_score}}分</text>
|
<text>{{item.service_score}}分</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="center-left-time" v-if="item.config&&item.config.mer_take_time">营业时间:{{item.config.mer_take_time.join('-')}}</view>
|
<view class="center-left-time" v-if="item.config&&item.config.mer_take_time">营业时间:{{item.config.mer_take_time.join('-')}}</view>
|
||||||
|
@ -103,7 +104,6 @@
|
||||||
uni.showTabBar({animation: false});
|
uni.showTabBar({animation: false});
|
||||||
let location=uni.getStorageSync('locationCity');
|
let location=uni.getStorageSync('locationCity');
|
||||||
if(location){
|
if(location){
|
||||||
console.log('location: ',location);
|
|
||||||
this.latitude=location.lat;
|
this.latitude=location.lat;
|
||||||
this.longitude=location.lon;
|
this.longitude=location.lon;
|
||||||
this.city=location.city;
|
this.city=location.city;
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
</view>
|
</view>
|
||||||
<!-- 商品 -->
|
<!-- 商品 -->
|
||||||
<block>
|
<block>
|
||||||
<view v-if="!is_switch" class='list acea-row row-between-wrapper on'>
|
<view v-if="!is_switch" class='list acea-row row-between-wrapper on' style="margin-top: 0;">
|
||||||
<view class='item on' hover-class='none' v-for="(item,index) in productList" :key="index"
|
<view class='item on' hover-class='none' v-for="(item,index) in productList" :key="index"
|
||||||
@click="godDetail(item)">
|
@click="godDetail(item)">
|
||||||
<view class='pictrue on'>
|
<view class='pictrue on'>
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-else class='list'>
|
<view v-else class='list' style="margin-top: 0;">
|
||||||
<WaterfallsFlow :wfList='productList' @itemTap="godDetail" :type="1" @goShop="goShop"/>
|
<WaterfallsFlow :wfList='productList' @itemTap="godDetail" :type="1" @goShop="goShop"/>
|
||||||
</view>
|
</view>
|
||||||
<view class='noCommodity' v-if="productList.length==0 && where.page > 1">
|
<view class='noCommodity' v-if="productList.length==0 && where.page > 1">
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
<view class="title_right">
|
<view class="title_right">
|
||||||
<view class="txt">{{ shopInfo.mer_name }}</view>
|
<view class="txt">{{ shopInfo.mer_name }}</view>
|
||||||
<view class="grade">
|
<view class="grade">
|
||||||
<text class="iconfont icon-shitixing"></text>
|
<!-- <text class="iconfont icon-shitixing"></text> -->
|
||||||
|
<image src="@/static/images/xingxing.png" mode="" style="width: 12px;height: 12px;"></image>
|
||||||
<text>评分{{ shopInfo.service_score }}分</text>
|
<text>评分{{ shopInfo.service_score }}分</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="desc" v-if="shopInfo.detail&&shopInfo.detail.promise"
|
<view class="desc" v-if="shopInfo.detail&&shopInfo.detail.promise"
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue