This commit is contained in:
Vinjor 2025-04-25 18:48:47 +08:00
parent 238044eb0c
commit c03efe220a

View File

@ -96,6 +96,7 @@
</view>
</view>
</view>
<view class="dl-max-box">
<!-- 个人信息和其他信息 -->
<view class="other-box">
<view class="box-room">
@ -138,16 +139,14 @@
<view class="box-room">
<view class="detail-title">其他信息</view>
<view class="menu-box">
<view class="menu-item" @click="viewNewPeople()">
<!-- <image src="@/static/mine/xinrenshouce.png" mode="aspectFit"></image> -->
<!-- <view class="menu-item" @click="viewNewPeople()">
<image src="@/static/mine/caise/shouce.png" mode="aspectFit"></image>
<view>新人手册</view>
</view>
<!-- <view class="menu-item" @click="toggle('center',customer_service)">-->
</view> -->
<view class="menu-item" style="position: relative;">
<!-- <image src="@/static/mine/kefu.png" mode="aspectFit"></image> -->
<image src="@/static/mine/caise/kefu.png" mode="aspectFit"></image>
<button class="share-button" open-type="contact" ></button>
<button class="share-button" open-type="contact"></button>
<view>联系客服</view>
</view>
<view class="menu-item" @click="toggle('center',wechat_img)">
@ -168,6 +167,7 @@
</view>
</view>
</view>
</view>
<!-- 普通弹窗 -->
<uni-popup ref="popup" background-color="#fff">
<view class="popup-content" :class="{ 'popup-height': type === 'left' || type === 'right' }">
@ -366,6 +366,11 @@
position: relative;
background-color: #F6F6F6;
.dl-max-box {
width: 100%;
overflow-y: scroll;
height: calc(100% - var(--status-bar-height) - var(--window-bottom) - 570rpx);
}
.dl-title {
padding-top: calc(var(--status-bar-height) + 73rpx);
@ -765,6 +770,7 @@
height: 100rpx;
z-index: 99;
}
.share-button::after {
border: none !important;
}