|
@@ -80,7 +80,7 @@
|
|
|
<text class="distance" v-if="showdDistance">距您直线{{ item.distance }}公里</text>
|
|
<text class="distance" v-if="showdDistance">距您直线{{ item.distance }}公里</text>
|
|
|
<view class="detail">
|
|
<view class="detail">
|
|
|
<img class="img" src="../../static/index/hotel.png" />
|
|
<img class="img" src="../../static/index/hotel.png" />
|
|
|
- <view class="price">
|
|
|
|
|
|
|
+ <view class="price_home">
|
|
|
<text class="txt1">¥{{ item.min_price }}</text>
|
|
<text class="txt1">¥{{ item.min_price }}</text>
|
|
|
<text class="txt2">起</text>
|
|
<text class="txt2">起</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -164,12 +164,12 @@
|
|
|
<view class="body_list">
|
|
<view class="body_list">
|
|
|
<!-- 每一个特产区域 -->
|
|
<!-- 每一个特产区域 -->
|
|
|
<view class="item_goods" v-for="item in goodsList" :key="item.id" @click="to_detail(item)">
|
|
<view class="item_goods" v-for="item in goodsList" :key="item.id" @click="to_detail(item)">
|
|
|
- <img class="goods_img" mode="acpectFill" :src="item.imgs.split(',')[0]" />
|
|
|
|
|
|
|
+ <img class="goods_img" mode="aspectFill" :src="item.imgs.split(',')[0]" />
|
|
|
<view class="goods_name">{{ item.name }}</view>
|
|
<view class="goods_name">{{ item.name }}</view>
|
|
|
|
|
|
|
|
<view class="goods_detail">
|
|
<view class="goods_detail">
|
|
|
<img class="img" src="../../static/index/goods.png" />
|
|
<img class="img" src="../../static/index/goods.png" />
|
|
|
- <view class="price">
|
|
|
|
|
|
|
+ <view class="price_good">
|
|
|
<text class="txt1">¥{{ item.price }}</text>
|
|
<text class="txt1">¥{{ item.price }}</text>
|
|
|
<text class="txt2">起</text>
|
|
<text class="txt2">起</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -198,7 +198,7 @@
|
|
|
<text class="distance" v-if="showdDistance">距您直线{{ item.distance }}公里</text>
|
|
<text class="distance" v-if="showdDistance">距您直线{{ item.distance }}公里</text>
|
|
|
<view class="detail">
|
|
<view class="detail">
|
|
|
<img class="img" src="../../static/index/hotel.png" />
|
|
<img class="img" src="../../static/index/hotel.png" />
|
|
|
- <view class="price">
|
|
|
|
|
|
|
+ <view class="price_home">
|
|
|
<text class="txt1">¥{{ item.min_price }}</text>
|
|
<text class="txt1">¥{{ item.min_price }}</text>
|
|
|
<text class="txt2">起</text>
|
|
<text class="txt2">起</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -1087,7 +1087,7 @@ export default {
|
|
|
height: 40rpx;
|
|
height: 40rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .price {
|
|
|
|
|
|
|
+ .price_home {
|
|
|
.txt1 {
|
|
.txt1 {
|
|
|
font-size: 36rpx;
|
|
font-size: 36rpx;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
@@ -1147,7 +1147,7 @@ export default {
|
|
|
height: 40rpx;
|
|
height: 40rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .price {
|
|
|
|
|
|
|
+ .price_good {
|
|
|
.txt1 {
|
|
.txt1 {
|
|
|
font-size: 36rpx;
|
|
font-size: 36rpx;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|