This commit is contained in:
BianLzhaoMin 2025-01-10 10:08:20 +08:00
commit 1132e835c9
1 changed files with 11 additions and 0 deletions

View File

@ -110,6 +110,9 @@
:loading="showDownload"
color="#000"
:loading-text="`下载中,请稍后...${percent}%`"></u-loading-page>
<view class="phoneType">
{{"客服电话055162573713"}}
</view>
</view>
</template>
@ -453,6 +456,14 @@
color: #3c87f3;
}
}
.phoneType {
position: absolute;
top: 650px; /* 距离页面顶部100像素的位置 */
left: 140px;
font-weight: bold;
color:blueviolet;
text-decoration: underline;
}
.switch-log {
width: 80%;