Commit 8b7b6d73 authored by 石建新(贵阳日报)'s avatar 石建新(贵阳日报)
parents fd513244 c75eeb13
...@@ -24,14 +24,14 @@ ...@@ -24,14 +24,14 @@
<image class="fab-icon" src="../../static/index/coupon.png"></image> <image class="fab-icon" src="../../static/index/coupon.png"></image>
<text class="fab-text">优惠券</text> <text class="fab-text">优惠券</text>
</view> </view>
<view class="custom-button" @click="go('/pages/storeEntry/index')"> <!-- <view class="custom-button" @click="go('/pages/storeEntry/index')">
<image class="fab-icon" src="../../static/index/coupon.png"></image> <image class="fab-icon" src="../../static/index/coupon.png"></image>
<text class="fab-text">商家</text> <text class="fab-text">商家</text>
</view> </view>
<view class="custom-button" @click="go('/pages/assistingAgriculture/index/index')"> <view class="custom-button" @click="go('/pages/assistingAgriculture/index/index')">
<image class="fab-icon" src="../../static/index/coupon.png"></image> <image class="fab-icon" src="../../static/index/coupon.png"></image>
<text class="fab-text">助农</text> <text class="fab-text">助农</text>
</view> </view> -->
</view> </view>
<!-- 预售主页 --> <!-- 预售主页 -->
<view v-if="position === '2'" class="outer-view"> <view v-if="position === '2'" class="outer-view">
......
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
style="width: 32rpx; height: 32rpx" style="width: 32rpx; height: 32rpx"
/> />
<video <video
v-if="videoList.length !== 0"
:class="{ 'no-progress-bar': !isFullScreen }" :class="{ 'no-progress-bar': !isFullScreen }"
:show-fullscreen-btn="true" :show-fullscreen-btn="true"
:show-play-btn="true" :show-play-btn="true"
...@@ -66,11 +67,12 @@ ...@@ -66,11 +67,12 @@
@play="play" @play="play"
@fullscreenchange="handleFullscreenChange" @fullscreenchange="handleFullscreenChange"
></video> ></video>
<!-- <img--> <img
<!-- class="spe-img"--> v-else
<!-- src="/static/assistingAgriculture/rural/img5.png"--> class="spe-img"
<!-- style="width: 306rpx; height: 204rpx"--> src="/static/assistingAgriculture/rural/img5.png"
<!-- />--> style="width: 306rpx; height: 204rpx"
/>
</view> </view>
</view> </view>
<view class="hot-way"> <view class="hot-way">
......
...@@ -34,7 +34,10 @@ ...@@ -34,7 +34,10 @@
height="220" height="220"
imageMode="aspectFill" imageMode="aspectFill"
></wd-swiper> ></wd-swiper>
</view>
<view class="env"> <view class="env">
<view class="env-css">
<text class="line"></text>
<text class="env-info">贵阳市农业农村局 贵阳日报传媒集团联合打造</text> <text class="env-info">贵阳市农业农村局 贵阳日报传媒集团联合打造</text>
</view> </view>
</view> </view>
...@@ -112,7 +115,7 @@ onMounted(async () => { ...@@ -112,7 +115,7 @@ onMounted(async () => {
const getList = () => { const getList = () => {
getSortList().then((res) => { getSortList().then((res) => {
res.data.forEach((item) => { res.data.forEach((item) => {
item.icon = import.meta.env.VITE_APP_IMG_URL + item.pic; item.icon = import.meta.env.VITE_APP_IMG_URL + item.icon;
}); });
sortList.value = res.data; sortList.value = res.data;
}); });
...@@ -334,18 +337,22 @@ page { ...@@ -334,18 +337,22 @@ page {
} }
.env { .env {
width: 750rpx; width: 750rpx;
//height: 48rpx; background: linear-gradient(180deg, #f5fdf3 0%, #82ce8b 100%);
background: rgba(255, 255, 255, 0.005); border-radius: 10rpx 10rpx 0rpx 0rpx;
backdrop-filter: blur(20rpx); .env-css {
position: absolute;
margin-top: -60rpx;
z-index: 999;
.env-info {
height: 48rpx; height: 48rpx;
line-height: 48rpx; display: flex;
font-size: 28rpx; align-items: center;
color: #ffffff; .line {
margin-left: 20rpx; width: 4rpx;
height: 20rpx;
background: #659c27;
margin: 16rpx 20rpx;
}
.env-info {
font-size: 24rpx;
color: #202020;
}
} }
} }
</style> </style>
...@@ -376,7 +376,6 @@ page { ...@@ -376,7 +376,6 @@ page {
margin-left: 20rpx; margin-left: 20rpx;
border-radius: 16rpx; border-radius: 16rpx;
background: #ffffff; background: #ffffff;
margin-top: 6rpx;
} }
.buy-list { .buy-list {
margin-top: 30rpx; margin-top: 30rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment