This commit is contained in:
weipengfei 2024-01-21 20:39:54 +08:00
parent d3bd273bdd
commit 0930807eff
3 changed files with 14 additions and 27 deletions

View File

@ -87,42 +87,21 @@
</view> </view>
<view class="list-con"> <view class="list-con">
<view class="list-con-left" @tap="navgo('/pages/nongKe/specialty/index?type_code=PersonalStore&street_id='+street_id)"> <view class="list-con-center" @tap="navgo('/pages/nongKe/specialty/index?type_code=PersonalStore&street_id='+street_id)">
<!-- <view class="list-con-title"> <image src="@/static/images/f8.png" mode="widthFix"></image>
<view class="con-titlea"> </view>
名优特产 <!-- <view class="list-con-left" @tap="navgo('/pages/nongKe/specialty/index?type_code=PersonalStore&street_id='+street_id)">
</view>
<view class="con-titleb">
精选当地特色特产
</view>
</view> -->
<image src="@/static/images/f5.png" mode="aspectFit"></image> <image src="@/static/images/f5.png" mode="aspectFit"></image>
</view> </view>
<view class="list-con-right"> <view class="list-con-right">
<view class="con-right" <view class="con-right"
@click="navgo('/pages/nongKe/food/index?type_code=TypeLocalCuisine')"> @click="navgo('/pages/nongKe/food/index?type_code=TypeLocalCuisine')">
<!-- <view class="list-con-title">
<view class="con-titlea">
当地美食
</view>
<view class="con-titleb">
美食线上一条街
</view>
</view> -->
<image src="@/static/images/f7.png" mode="aspectFit"></image> <image src="@/static/images/f7.png" mode="aspectFit"></image>
</view> </view>
<view class="con-right" @click="navgo('/pages/nongKe/tourism/index?type_code=TypeFeaturedCultural')"> <view class="con-right" @click="navgo('/pages/nongKe/tourism/index?type_code=TypeFeaturedCultural')">
<!-- <view class="list-con-title">
<view class="con-titlea">
特色文旅
</view>
<view class="con-titleb">
热门景区当地文化
</view>
</view> -->
<image src="@/static/images/f2.png" mode="aspectFit"></image> <image src="@/static/images/f2.png" mode="aspectFit"></image>
</view> </view>
</view> </view> -->
</view> </view>
<!-- <view class="list-bon" info="中秋团圆节"> <!-- <view class="list-bon" info="中秋团圆节">
<image src="@/static/images/f4.png" mode="aspectFit"></image> <image src="@/static/images/f4.png" mode="aspectFit"></image>
@ -1200,6 +1179,13 @@ import activityCard from "@/components/activityCard.vue"
} }
} }
} }
.list-con-center{
width: 726rpx;
image {
width: 100%;
height: 100%;
}
}
} }
.list-bon { .list-bon {

View File

@ -73,7 +73,8 @@
<view class="footer"> <view class="footer">
<view> <view>
<text>已选 {{ changeRed?1:0 }} </text> <text>已选 {{ changeRed?1:0 }} </text>
<text v-if="changeRed&&changeRed.coupon_title" style="color: #7f7f7f;font-size: 24rpx;margin-left: 12rpx;">({{changeRed.coupon_title}})</text> <view v-if="changeRed&&changeRed.coupon_title.includes('抵扣红包')" style="font-size: 24rpx;margin-left: 10rpx;color: #ed4c3a;">(使用红包后此订单将不参与任何补贴活动)</view>
<view v-if="changeRed&&changeRed.coupon_title.includes('通用红包')" style="font-size: 24rpx;margin-left: 10rpx;color: #ed4c3a;">(使用红包后此订单将不参与用户消费补贴活动)</view>
<!-- , 可减 <text class="red_i">¥</text> <text class="red_c">0</text> --> <!-- , 可减 <text class="red_i">¥</text> <text class="red_c">0</text> -->
</view> </view>
<view class="btn" @click="comfirm">确定</view> <view class="btn" @click="comfirm">确定</view>

BIN
static/images/f8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB