新增发布需求入口
This commit is contained in:
parent
a032e79b33
commit
f301cf8ab7
|
@ -64,6 +64,7 @@
|
||||||
class="service-item"
|
class="service-item"
|
||||||
v-for="(item, index) in aftermarketServiceList"
|
v-for="(item, index) in aftermarketServiceList"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
@click="$utils.toPage(item.page)"
|
||||||
>
|
>
|
||||||
<image
|
<image
|
||||||
class="service-icon"
|
class="service-icon"
|
||||||
|
@ -201,7 +202,7 @@ export default {
|
||||||
id: 11,
|
id: 11,
|
||||||
icon: require("@/static/temp/index/a3.png"),
|
icon: require("@/static/temp/index/a3.png"),
|
||||||
title: "保洁家政",
|
title: "保洁家政",
|
||||||
page: "",
|
page: "/pages/demand/demand",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 12,
|
id: 12,
|
||||||
|
|
Loading…
Reference in New Issue