JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_评论逻辑,文案调整

This commit is contained in:
杨航
2026-03-02 17:22:12 +08:00
parent 03a658fc57
commit ae8a4a5331
5 changed files with 275 additions and 45 deletions
+6 -3
View File
@@ -1,5 +1,5 @@
<template>
<view class="max_page">
<view class="max_page" @click="hideKeyboradNow">
<nav-bar :is_seat="false" :backgroundColor="bgOpacity"></nav-bar>
<scroll-view
:scroll-y="true"
@@ -102,7 +102,7 @@
<!-- </view> -->
<!-- </template> -->
</view>
<comment-input v-if="tabAct === 2"></comment-input>
<comment-input v-if="tabAct === 2" ref="commentInputRef" :crsId="crsId"></comment-input>
</view>
</template>
@@ -125,6 +125,7 @@
// tab栏
const tabList = ref([{ name: '课程介绍' }, { name: '知识点' }, { name: '评价' }]);
const commentRef = ref(null);
const commentInputRef = ref(null)
const form = ref({});
const crsId = ref('');
const collectId = ref(''); // 记录初始的收藏id
@@ -149,7 +150,9 @@
commentRef.value?.getData();
}
};
const hideKeyboradNow = () => {
commentInputRef.value.hideAll()
}
const getData = async () => {
common.loading();
try {
+6 -1
View File
@@ -52,7 +52,8 @@
<!-- sceneDesc -->
{{ detailInfo.sceneDesc }}
</view>
<view class="talking-desc"> 陪练角色不具备主动终止场景陪练的功能当用户完成预设陪练目标时需由用户手动发起结束陪练操作 </view>
<view class="talking-desc"> 1. 陪练角色不具备主动终止场景陪练的功能当用户完成预设陪练目标时需由用户手动发起结束陪练操作 </view>
<view class="talking-desc second"> 2. 存款挂牌利率仅供参考实际执行利率以吉林银行分支机构最终办理结果为准</view>
<view class="talking-box" v-if="detailInfo.traInterTyp !== '01'">
<view class="tip-text">-请点击下方按钮开始{{ detailInfo.traInterTypDesc }}</view>
</view>
@@ -889,9 +890,13 @@ onBackPress(res => {
.talking-desc {
// padding-top: 24rpx;
padding: 24rpx 20rpx 0;
white-space: pre-line;
font-size: 24rpx;
// text-align: center;
color: #999;
&.second{
padding-top:0;
}
}
.talking-box {