培训班管理

This commit is contained in:
liuyuan
2025-04-16 08:57:34 +08:00
parent c1289e48de
commit 37e591aa33
28 changed files with 23846 additions and 18820 deletions

View File

@@ -203,6 +203,11 @@
url: "/pages/certificate/certificate",
type: "pageJump",
},
{
name: "培训班管理",
url: "/pages/trainingCourse/index",
type: "pageJump",
},
// {
// name: "我的湖分",
// url: "/pages/hufen/hufen",

View File

@@ -3,7 +3,7 @@
<!-- 公共组件-每个页面必须引入 -->
<public-module></public-module>
<z-nav-bar title="充值" bgColor="#258feb" fontColor="#fff" :homeState="options.source == 'order' ? 1000 : 2000"
:backState="options.source == 'order' ? 2000 : 1000"></z-nav-bar>
:backState="options.source == 'order' ? 2000 : 1000" @click-home="handleHomeClick"></z-nav-bar>
<view>
<view class="cha_jine">
@@ -235,8 +235,12 @@
}
});
// }
},
//回到首页
handleHomeClick(){
uni.switchTab({
url: '/pages/peanut/home'
});
},
// 关闭交易订单
finishTransaction(trans) {