This commit is contained in:
liuye
2023-12-14 11:04:52 +08:00
parent c8a547eaad
commit dbb6706b21
17 changed files with 1760 additions and 10 deletions

View File

@@ -44,12 +44,12 @@
<span>{{ item.label }}</span>
</button>
</div>
<div class="item" hover-class="bg-hover" @click="scan">
<!-- <div class="item" hover-class="bg-hover" @click="scan">
<div class="block">
<img class="icon" src="https://cdn.cunwuyun.cn/wxmp/mine/saoyisao.png" alt="">
</div>
<span class="desc">扫一扫</span>
</div>
</div> -->
</div>
</div>
<div class="logout" v-if="token">
@@ -85,23 +85,35 @@ export default {
// type: 'token'
// },
{
icon: "https://cdn.cunwuyun.cn/fengdu/mdpi_icon-fengshouma.png",
label: "我的丰收码",
path: "./myHarvestQR",
icon: "https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-icon-wdjt.png",
label: "我的家庭",
path: "./myFamily",
type: 'token'
},
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png",
icon: "https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-icon-wdjf.png",
label: "我的积分",
path: "./myIntegral",
type: 'token'
},
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png",
label: "我的家庭",
path: "./myFamily",
icon: "https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-icon-wdewm.png",
label: "我的二维码",
path: "./myHarvestQR",
type: 'token'
},
{
icon: "https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-icon-sys.png",
label: "扫一扫",
path: "./myHarvestQR",
type: 'scan'
},
{
icon: "https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-icon-fxxcx.png",
label: "分享小程序",
path: "./myHarvestQR",
type: 'share'
},
],
// [
// {
@@ -156,6 +168,17 @@ export default {
this.$linkTo(url)
}
}
if (type == 'scan') {
this.scan()
}
if (type == 'share') {
uni.showShareMenu({
// withShareTicket: true,
menus: ['shareAppMessage', 'shareTimeline'],//开启转发好友和转发朋友圈按钮
title: '欢迎使用数字乡村治理服务一体化平台~',
path: `/pages/AppModules/AppModules`
})
}
if (type == 'null') {
this.$u.toast('内容建设中...')
}
@@ -231,7 +254,7 @@ export default {
.header-info {
width: 100%;
height: 100%;
background: url('https://cdn.cunwuyun.cn/fengdu/mdpi_img-bg2.png') no-repeat;
background: url('https://cdn.cunwuyun.cn/wechat/biaopin/mine/mine-top-bg.png') no-repeat;
background: 100% auto;
box-sizing: border-box;
padding: 240px 0 0 48px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 993 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB