更新:我的课程
This commit is contained in:
@@ -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)">
|
||||
|
||||
Reference in New Issue
Block a user