fix: 登录页及我的功能部分调整优化。
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user