更新:我的课程

This commit is contained in:
2025-12-26 11:41:27 +08:00
parent 89e77864a3
commit e2d6523347
6 changed files with 18 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="recharge-page">
<nav-bar :title="$t('user.iHufen')"></nav-bar>
<view class="menu-section" v-if="hufenList.list.length > 0">
<view class="menu-section" v-if="hufenList.list?.length > 0">
<wd-cell-group border class="menu-list">
<wd-cell v-for="item in hufenList.list" :key="item.type" :title="item.dict_value" is-link
@click="handleMenuClick(item)">

View File

@@ -132,6 +132,12 @@
url: '/pages/user/myBook/index',
type: 'pageJump'
},
{
id: 9,
name: t('user.myCourses'),
url: '/pages/user/myCourses/index',
type: 'pageJump'
},
{
id: 8,
name: t('user.iHufen'),