This commit is contained in:
liuye
2022-08-12 14:13:24 +08:00
parent b58d74b53c
commit 3f3d6d5cc3
7 changed files with 37 additions and 11 deletions

View File

@@ -4,17 +4,17 @@
<p>系统初始化</p>
<p>进入应用-网格管理模块添加网格信息</p>
<p>进入应用-网格管理模块添加网格员相关信息</p>
<p>进入首页-居民档案管理添加居民档案</p>
<p>进入首页-居民档案添加居民档案</p>
<p>进入应用-网格管理-选中网格员添加责任家庭</p>
</div>
<div class="bg-fff">
<div class="flex">
<span>系统后台</span>
<div>https://saasweb.icunwei.com/login</div>
<div @click="copy">https://saasweb.icunwei.com/login<span class="copy">复制</span></div>
</div>
<div class="flex">
<span>联系电话</span>
<div>18186229224</div>
<div @click="callPhone('18186229224')">18186229224<img src="./img/my/phone-icon.png" /></div>
</div>
</div>
</div>
@@ -26,7 +26,23 @@ export default {
data() {
return {
}
}
},
methods: {
copy() {
uni.setClipboardData({
data: 'https://saasweb.icunwei.com/login', // e是你要保存的内容
success: () => {
uni.showToast({
title:'复制成功',
icon:'none'
})
}
})
},
callPhone(phoneNumber) {
uni.makePhoneCall({phoneNumber})
}
},
}
</script>
@@ -52,14 +68,24 @@ export default {
}
.flex {
display: flex;
justify-content: space-between;
// justify-content: space-between;
padding: 0 30px;
line-height: 100px;
font-size: 28px;
font-family: PingFangSC-Regular, PingFang SC;
color: #030303;
div {
color: #666;
color: #3975C6;
margin-left: 32px;
}
.copy {
margin-left: 24px;
}
img {
width: 48px;
height: 48px;
margin-left: 16px;
vertical-align: middle;
}
}
}

View File

@@ -63,12 +63,12 @@ export default {
linkUrl: '/apps/AppInterview/AppInterview'
},
{
img: require('../img/app/app-xtxf-icon.png'),
img: require('../img/home/home-xtxf-icon.png'),
title: '协同宣发',
linkUrl: '/apps/AppCooperationPropaganda/AppCooperationPropaganda'
},
{
img: require('../img/app/app-xtxf-icon.png'),
img: require('../img/app/app-xftj-icon.png'),
title: '宣发统计',
linkUrl: '/apps/AppPropagandaStatistics/AppPropagandaStatistics'
},

View File

@@ -30,7 +30,7 @@
<div>{{ girdInfo[item.key] }}</div>
</div>
</div>
<div class="title">居民活跃指数</div>
<div class="title">消息发送情况</div>
<div class="chart-content" id="statistic"></div>
</div>
</div>
@@ -46,7 +46,7 @@ export default {
appList: [
{
img: require('../img/home/home-jmgl-icon.png'),
title: '居民管理',
title: '居民档案',
linkUrl: '/apps/AppResidentDocument/AppResidentDocument'
},
{
@@ -60,7 +60,7 @@ export default {
linkUrl: '/apps/AppConflictMediation/AppConflictMediation'
},
{
img: require('../img/home/home-xftj-icon.png'),
img: require('../img/home/home-xtxf-icon.png'),
title: '协同宣发',
linkUrl: '/apps/AppCooperationPropaganda/AppCooperationPropaganda'
}

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 B