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