登录页面添加客服电话

This commit is contained in:
jjLv 2024-12-09 14:15:05 +08:00
parent f8db549bcf
commit 08a80eaa8d
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%;