fix: 登录页及我的功能部分调整优化。

This commit is contained in:
tianyongbao
2025-01-10 19:33:11 +08:00
parent e6fa03ed11
commit b2a63565a9
8 changed files with 28 additions and 25 deletions

View File

@@ -29,7 +29,7 @@
<view class="mine-actions grid col-4 text-center">
<view class="action-item" @click="handleJiaoLiuQun">
<view class="iconfont icon-friendfill text-pink icon"></view>
<text class="text">企业微信</text>
<text class="text">官方公众号</text>
</view>
<view class="action-item" @click="handleService">
<view class="iconfont icon-service text-blue icon"></view>
@@ -152,10 +152,10 @@ function handleAbout() {
};
function handleJiaoLiuQun() {
uni.showToast({
title: '17753252359',
title: 'intc126',
mask: false,
icon: "none",
duration: 1000
duration: 5000
});
};
function handleBuilding() {
@@ -168,10 +168,10 @@ function handleBuilding() {
}
function handleService() {
uni.showToast({
title: '请电联17753252359~',
title: '请电联或加客服微信17753252359',
mask: false,
icon: "none",
duration: 1000
duration: 5000
});
}
function handleUs() {