Merge branch 'main' of https://git.nuttyreading.com/zm/taimed-international-app
This commit is contained in:
@@ -236,7 +236,8 @@
|
||||
"hufenRecord": "Lake division record",
|
||||
"hufen": "Hufen",
|
||||
"backEnd" : "Back-end recharge",
|
||||
"cannotView" : "The recharge in the background cannot be viewed"
|
||||
"cannotView" : "The recharge in the background cannot be viewed",
|
||||
"myCourses": "My courses"
|
||||
},
|
||||
"book": {
|
||||
"title": "My Books",
|
||||
|
||||
@@ -237,7 +237,8 @@
|
||||
"hufenRecord": "湖分记录",
|
||||
"hufen": "湖分",
|
||||
"backEnd" : "后台充值",
|
||||
"cannotView" : "后台充值无法查看"
|
||||
"cannotView" : "后台充值无法查看",
|
||||
"myCourses": "我的课程"
|
||||
},
|
||||
"book": {
|
||||
"title": "我的书单",
|
||||
|
||||
@@ -112,6 +112,12 @@
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%book.title%"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/user/myCourses/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "%book.title%"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/book/index",
|
||||
"style": {
|
||||
|
||||
@@ -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)">
|
||||
|
||||
@@ -124,6 +124,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'),
|
||||
|
||||
@@ -104,6 +104,7 @@
|
||||
|
||||
@include when(active) {
|
||||
font-weight: 600;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
@include when(disabled) {
|
||||
|
||||
Reference in New Issue
Block a user