|
|
|
@ -24,6 +24,7 @@ |
|
|
|
|
<text v-else-if="store.is_trader" class="font-bg-red ml8">自营</text> |
|
|
|
|
</view> |
|
|
|
|
<!-- <view class="fans">{{ store.care_count < 10000 ? store.care_count : (store.care_count / 10000).toFixed(2) + '万' }}人关注</view> --> |
|
|
|
|
<view class="fans">{{ store.care_count}}人关注</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="section wrap" style="margin-top: 22rpx;padding:0;background: none;"> |
|
|
|
@ -83,7 +84,8 @@ |
|
|
|
|
<view class="item very"> |
|
|
|
|
<view class="name">店铺地址</view> |
|
|
|
|
<view class="value">{{ store.mer_address }}</view> |
|
|
|
|
<image src="/static/images/dizhi.png" mode="" v-if="store.lat && store.long && mer_location == 1" @click="showMaoLocation(store.lat, store.long)" style="width:38rpx;height:38rpx;"></image> |
|
|
|
|
<!-- && mer_location == 1 --> |
|
|
|
|
<image src="/static/images/dizhi.png" mode="" v-if="store.lat && store.long " @click="showMaoLocation(store.lat, store.long)" style="width:38rpx;height:38rpx;"></image> |
|
|
|
|
<!-- <view v-if="store.lat && store.long && mer_location == 1" class="iconfont icon-dingwei" @click="showMaoLocation(store.lat, store.long)"></view> --> |
|
|
|
|
</view> |
|
|
|
|
<view v-if="store.service_phone" class="item"> |
|
|
|
|