瀏覽代碼

按照客户提出的最新需求进行样式文字等修改

htc 1 天之前
父節點
當前提交
903b4caa34
共有 10 個文件被更改,包括 69 次插入60 次删除
  1. 4 4
      pages/dialog.vue
  2. 13 12
      pages/home.vue
  3. 25 17
      pages/login.vue
  4. 4 4
      pages/publish.vue
  5. 1 1
      pages/registerInfo.vue
  6. 9 9
      pagesHome/pdf.vue
  7. 9 9
      pagesHome/pdfZyb.vue
  8. 2 2
      pagesMy/orderDetail.vue
  9. 1 1
      pagesMy/teamEdit.vue
  10. 1 1
      pagesPublish/rechargeCenter.vue

+ 4 - 4
pages/dialog.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
-		<u-navbar title="AI督导对话" bgColor="#E9F4F6" :titleStyle="{'font-size':'32rpx','font-weight':'bold','color':'#002846'}">
+		<u-navbar title="创衡正念企业教练AI智能体" bgColor="#E9F4F6" :titleStyle="{'font-size':'32rpx','font-weight':'bold','color':'#002846'}">
 			<view class="u-nav-slot" slot="left" style="display: flex;background-color: transparent;">
 				<image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/ef50e3e8-d0f9-41dd-a4ec-546b157a1de9.png" style="width: 45rpx;height: 45rpx;" @tap="toBack"></image>
 				<!-- <image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/e536bf8e-3b33-4ea8-b60b-7154c6353bec.png" style="width: 42rpx;height: 42rpx;margin-left: 40rpx;" @tap="startNewDialog"></image> -->
@@ -9,7 +9,7 @@
 		<template v-if="dialogList.length===0">
 			<view class="welcome">
 				<image src="https://transcend.ringzle.com/xiaozhi-app/profile/2025/06/16/5292af4c-977b-4620-a4e4-4aadcd5ad092.png"></image>
-				<p>Hi,我是你的AI教练督导~</p>
+				<p>Hi,我是大创教练~</p>
 				<p class="tip">欢迎与我探讨任何关于团队教练、PERILL团队发展动态评估报告或团队发展的话题。我的对话能力正在进化中,希望能给你的团队教练辅导一些启发~</p>
 			</view>
 		</template>
@@ -18,7 +18,7 @@
 				<view class="d_answer init">
 					<view class="da_top adfac">
 						<image src="@/static/logo.png"></image>
-						<text>AI教练督导</text>
+						<text>大创教练</text>
 					</view>
 					<view class="da_content">Hi,任何关于团队、分析报告、教练的问题,你都可以向我提问~</view>
 				</view>
@@ -29,7 +29,7 @@
 					<view class="d_answer">
 						<view class="da_top adfac">
 							<image src="@/static/logo.png"></image>
-							<text>AI教练督导</text>
+							<text>大创教练</text>
 						</view>
 						<view class="da_content">
 							<template v-if="item.think">

+ 13 - 12
pages/home.vue

@@ -2,7 +2,7 @@
 	<view class="tabPage" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
 		<u-navbar bgColor="transparent">
 			<view class="u-nav-slot" slot="left" style="display: flex;background-color: transparent;">
-				<image :src="imgBase+'home_logo.png'" style="width: 200rpx;height: 54rpx;margin-left: 12rpx;"></image>
+				<image :src="imgBase+'home_logo.png'" style="width: 375rpx;height: 54rpx;margin-left: 12rpx;"></image>
 			</view>
 		</u-navbar>
 		<image class="topbg" :src="imgBase+'home_top_bg.png'" mode="widthFix"></image>
@@ -46,7 +46,7 @@
 		</view>
 		<view class="boxs adfacjb">
 			<view class="boxs-pre bp1" @click="toTurn('/pages/dialog')">
-				<view class="boxs-pre-title">AI督导对话</view>
+				<view class="boxs-pre-title">AI教练对话</view>
 				<view class="boxs-pre-tip adfac">点击开始<image :src="imgBase+'home_arrow_right.png'"></image></view>
 			</view>
 			<view class="boxs-pre bp2" @click="toTurn('/pages/support')">
@@ -59,11 +59,11 @@
 			<view class="common-menu adf">
 				<view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/questionnaire?type=receive')">
 					<image :src="imgBase+'home_img_pinggu.png'"></image>
-					<text>PREILL评估</text>
+					<text>PERILL团队发展动态评估</text>
 				</view>
 				<view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/report')">
 					<image :src="imgBase+'home_img_baogao.png'"></image>
-					<text>PREILL报告</text>
+					<text>PERILL团队发展动态评估报告</text>
 				</view>
 				<view class="common-menu-pre adffcac" @click="toTurn('/pagesHome/questionnaire?type=create')">
 					<image :src="imgBase+'home_img_guanli.png'"></image>
@@ -73,7 +73,7 @@
 		</view>
 		<view class="new-user-free adffcacjc" v-if="newUserFreeShow">
 			<view class="new-user-free-box1">
-				<view class="new-user-free-box1-text">PERILL评估</view>
+				<view class="new-user-free-box1-text">PERILL团队发展动态评估</view>
 				<view class="new-user-free-box1-text" style="margin-top: 8rpx;">基础版免费体验1次</view>
 			</view>
 			<view class="new-user-free-box2 adffcac">
@@ -103,8 +103,8 @@
 			<view class="kr-box adffcac">
 				<image :src="imgBase+'remind_close.png'" @click="questionnaireKindShow=false"></image>
 				<view class="kr-title">温馨提示</view>
-				<view class="kr-p" style="margin-top: 32rpx;">你有一份<span>“PERILL团队评估中级”</span>问卷待完成,请及时填写,</view>
-				<view class="kr-p">以便我们为提供精准分析</view>
+				<view class="kr-p" style="margin-top: 32rpx;">你有一份<span>“PERILL团队发展动态评估(专业版)”</span>问卷待完成,请及时完成,</view>
+				<view class="kr-p">以便我们为提供精准分析</view>
 				<view class="kr-btn" @click="handleToFill">去填写</view>
 			</view>
 		</view>
@@ -425,17 +425,18 @@
 				&-pre{
 					width: calc(100% / 3);
 					image{
-						width: 62rpx;
-						height: 62rpx;
+						width: 64rpx;
+						height: 64rpx;
 					}
 					text{
 						font-family: PingFangSC, PingFang SC;
 						font-weight: 400;
-						font-size: 26rpx;
+						font-size: 24rpx;
 						color: #193D59;
-						line-height: 26rpx;
+						line-height: 32rpx;
 						text-align: center;
-						margin-top: 27rpx;
+						margin-top: 24rpx;
+						padding: 0 24rpx;
 					}
 				}
 			}

+ 25 - 17
pages/login.vue

@@ -1,13 +1,13 @@
 <template>
 	<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
-		<cus-header title='PERILL团队发展动态评估' bgColor="transparent" backUrl="/pages/home"></cus-header>
+		<cus-header title='PERILL团队动态评估系统' bgColor="transparent" backUrl="/pages/home"></cus-header>
 		<image class="topbg" :src="imgBase+'login_top_bg.png'"></image>
 		<view class="content">
 			<view class="c_top">
-				<image :src="imgBase+'logo.png'" mode="heightFix"></image>
-				<view class="title">Hi,我是创衡团队教练助手</view>
+				<image :src="imgBase+'logo.png'" mode="widthFix"></image>
+				<view class="title">Hi,我是创衡正念企业教练AI智能体</view>
 				<view class="tip">我能为你提供PERILL团队发展动态评估、报告分析和团队教练督导对话,期待和你的共创~</view>
-				<view class="item adf">
+				<view class="item adf" style="margin-top: 80rpx;">
 					<view class="qa">
 						<p>PERILL团队发展动态评估</p>
 						<p>基于你对相关陈述的评分,从六个关键维度客观呈现团队现状。</p>
@@ -211,40 +211,42 @@
 			.c_top{
 				padding: 0 20rpx;
 				&>image{
-					height: 88rpx;
-					margin-top: 76rpx;
+					width: 500rpx;
+					height: 72rpx;
+					margin-top: 87rpx;
 				}
 				.title{
 					font-family: PingFang-SC, PingFang-SC;
 					font-weight: bold;
-					font-size: 48rpx;
+					font-size: 30rpx;
 					color: #002846;
-					line-height: 67rpx;
-					margin-top: 36rpx;
+					line-height: 40rpx;
+					margin-top: 51rpx;
 				}
 				.tip{
 					font-family: PingFangSC, PingFang SC;
 					font-weight: 400;
-					font-size: 30rpx;
+					font-size: 24rpx;
 					color: #667E90;
-					line-height: 47rpx;
-					margin-top: 20rpx;
+					line-height: 40rpx;
+					margin-top: 9rpx;
 				}
 				.item{
-					margin-top: 64rpx;
+					margin-top: 40rpx;
 					.qa{
 						box-sizing: border-box;
 						p{
 							font-family: PingFang-SC, PingFang-SC;
 							font-weight: bold;
-							font-size: 32rpx;
+							font-size: 30rpx;
 							color: #002846;
-							line-height: 45rpx;
+							line-height: 42rpx;
 							&:last-child{
 								font-weight: 400;
-								font-size: 28rpx;
+								font-size: 24rpx;
 								color: #667E90;
-								line-height: 47rpx;
+								line-height: 40rpx;
+								margin-top: 12rpx;
 							}
 						}
 					}
@@ -254,6 +256,12 @@
 			.c_bottom{
 				.qx_btn{
 					margin-top: 36rpx;
+					background: #FFFFFF;
+					border: 1rpx solid #E0E4E7;
+					font-family: PingFang-SC, PingFang-SC;
+					font-weight: bold;
+					font-size: 32rpx;
+					color: #002846;
 				}
 				.agree{
 					margin-top: 64rpx;

+ 4 - 4
pages/publish.vue

@@ -46,10 +46,10 @@
 				},
 				buyShow:false,
 				buyImgList:[
-					{img:this.$imgBase+'buy_img1.png',text:'全球200+客户'},
-					{img:this.$imgBase+'buy_img2.png',text:'企业正念'},
-					{img:this.$imgBase+'buy_img3.png',text:'国际教练专业认证'},
-					{img:this.$imgBase+'buy_img4.png',text:'4A领导力'}
+					{img:this.$imgBase+'buy_img1.png',text:'全球前沿研究'},
+					{img:this.$imgBase+'buy_img2.png',text:'扎实理论基础'},
+					{img:this.$imgBase+'buy_img3.png',text:'一键全面评估'},
+					{img:this.$imgBase+'buy_img4.png',text:'专业教练解读'}
 				],
 				noticeShow:false,
 			}

+ 1 - 1
pages/registerInfo.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="default_page" :style="{'height':h+'px', 'padding-top':mt+'px'}">
-		<cus-header title='PERILL团队发展动态评估' bgColor="transparent" backUrl="/pages/login"></cus-header>
+		<cus-header title='PERILL团队动态评估系统' bgColor="transparent" backUrl="/pages/login"></cus-header>
 		<div class="info">
 			<div class="info-title">邀请你填写以下基本信息</div>
 			<div class="info-tip">以便后续为你发送问卷和报告,确保接收成功!</div>

+ 9 - 9
pagesHome/pdf.vue

@@ -8,7 +8,7 @@
 				<img class="fm2-logo2" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_logo2.png">
 				<img class="fm2-perill" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_perill.png">
 				<view class="fm2-line"></view>
-				<view class="fm2-p">团队发展动态评估报告(基础版)</view>
+				<view class="fm2-p">PERILL团队发展动态评估报告(基础版)</view>
 				<view class="fm2-texts adf">
 					<view class="fm2-texts-pre"><span style="letter-spacing: 6px;">客户公司:</span>{{ reportData.teamInfo.enterpriseName||'' }}</view>
 					<view class="fm2-texts-pre"><span style="letter-spacing: 6px;">团队名称:</span>{{ reportData.teamInfo.teamName||'' }}</view>
@@ -19,19 +19,19 @@
 			<!-- 介绍 -->
 			<view class="cd_box">
 				<view class="v2-top adfacjb" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/intro_title_bg.png)'}">
-					<view class="vt-left" style="color: #FFFFFF;">介绍<span>PERILL模型简介</span></view>
-					<view class="vt-right">团队发展动态评估报告(基础版)</view>
+					<view class="vt-left" style="color: #FFFFFF;">介绍<span>PERILL团队发展动态评估简介</span></view>
+					<view class="vt-right">PERILL团队发展动态评估报告(基础版)</view>
 				</view>
 				<view class="v2-box">
 					<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img1.png'">
 					<img class="vb-img2" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img2.png'">
-					<view class="v2-p">PERILL团队发展动态评估源于团队教练辅导领域的先驱、管理思维与团队绩效领域的权威、全球顶尖团队教练David Clutterbuck教授及其团队通过深入研究,提炼出影响团队绩效的140多个基于实证的因素,整合而成的团队评估和提升工具-PERILL模型。</view>
-					<view class="v2-p" style="margin-top: 8px;">创衡国际基于10多年来在全球与200多家具有前瞻性的国际公司以及国内具有行业代表性公司的合作经验,结合CCMI的PERILL评估工具,在中国推出的团队发展动态评估系统,旨在帮助团队更全面、更有效地从六个维度评估团队的发展现状,为支持团队成为高价值团队提供全景式的客观评估。</view>
+					<view class="v2-p">PERILL团队发展动态评估源于团队教练辅导领域的先驱、管理思维与团队绩效领域的权威、全球顶尖团队教练David Clutterbuck教授及其团队通过深入研究,提炼出影响团队绩效的140多个基于实证的因素,整合而成的团队评估和提升工具-PERILL团队发展动态评估。</view>
+					<view class="v2-p" style="margin-top: 8px;">创衡国际基于10多年来在全球与200多家具有前瞻性的国际公司以及国内具有行业代表性公司的合作经验,结合CCMI的PERILL团队发展动态评估工具,在中国推出的团队发展动态评估系统,旨在帮助团队更全面、更有效地从六个维度评估团队的发展现状,为支持团队成为高价值团队提供全景式的客观评估。</view>
 					<view class="v2-p" style="margin-top: 8px;">PERILL团队发展动态评估的主体内容由<span>{{ reportData.teamInfo.questionCount||0 }}</span>个关于团队的描述组成。</view>
 				</view>
 				<view class="v2-six">
 					<view class="vsix-title">PERILL六大纬度</view>
-					<view class="vsix-p">PERILL评估提供了一个复杂的团队系统概览,它并非针对孤立的问题,也不是简单的优缺点,而是着眼于团队系统的复杂性。它 通过6个影响因素(如下所述)提出问题,以揭示团队系统各要素之间的联系,以及这些联系如何影响团队的高效运作能力。</view>
+					<view class="vsix-p">PERILL团队发展动态评估提供了一个复杂的团队系统概览,它并非针对孤立的问题,也不是简单的优缺点,而是着眼于团队系统的复杂性。它 通过6个影响因素(如下所述)提出问题,以揭示团队系统各要素之间的联系,以及这些联系如何影响团队的高效运作能力。</view>
 					<view class="vsix-boxs">
 						<view class="vsb adfac" v-for="(item,index) in sixWd" :key="index">
 							<img class="vsb-img" :src="item.image"/>
@@ -50,12 +50,12 @@
 			<view class="cd_box adffc">
 				<view class="v2-top adfacjb" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_top_title_bg2.png)'}">
 					<view class="vt-left">总体评估分析</view>
-					<view class="vt-right">团队发展动态评估报告(基础版)</view>
+					<view class="vt-right">PERILL团队发展动态评估报告(基础版)</view>
 				</view>
 				<view class="v2-box" @click="downloadZtzdfxImg">
 					<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img1.png'">
 					<img class="vb-img2" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img2.png'">
-					<view class="v2-p2">报告的核心是PERILL评估分析下的整体团队表现。这包括团队在PERILL模型每个关键要素上的综合得分,通过结合得分和置信指数,我们能够展示出高功能领域和低功能域。</view>
+					<view class="v2-p2">报告的核心是PERILL团队发展动态评估分析下的整体团队表现。这包括团队在PERILL团队发展动态评估每个关键要素上的综合得分,通过结合得分和置信指数,我们能够展示出高功能领域和低功能域。</view>
 					<view class="v2-p2" style="margin-top: 16px;">下面的条形图上的位置标记显示了团队在各个支柱上的总分。</view>
 					<view style="width:100%;height:200px;" class="pdfEchart">
 						<l-echart ref="ztzdfxRef" :canvas2d="true" @finished="initZtzdfxChart"></l-echart>
@@ -76,7 +76,7 @@
 				<view class="cd_box adffc" style="border: none;" :style="{'background-image':'url('+'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_bg.png)'}" v-for="(item,index) in reportData.dimensionAnalysis" :key="index">
 					<view class="v2-top adfacjb" :style="{'background-image':'url('+'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_title_bg.png)'}">
 						<view class="vt-left" :class="{'black':(item.title=='人际关系'||item.title=='学习')}">{{ item.title }}</view>
-						<view class="vt-right">团队发展动态评估报告(基础版)</view>
+						<view class="vt-right">PERILL团队发展动态评估报告(基础版)</view>
 					</view>
 					<view class="v2-box" :style="{'border':'1px solid '+item.bcolor}">
 						<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_box_img1.png'">

+ 9 - 9
pagesHome/pdfZyb.vue

@@ -8,7 +8,7 @@
 				<img class="fm2-logo2" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_logo2.png">
 				<img class="fm2-perill" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/fm_perill.png">
 				<view class="fm2-line"></view>
-				<view class="fm2-p">团队发展动态评估报告(专业版)</view>
+				<view class="fm2-p">PERILL团队发展动态评估报告(专业版)</view>
 				<view class="fm2-texts adf" style="margin-top: 5px;">
 					<view class="fm2-texts-pre adf" style="margin-top: 10px;">
 						<view class="fm2-texts-pre-span">客户名称:</view>
@@ -39,19 +39,19 @@
 			<!-- 介绍 -->
 			<view class="cd_box">
 				<view class="v2-top adfacjb" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/intro_title_bg.png)'}">
-					<view class="vt-left" style="color: #FFFFFF;">介绍<span>PERILL模型简介</span></view>
-					<view class="vt-right">团队发展动态评估报告(专业版)</view>
+					<view class="vt-left" style="color: #FFFFFF;">介绍<span>PERILL团队发展动态评估简介</span></view>
+					<view class="vt-right">PERILL团队发展动态评估报告(专业版)</view>
 				</view>
 				<view class="v2-box">
 					<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img1.png'">
 					<img class="vb-img2" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img2.png'">
-					<view class="v2-p">PERILL团队发展动态评估源于团队教练辅导领域的先驱、管理思维与团队绩效领域的权威、全球顶尖团队教练David Clutterbuck教授及其团队通过深入研究,提炼出影响团队绩效的140多个基于实证的因素,整合而成的团队评估和提升工具-PERILL模型。</view>
-					<view class="v2-p" style="margin-top: 8px;">创衡国际基于10多年来在全球与200多家具有前瞻性的国际公司以及国内具有行业代表性公司的合作经验,结合CCMI的PERILL评估工具,在中国推出的团队发展动态评估系统,旨在帮助团队更全面、更有效地从六个维度评估团队的发展现状,为支持团队成为高价值团队提供全景式的客观评估。</view>
+					<view class="v2-p">PERILL团队发展动态评估源于团队教练辅导领域的先驱、管理思维与团队绩效领域的权威、全球顶尖团队教练David Clutterbuck教授及其团队通过深入研究,提炼出影响团队绩效的140多个基于实证的因素,整合而成的团队评估和提升工具-PERILL团队发展动态评估。</view>
+					<view class="v2-p" style="margin-top: 8px;">创衡国际基于10多年来在全球与200多家具有前瞻性的国际公司以及国内具有行业代表性公司的合作经验,结合CCMI的PERILL团队发展动态评估工具,在中国推出的团队发展动态评估系统,旨在帮助团队更全面、更有效地从六个维度评估团队的发展现状,为支持团队成为高价值团队提供全景式的客观评估。</view>
 					<view class="v2-p" style="margin-top: 8px;">PERILL团队发展动态评估的主体内容由<span>{{reportData.teamInfo.questionCount||0}}</span>个关于团队的描述组成。</view>
 				</view>
 				<view class="v2-six">
 					<view class="vsix-title">PERILL六大纬度</view>
-					<view class="vsix-p">PERILL评估提供了一个复杂的团队系统概览,它并非针对孤立的问题,也不是简单的优缺点,而是着眼于团队系统的复杂性。它 通过6个影响因素(如下所述)提出问题,以揭示团队系统各要素之间的联系,以及这些联系如何影响团队的高效运作能力。</view>
+					<view class="vsix-p">PERILL团队发展动态评估提供了一个复杂的团队系统概览,它并非针对孤立的问题,也不是简单的优缺点,而是着眼于团队系统的复杂性。它 通过6个影响因素(如下所述)提出问题,以揭示团队系统各要素之间的联系,以及这些联系如何影响团队的高效运作能力。</view>
 					<view class="vsix-boxs">
 						<view class="vsb adfac" v-for="(item,index) in sixWd" :key="index">
 							<img class="vsb-img" :src="item.image"/>
@@ -70,12 +70,12 @@
 			<view class="cd_box adffc">
 				<view class="v2-top adfacjb" :style="{'background-image':'url(https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_top_title_bg2.png)'}">
 					<view class="vt-left">总体评估分析</view>
-					<view class="vt-right">团队发展动态评估报告(专业版)</view>
+					<view class="vt-right">PERILL团队发展动态评估报告(专业版)</view>
 				</view>
 				<view class="v2-box" @click="downloadZtzdfxImg">
 					<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img1.png'">
 					<img class="vb-img2" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+'intro'+'_box_img2.png'">
-					<view class="v2-p2">报告的核心是PERILL评估分析下的整体团队表现。这包括团队在PERILL模型每个关键要素上的综合得分,通过结合得分和置信指数,我们能够展示出高功能领域和低功能域。</view>
+					<view class="v2-p2">报告的核心是PERILL团队发展动态评估分析下的整体团队表现。这包括团队在PERILL团队发展动态评估每个关键要素上的综合得分,通过结合得分和置信指数,我们能够展示出高功能领域和低功能域。</view>
 					<view class="v2-p2" style="margin-top: 16px;">下面图中的位置标记显示了团队按主题划分的总分。</view>
 					<view class="vb-category">
 						<view class="vbc-pre adfac">
@@ -114,7 +114,7 @@
 				<view class="cd_box adffc" style="border: none;" :style="{'background-image':'url('+'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_bg.png)'}" v-for="(item,index) in reportData.dimensionAnalysis" :key="index">
 					<view class="v2-top adfacjb" :style="{'background-image':'url('+'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_title_bg.png)'}">
 						<view class="vt-left" :class="{'black':(item.title=='人际关系'||item.title=='学习')}">{{ item.title }}</view>
-						<view class="vt-right">团队发展动态评估报告(专业版)</view>
+						<view class="vt-right">PERILL团队发展动态评估报告(专业版)</view>
 					</view>
 					<view class="v2-box" :style="{'border':'1px solid '+item.bcolor}">
 						<img class="vb-img1" :src="'https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/versionTwo/'+typeDict[item.title]+'_box_img1.png'">

+ 2 - 2
pagesMy/orderDetail.vue

@@ -81,8 +81,8 @@
 					'2':'专业版'
 				},
 				statusTip:{
-					'1':'您的问卷已激活,开始PREILL评估',
-					'2':'您的问卷已激活,开始PREILL评估',
+					'1':'您的问卷已激活,开始PERILL团队发展动态评估',
+					'2':'您的问卷已激活,开始PERILL团队发展动态评估',
 					'-2':'您的订单已取消,可重新购买'
 				}
 			}

+ 1 - 1
pagesMy/teamEdit.vue

@@ -5,7 +5,7 @@
 		<view class="dialog adffcacjc" v-if="show">
 			<view class="dbox">
 				<view class="dbox-title">温馨提示</view>
-				<view class="dbox-content">本次团队配置修改将在本团队<span>所有激活状态下的PERILL问卷中</span>生效,确定提交吗?</view>
+				<view class="dbox-content">本次团队配置修改将在本团队<span>所有激活状态下的PERILL团队发展动态评估问卷中</span>生效,确定提交吗?</view>
 				<view class="dbox-btns adfacjb">
 					<view class="zt_btn" @click="editConfirm">确定</view>
 					<view class="qx_btn" @click="show=false">取消</view>

+ 1 - 1
pagesPublish/rechargeCenter.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="default_page adffc" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
-		<cus-header title='PERILL评估' bgColor="transparent"></cus-header>
+		<cus-header title='PERILL团队发展动态评估' bgColor="transparent"></cus-header>
 		<view class="info adfac">
 			<view class="info-left">
 				<image :src="userInfo.headUrl||avatar"></image>