JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_学习中新增进度条

This commit is contained in:
杨航
2026-01-05 15:29:57 +08:00
parent 2ec6b44d36
commit db81c7fb9c
2 changed files with 41 additions and 10 deletions
+3 -3
View File
@@ -2,14 +2,14 @@
ENV = 'development.yh'
# 'development.yh'
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786'
# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
# VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604'
# VITE_APP_BASE_H5_API_Url_TRAPRACTICE = 'http://25.64.32.156:9603'
VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.154:9601'
# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.154:9601'
# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.158:9601'
# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.32.154:9602'
+38 -7
View File
@@ -48,7 +48,13 @@
</view>
<view class="study-num">
<view class="color-blue">{{ showOrder }}</view>
/ {{ pgrphNum }}
<view class="bg-block">
<view class="bg-gray">
<view class="bg-blue" :style="`width: ${showOrder/pgrphNum * 100}%;`"></view>
</view>
</view>
<text>{{ pgrphNum }}</text>
</view>
<scroll-view class="talking-list" :scroll-y="true" :scroll-top="scrollTop" :show-scrollbar="false" :scroll-with-animation="true">
<!-- <view class="talking-list-cont" id="scroll-box" ref="scrollBoxRef"> -->
@@ -1297,19 +1303,44 @@ const chooseRateNow = item => {
}
.study-num {
height: 36rpx;
line-height: 36rpx;
height: 56rpx;
line-height: 46rpx;
font-size: 36rpx;
text-align: center;
padding-top: 20rpx;
padding-bottom: 10rpx;
box-sizing: content-box;
padding-top: 10rpx;
box-sizing: border-box;
background: url(@/static/images/course/study-bg.png) no-repeat;
border-radius: 30rpx 30rpx 0 0;
display: flex;
flex-direction: row;
justify-content: center;
.color-blue {
color: #06f;
display: inline;
}
.bg-block{
display: inline-block;
width: 200rpx;
height: 100%;
// padding: 4rpx 0 12rpx;
position: relative;
margin: 0 30rpx;
}
.bg-gray{
width: 100%;
background-color: #e6eafd;
overflow: hidden;
border-radius: 15rpx;
position: absolute;
top: 13rpx;
left:0;
height: 20rpx;
.bg-blue{
height: 100%;
float: left;
background-color: #06f;
}
}
}
.talking-list {