我的家乡

This commit is contained in:
shijingjing
2022-11-18 09:23:01 +08:00
parent ce180ca6e1
commit face324b7c

View File

@@ -32,7 +32,7 @@
:label="approveLabel" label-color="#E7F2FF" label-pos="left" @click="approve"/>
</div>
</div>
<!-- <div class="list-wrap">
<div class="list-wrap">
<div class="card" v-for="(group,index) in listGroup" :key="index">
<div class="item" v-for="(item) in group" hover-class="bg-hover" :key="item.label"
@click="linkTo(item.path, item.type)">
@@ -45,7 +45,7 @@
</button>
</div>
</div>
</div> -->
</div>
<AiLogin ref="login" @success="getAuth()"/>
</div>
</template>
@@ -69,12 +69,12 @@ export default {
listGroup() {
return [
[
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png",
label: "我的家庭",
path: "./myFamily",
type: 'idNumber'
},
// {
// icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiating.png",
// label: "我的家庭",
// path: "./myFamily",
// type: 'idNumber'
// },
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejiaxiang.png",
label: "我的家乡",
@@ -82,26 +82,26 @@ export default {
type: 'token'
}
],
[
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png",
label: "我的积分",
path: "/mods/AppCreditPoints/AppCreditPoints?type=detail",
type: 'idNumber'
},
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/chaoshidingdan.png",
label: "超市订单",
path: "/mods/AppOrderList/AppOrderList",
type: 'idNumber'
},
{
icon: "https://cdn.cunwuyun.cn/wxmp/mine/banshijindu.png",
label: "办事进度",
path: "/mods/AppMyPlan/AppMyPlan",
type: 'idNumber'
}
],
// [
// {
// icon: "https://cdn.cunwuyun.cn/wxmp/mine/wodejifen.png",
// label: "我的积分",
// path: "/mods/AppCreditPoints/AppCreditPoints?type=detail",
// type: 'idNumber'
// },
// {
// icon: "https://cdn.cunwuyun.cn/wxmp/mine/chaoshidingdan.png",
// label: "超市订单",
// path: "/mods/AppOrderList/AppOrderList",
// type: 'idNumber'
// },
// {
// icon: "https://cdn.cunwuyun.cn/wxmp/mine/banshijindu.png",
// label: "办事进度",
// path: "/mods/AppMyPlan/AppMyPlan",
// type: 'idNumber'
// }
// ],
]
}
},