This commit is contained in:
@fawn-nine
2024-09-25 18:17:51 +08:00
parent c0b696aa15
commit 86a1f754c2
13 changed files with 391 additions and 115 deletions

View File

@@ -1,4 +1,5 @@
<template>
<page-meta :page-style="'overflow:'+(showEditBlank?'hidden':'visible')"></page-meta>
<view style="min-height: calc(100vh - 120rpx); background-color: #ebf2f5;">
<z-nav-bar :title="pageName"></z-nav-bar>
<view class="pad20">
@@ -10,7 +11,7 @@
<view class="leve1 flex_box">
<text>{{item.title}}</text>
</view>
<view class="leve2" v-html="item.content">
<view class="leve2 jianjie" v-html="item.content">
<!-- {{item.content}} -->
</view>
<view class="leve3">
@@ -30,11 +31,13 @@
<u-divider v-show="status == 3" text="暂无数据"></u-divider>
<u-divider v-show="status == 1" text="加载中..."></u-divider>
</view>
<u-popup key="1" :show="showEditBlank" :round="10" @close="closePup" ref="" z-index="998"
overlay-style="z-index:998">
<u-popup key="1" :show="showEditBlank" :round="10" @close="closePup" ref="" z-index="998" @touchmove.stop=""
overlay-style="z-index:998" >
<view class="" style="padding: 40rpx; max-height: 80vh; overflow-y:scroll">
<view class="anserBox">
<h3>心得详情</h3>
<h3 style="">心得详情</h3>
<scroll-view scroll-top="" scroll-y="true" class="scroll-Y" style="max-height: 500rpx; margin: 20rpx 0;">
<view class="" style="border-bottom: 1px solid #eee; padding-bottom: 20rpx; margin-bottom: 20rpx;">
<view class="anserContent" v-html="curReplay.content">
@@ -54,6 +57,7 @@
学员信息{{curReplay.createUser.nickname != null && curReplay.createUser.nickname != '' ? curReplay.createUser.nickname : '匿名用户'}}
/ {{curReplay.createUser.tel}}
</view>
</scroll-view>
<view class="score" v-show="curReplay.scoreSuccess >= 1">
分数{{curReplay.score}}
</view>
@@ -77,6 +81,7 @@
</view>
</view>
</u-popup>
<z-navigation></z-navigation>
</view>
</template>
@@ -150,6 +155,9 @@
// onBackPress() {
// },
methods: {
moveHandle() {
return false;
},
setScore(val) {
// if(this.form.score == val) return
this.form.score = val
@@ -220,6 +228,7 @@
});
},
closePup() {
// this.canScroll()
this.showEditBlank = false
this.form = {
score: undefined,
@@ -235,6 +244,7 @@
// },1000)
},
clickTask(item) {
// this.noScroll()
// console.log('item',item);
this.curReplay = item
this.form = {
@@ -463,7 +473,7 @@
justify-content: space-between;
color: #666;
font-size: 28rpx;
line-height: 50rpx;
line-height: 50rpx; height: 100rpx; overflow: hidden;
@include bov(3);
.item {