| | |
| | | <view class="box-info"> |
| | | <view class="shop"> |
| | | <view class="shop-image"> |
| | | <image v-if="shop.imgurl" @click="previewImage(shop.imgurl)" :src="shop.imgurl" mode="widthFix"></image> |
| | | <image @click="previewImage(shop.imgurl)" :src="shop.imgurl||'/static/icon/default3.png'" mode="widthFix"></image> |
| | | </view> |
| | | <view class="shop-info"> |
| | | <text>{{shop.name || ''}}</text> |
| | |
| | | <view class="info"> |
| | | <view class="info-item"> |
| | | <view class="info-item-label">营业时间:</view> |
| | | <view class="info-item-val">周一至周五 {{shop.startTime || ''}}</view> |
| | | <view class="info-item-val">{{shop.startTime || ''}}</view> |
| | | </view> |
| | | <view class="info-item"> |
| | | <view class="info-item-label">省市区:</view> |
| | |
| | | </view> |
| | | <view class="info-item"> |
| | | <view class="info-item-label">法人电话:</view> |
| | | <view class="info-item-val">{{shop.legalPersonPhone||''}}</view> |
| | | <view class="info-item-val">{{shop.legalPersonPhone||'-'}}</view> |
| | | </view> |
| | | <view class="info-item"> |
| | | <view class="info-item-label">身份证:</view> |