This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
172 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<template> | ||
<view class="help-service-container"> | ||
<uni-title type="h2" title="1. 笑友出现的原因"></uni-title> | ||
<view> | ||
<text> 无论是随时间出现的互联网、新冠疫情、短视频、网络社交媒体,还是长期以往存在的如高考、宿舍氛围、人际交往、就业压力等都无时无刻考验着青少年的心理健康,据相关研究表明,出现心理健康问题的青少年不在少数,并且一些心智成熟的成年人同样也面临着心理健康问题的煎熬。</text> | ||
</view> | ||
<view> | ||
<text> 心理健康问题危害极大,国家高度重视,出台了相关政策完善心理健康体系。</text> | ||
</view> | ||
<view> | ||
<text> 但目前的情况仍然有3个痛点。分别是普及难、发现难、解决难。而“互联网+心理健康系统”被多篇论文及文章指出是解决心理健康问题的重要途径之一。</text> | ||
</view> | ||
<view> | ||
<text> 该小程序基于该理念,并结合特有的一些创新点(好友互换角度填写问卷,及时可视化正反馈,以及朋友之间相互分享等)可以很好地解决这这些痛点,这也是本课题出现的原因,希望为社会的心理健康体系的完善尽上自己的绵薄之力。</text> | ||
</view> | ||
<uni-title type="h2" title="2. 普及难"></uni-title> | ||
<text> 如何普及心理健康教育,让每一位家长、老师、学生自己都重视起来。当所有人都能正视并重视心理健康教育的时候,这个问题就能迎刃而解。目前普遍存在的问题就是父母家长教育水平偏低,不够重视心理健康教育,更加关注孩子的学业、就业情况,忽略其本身的发展。学校虽然响应国家政策,实施了一系列活动,如心理班会,心理测评、心理咨询等,但总归趣味性较低,学生参与感较少,积极度不高,即效果较差。让每一个人都重视心理健康教育是一条漫长的道路,需要坚持,不过我们仍然可以通过发现+解决的途径来加强心理健康教育,但由此又引入了痛点2和痛点3两个新的问题。</text> | ||
<uni-title type="h2" title="3. 发现难"></uni-title> | ||
<text> 如何发现心理健康问题。学生在填写相关心理调查问卷等时,填写时可能具有片面性和欺骗性。片面性是指由于学生本身缺少相关的心理专业知识,一些心理有问题的学生对于自身的真实情况了解程度也不高,误认为自己心理并没有任何问题;欺骗性本质上也是学生并不重视这方面的调查,认为填写它并不能帮助自己,或者以为自身最近出现的问题是暂时的,并且担心其他人知道自己“有病”,所以填写的结果也就敷衍了事,往好的方向填写。最终调查结果虽然令人满意,但学生的真实问题并没有被发现。</text> | ||
<uni-title type="h2" title="4. 解决难"></uni-title> | ||
<text> 解决心理健康问题。优质心理健康咨询资源不足,部分落后地区甚至根本无法享受到对应的心理健康咨询资源。心理咨询师通常需要较强的专业能力,丰富的阅历与人生经验,厚积而薄发,培养一个优秀的(能解决问题的)心理咨询师成本较高,即优秀的心理咨询师资源缺乏;并且在心理咨询过程中,可能会出现线下尴尬的情况,过度暴露隐私的情况。目前对于已经发现存在心理问题的学生,大多数是沟通能力并不突出,甚至并不愿意沟通交流,所以在对其进行心理辅导时,难以了解真实情况从而对症下药,整个心理辅导过程难以开展。</text> | ||
</view> | ||
</template> | ||
<script setup lang="ts"></script> | ||
<style lang="scss" scoped> | ||
.help-service-container { | ||
padding: 20px; | ||
background-color: #FFFFFF; | ||
} | ||
text { | ||
font-size: 14px; | ||
line-height: 22px; | ||
color: #333; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<template> | ||
<view class="support-service-container"> | ||
<image :src="wxMoney" mode="widthFix"></image> | ||
<view class="info">请作者喝杯☕~</view> | ||
</view> | ||
</template> | ||
<script setup lang="ts"> | ||
import { wxMoney } from '@/const'; | ||
</script> | ||
<style lang="scss" scoped> | ||
.support-service-container { | ||
image { | ||
width: 100vw; | ||
} | ||
.info { | ||
margin-top: 20px; | ||
text-align: center; | ||
color: $theme-color-gray; | ||
} | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.