修改页面

This commit is contained in:
wangxiaowei
2025-06-06 18:03:22 +08:00
parent 022c640d89
commit 47d06ae355
68 changed files with 11600 additions and 4438 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -152,15 +152,18 @@
<block v-if="permissionStatus == 1">
<fu-loading v-if="isShowLoading"></fu-loading>
<fu-empty-ui v-if="list.length === 0 && isInit"></fu-empty-ui>
<view v-for="(item, index) in list" :key="index" class='flex flex-wrap align-center homePage_fd4_1'
<view v-for="(item, index) in list" :key="index" class='flex flex-wrap align-center homePage_fd4_1' style="position: relative;"
@tap.stop="handleJumpDiy" data-type="navigateTo"
:data-url="`/pages/dpxq/storeDetails/storeDetails?id=${item.aid}`">
<view class="point-bg">
<view class="point-bg-txt">积分{{item.score_rate}}%</view>
</view>
<view class='flex flex-direction flex-wrap align-start' style="position: relative;">
<view class='flex flex-wrap align-center justify-center homePage_fd4_1_c0_c0'>
<!-- <view class='flex flex-wrap align-center justify-center homePage_fd4_1_c0_c0'>
<text class='homePage_fd4_1_c0_c0_c0'>积分</text>
<text class='homePage_fd4_1_c0_c0_c1'>{{item.score_rate}}</text>
<text class='homePage_fd4_1_c0_c0_c2'>%</text>
</view>
</view> -->
<view class='flex flex-wrap align-center'>
<image class='homePage_fd4_1_c0_c1_c0' mode="aspectFill" :src='item.logo'></image>
</view>
@ -176,14 +179,17 @@
<view class='flex flex-wrap align-center homePage_fd4_1_c1_c1'>
<text class='storeDetails_fd2_0_c1_c1_c1' style="margin: 0 20rpx 0 0; color: #FF9D00;font-size: 26rpx;"
v-if="item.store_type">{{item.store_type}}</text>
<text style="margin-right: 20rpx;color:#E5E5E5">|</text>
<!-- <uv-rate count="5" :value="item.score" inactiveColor="#FF5951" activeColor="#FF5951" gutter="1" :allowHalf="true"></uv-rate> -->
<!-- <text class='homePage_fd4_1_c1_c1_c1'>{{item.score}}</text> -->
<image class='homePage_fd4_1_c1_c1_c0' mode="aspectFit" :src='STATIC_URL+"31.png"'></image>
<text class='homePage_fd4_1_c1_c1_c1'>{{item.score}}</text>
<text class='homePage_fd4_1_c1_c1_c2'>分</text>
</view>
<view class='flex flex-wrap align-center justify-between homePage_fd4_1_c1_c2'>
<view class='flex flex-wrap align-center'>
<text class='homePage_fd4_1_c1_c2_c0_c0'>关注人数</text>
<text class='homePage_fd4_1_c1_c2_c0_c1'>{{item.collect_num}}</text>
<view class='flex flex-wrap align-center' style="background-color: #FFEEED;padding: 4rpx 8rpx;">
<text class='homePage_fd4_1_c1_c2_c0_c0' style="color:#FF5951;">关注人数</text>
<text class='homePage_fd4_1_c1_c2_c0_c1' style="color:#FF5951;">{{item.collect_num}}</text>
</view>
<!-- <view class='flex flex-wrap align-center'>
<text class='homePage_fd4_1_c1_c2_c1_c0'>人均¥</text>
@ -270,7 +276,7 @@
onPageScroll(e) {
let opacity = e.scrollTop / 150
this.backgroundColor =
`rgba(255,213,172, ${opacity})`;
`rgba(215,255,213, ${opacity})`;
},
watch: {},
onLoad(options) {
@ -749,7 +755,7 @@
let cateList = res.data.data;
cateList.push({
aid: -9999,
thumb: this.STATIC_URL + "all.png",
thumb: this.STATIC_URL + "all2.png",
title: '全部'
})
console.log(cateList)
@ -802,10 +808,30 @@
overflow-x: hidden;
min-height: calc(100vh - var(--window-bottom));
// background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/13.png) no-repeat;
background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/index_bg.png) no-repeat;
background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/index_bg2.png) no-repeat;
background-size: 100% auto !important;
}
.point-bg {
background: url(https://lvtai-files.oss-cn-beijing.aliyuncs.com/mini/point_bg.png) no-repeat;
background-size: cover;
position: absolute;
top: -32rpx;
left: -32rpx;
z-index: 10;
width: 112rpx;
height: 112rpx;
}
.point-bg-txt {
transform: rotate(315deg);
font-size: 20rpx;
color: #fff;
margin-left: 12rpx;
margin-top: 32rpx;
}
.fu-my-background {
position: absolute;
top: 0;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff