|
|
@@ -286,54 +286,34 @@
|
|
|
<view class="padding-bottom" v-if="current == 3">
|
|
|
<view class="shop_xiang">
|
|
|
<view class="shopDizhi margin-lr">
|
|
|
- <image
|
|
|
- src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/shopXiang/address.png"
|
|
|
- class="radius"
|
|
|
- style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"
|
|
|
- ></image>
|
|
|
+ <image :src="Tupian('/shopXiang/address.png')" class="radius" style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"></image>
|
|
|
<text style="margin-left: 5px">{{ shopDet.detailedAddress }}</text>
|
|
|
<image
|
|
|
@click="call(shopDet.phone)"
|
|
|
- src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/shopXiang/phone.png"
|
|
|
+ :src="Tupian('/shopXiang/phone.png')"
|
|
|
class="radius"
|
|
|
style="width: 44rpx; height: 44rpx; float: right; margin-top: 20rpx"
|
|
|
></image>
|
|
|
</view>
|
|
|
<view class="shopLine margin-lr"></view>
|
|
|
<view class="shopDizhi margin-lr">
|
|
|
- <image
|
|
|
- src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/shopXiang/22.png"
|
|
|
- class="radius"
|
|
|
- style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"
|
|
|
- ></image>
|
|
|
+ <image :src="Tupian('/shopXiang/22.png')" class="radius" style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"></image>
|
|
|
<text style="margin-left: 5px">营业时间:{{ shopDet.businessHours }}-{{ shopDet.lockHours }}</text>
|
|
|
</view>
|
|
|
<view class="shopLine margin-lr"></view>
|
|
|
<view class="shopDizhi margin-lr">
|
|
|
- <image
|
|
|
- src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/shopXiang/33.png"
|
|
|
- class="radius"
|
|
|
- style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"
|
|
|
- ></image>
|
|
|
+ <image :src="Tupian('/shopXiang/33.png')" class="radius" style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"></image>
|
|
|
<text style="margin-left: 5px">商家品类:{{ shopDet.shopTypeName }}</text>
|
|
|
</view>
|
|
|
<view class="shopLine margin-lr"></view>
|
|
|
<view class="shopDizhi margin-lr">
|
|
|
- <image
|
|
|
- src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/shopXiang/44.png"
|
|
|
- class="radius"
|
|
|
- style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"
|
|
|
- ></image>
|
|
|
+ <image :src="Tupian('/shopXiang/44.png')" class="radius" style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"></image>
|
|
|
<text style="margin-left: 5px">配送范围:{{ shopDet.distributionDistance }}以内</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="shop_zheng">
|
|
|
<view class="shopDizhi margin-lr">
|
|
|
- <image
|
|
|
- src="https://moxuanyunshang.oss-cn-beijing.aliyuncs.com/shopXiang/55.png"
|
|
|
- class="radius"
|
|
|
- style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"
|
|
|
- ></image>
|
|
|
+ <image :src="Tupian('/shopXiang/55.png')" class="radius" style="width: 44rpx; height: 44rpx; float: left; margin-top: 20rpx"></image>
|
|
|
<text style="margin-left: 5px">营业执照,食品经营许可和健康证</text>
|
|
|
</view>
|
|
|
<view class="image-container" v-if="shop_zhizhao.length > 0">
|
|
|
@@ -2182,4 +2162,4 @@ page {
|
|
|
width: 180rpx; /* 三张图片平分宽度 */
|
|
|
height: 135rpx;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|