|
|
|
@ -64,6 +64,9 @@
|
|
|
|
v-for="item in links"
|
|
|
|
v-for="item in links"
|
|
|
|
:key="item.text"
|
|
|
|
:key="item.text"
|
|
|
|
bg-color="transparent"
|
|
|
|
bg-color="transparent"
|
|
|
|
|
|
|
|
@click="$u.throttle($u.route({
|
|
|
|
|
|
|
|
url: item.to
|
|
|
|
|
|
|
|
}))"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<image class="icon" :src="item.icon" mode="aspectFit"></image>
|
|
|
|
<image class="icon" :src="item.icon" mode="aspectFit"></image>
|
|
|
|
<view class="text">{{ item.text }}</view>
|
|
|
|
<view class="text">{{ item.text }}</view>
|
|
|
|
@ -193,6 +196,7 @@ export default {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
text: "陪诊服务",
|
|
|
|
text: "陪诊服务",
|
|
|
|
icon: "/static/index/peizhenfuwu.png",
|
|
|
|
icon: "/static/index/peizhenfuwu.png",
|
|
|
|
|
|
|
|
to: "/package_sub/pages/ServiceList/ServiceList"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
text: "就医服务",
|
|
|
|
text: "就医服务",
|
|
|
|
|