优化页面
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user