Browse Source

refactor(components): 移除未使用的视频列表组件并注释中心页部分代码

移除未使用的 `videoList - 副本 (2).vue` 组件,并将 `center.vue` 中的部分代码注释掉,以便后续优化和清理代码结构
master
前端-胡立永 2 weeks ago
parent
commit
48a43db118
2 changed files with 14 additions and 4 deletions
  1. +0
    -0
      components/list/videoList2.vue
  2. +14
    -4
      pages/index/center.vue

components/list/videoList - 副本 (2).vue → components/list/videoList2.vue View File


+ 14
- 4
pages/index/center.vue View File

@ -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="我的订单"


Loading…
Cancel
Save