|
|
@ -32,24 +32,34 @@ |
|
|
|
<uv-cell-group> |
|
|
|
|
|
|
|
<!-- 我的收藏 --> |
|
|
|
<uv-cell icon="setting-fill" title="我的收藏" |
|
|
|
<!-- <uv-cell icon="setting-fill" title="我的收藏" |
|
|
|
@click="$utils.navigateTo('/pages_order/mine/collect')" |
|
|
|
isLink> |
|
|
|
<template #icon> |
|
|
|
<image src="/static/image/center/1.png" |
|
|
|
class="uv-cell-icon"></image> |
|
|
|
</template> |
|
|
|
</uv-cell> |
|
|
|
</uv-cell> --> |
|
|
|
|
|
|
|
<!-- 我的预约 --> |
|
|
|
<uv-cell icon="setting-fill" title="我的预约" |
|
|
|
<!-- <uv-cell icon="setting-fill" title="我的预约" |
|
|
|
@click="$utils.navigateTo('/pages_order/mine/subscribe')" |
|
|
|
isLink> |
|
|
|
<template #icon> |
|
|
|
<image src="/static/image/center/2.png" |
|
|
|
class="uv-cell-icon"></image> |
|
|
|
</template> |
|
|
|
</uv-cell> |
|
|
|
</uv-cell> --> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <uv-cell icon="setting-fill" title="我的预约" |
|
|
|
@click="$utils.navigateTo('/pages_order/auth/wxUserInfo')" |
|
|
|
isLink> |
|
|
|
<template #icon> |
|
|
|
<image src="/static/image/center/2.png" |
|
|
|
class="uv-cell-icon"></image> |
|
|
|
</template> |
|
|
|
</uv-cell> --> |
|
|
|
|
|
|
|
<!-- 我的订单 --> |
|
|
|
<uv-cell icon="setting-fill" title="我的订单" |
|
|
|