培训班管理,处理冲突2

This commit is contained in:
liuyuan
2025-04-16 09:27:04 +08:00
parent 9d9e6efe07
commit b3a43ddc79
3 changed files with 298 additions and 268 deletions

View File

@@ -6,12 +6,14 @@
"request" : 15000
},
"transformPx" : false,
"icons": [{
"icons" : [
{
"sizes" : "分辨率192x192",
"src" : "图片路径"
}],
"versionName": "2.0.06",
"versionCode": 2006,
}
],
"versionName" : "2.0.07",
"versionCode" : 2007,
"app-plus" : {
"nvueCompiler" : "uni-app",
"compatible" : {
@@ -268,3 +270,4 @@
}
}
// 小程序特有相关

View File

@@ -115,6 +115,28 @@
>
</view>
</view>
<view v-if="slotProps.row.orderType == 'trainingClass'" class="bookinfolist">
<image
class="feng fengPoint"
src="/static/icon/icon_pxb.png"
mode="aspectFill"
>
</image>
<view class="btns flexbox">
<view class="booknameleft">
{{ slotProps.row.remark }}
</view>
<view style="
line-height: 58rpx;
color: #333;
font-size: 26rpx;
font-weight: 700;
">
<text style="font-size: 20rpx"></text>
</view>
</view>
</view>
<view
v-if="slotProps.row.orderType == 'relearn'"
class="bookinfolist"

View File

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