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",
|
"hufenRecord": "Lake division record",
|
||||||
"hufen": "Hufen",
|
"hufen": "Hufen",
|
||||||
"backEnd" : "Back-end recharge",
|
"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": {
|
"book": {
|
||||||
"title": "My Books",
|
"title": "My Books",
|
||||||
|
|||||||
@@ -237,7 +237,8 @@
|
|||||||
"hufenRecord": "湖分记录",
|
"hufenRecord": "湖分记录",
|
||||||
"hufen": "湖分",
|
"hufen": "湖分",
|
||||||
"backEnd" : "后台充值",
|
"backEnd" : "后台充值",
|
||||||
"cannotView" : "后台充值无法查看"
|
"cannotView" : "后台充值无法查看",
|
||||||
|
"myCourses": "我的课程"
|
||||||
},
|
},
|
||||||
"book": {
|
"book": {
|
||||||
"title": "我的书单",
|
"title": "我的书单",
|
||||||
|
|||||||
@@ -112,6 +112,12 @@
|
|||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"navigationBarTitleText": "%book.title%"
|
"navigationBarTitleText": "%book.title%"
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"path": "pages/user/myCourses/index",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom",
|
||||||
|
"navigationBarTitleText": "%book.title%"
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/book/index",
|
"path": "pages/book/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="recharge-page">
|
<view class="recharge-page">
|
||||||
<nav-bar :title="$t('user.iHufen')"></nav-bar>
|
<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-group border class="menu-list">
|
||||||
<wd-cell v-for="item in hufenList.list" :key="item.type" :title="item.dict_value" is-link
|
<wd-cell v-for="item in hufenList.list" :key="item.type" :title="item.dict_value" is-link
|
||||||
@click="handleMenuClick(item)">
|
@click="handleMenuClick(item)">
|
||||||
|
|||||||
@@ -124,6 +124,12 @@
|
|||||||
url: '/pages/user/myBook/index',
|
url: '/pages/user/myBook/index',
|
||||||
type: 'pageJump'
|
type: 'pageJump'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 9,
|
||||||
|
name: t('user.myCourses'),
|
||||||
|
url: '/pages/user/myCourses/index',
|
||||||
|
type: 'pageJump'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 8,
|
id: 8,
|
||||||
name: t('user.iHufen'),
|
name: t('user.iHufen'),
|
||||||
|
|||||||
@@ -104,6 +104,7 @@
|
|||||||
|
|
||||||
@include when(active) {
|
@include when(active) {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include when(disabled) {
|
@include when(disabled) {
|
||||||
|
|||||||
Reference in New Issue
Block a user