优化页面

This commit is contained in:
pengxiaolong
2025-06-12 22:16:09 +08:00
parent 931d867c09
commit de99d32c01
63 changed files with 973 additions and 335 deletions

View File

@@ -114,7 +114,7 @@ function handlePush(item, index) {
if (index === 3) {
VerifyLogin().then((res) => {
if (res) {
uni.navigateTo({
uni.redirectTo({
url: "/TUIKit/components/TUIConversation/index",
animationType: "none",
});
@@ -173,7 +173,7 @@ function handlePush(item, index) {
position: relative;
position: fixed;
bottom: 0;
z-index: 999;
z-index: 2;
background-size: contain;
width: 100vw;
background-color: #ffffff;

View File

@@ -12,8 +12,8 @@
class="MakeAppointment"
>PK大厅</view
>
<!-- <view @click="screening" class="Screening">筛选</view>
<image @click="Search" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Searching.png" class="filter-icon" /> -->
<view @click="screening" class="Screening">筛选</view>
<!-- <image @click="Search" src="https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/Searching.png" class="filter-icon" /> -->
</view>
</template>