Prechádzať zdrojové kódy

标题修改、样式优化、问题修复等

htc 1 deň pred
rodič
commit
1d2c521cfe

+ 1 - 1
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "创衡汇教练AI智能体",
+    "name" : "PERILL团队发展动态评估",
     "appid" : "__UNI__A0C8B31",
     "description" : "智慧生活",
     "versionName" : "1.0.3",

+ 1 - 1
pages.json

@@ -301,7 +301,7 @@
 		}
 	],
 	"globalStyle": {
-		"navigationBarTitleText": "创衡汇教练AI智能体",
+		"navigationBarTitleText": "PERILL团队发展动态评估",
 		"navigationBarBackgroundColor": "#FFFFFF",
 		"navigationBarTextStyle": "black"
 	},

+ 7 - 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> -->
@@ -18,7 +18,7 @@
 				<view class="d_answer init">
 					<view class="da_top adfac">
 						<image src="@/static/logo.png"></image>
-						<text>创衡汇教练AI智能体</text>
+						<text>AI教练督导</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>AI教练督导</text>
 						</view>
 						<view class="da_content">
 							<template v-if="item.think">
@@ -39,6 +39,7 @@
 								</view>
 							</template>
 							<template v-else>
+								<view style="font-size: 28rpx;color: #002846;line-height: 54rpx;"></view>
 								<u-parse :content="item.answer"></u-parse>
 							</template>
 							<view class="dc_btns adfacjb" v-if="item.answer">
@@ -60,7 +61,7 @@
 			<view class="ask">
 				<view class="a_inp">
 					<view class="ai_l">
-						<u-textarea v-model="question" placeholder="请输入你的问题" @confirm="sendQuestion" autoHeight :showConfirmBar="false" :adjustPosition="false" maxlength="999999"></u-textarea>
+						<u-textarea v-model="question" placeholder="请输入你的问题" placeholder-style="font-size:28rpx;color:#95A5B1;" @confirm="sendQuestion" autoHeight :showConfirmBar="false" :adjustPosition="false" maxlength="999999"></u-textarea>
 					</view>
 					<view class="ai_r">
 						<image @tap="sendQuestion" :src="imgBase+'dialog_send.png'"></image>
@@ -319,6 +320,8 @@
 	}
 	::v-deep .u-textarea textarea{
 		min-height: 64rpx !important;
+		font-size: 28rpx;
+		color: #002846;
 	}
 	
 	.page{

+ 1 - 1
pages/login.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
-		<cus-header title='创衡汇教练AI智能体' 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">

+ 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='创衡汇教练AI智能体' 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>

+ 1 - 1
pages/reportAsk.vue

@@ -18,7 +18,7 @@
 				<div class="d_answer">
 					<div class="da_top adfac">
 						<image src="@/static/logo.png"></image>
-						<text>创衡汇教练AI智能体</text>
+						<text>AI教练督导</text>
 					</div>
 					<div class="da_content">
 						<template v-if="item.think">

+ 1 - 0
pagesHome/components/createList.vue

@@ -245,6 +245,7 @@ export default {
 			}
 		},
 		async showTeamUser(item){
+			if(item.type==1) return
 			this.dto = item;
 			await this.getUserCategoryData()
 			this.$api.get(`/core/member/listByQueTeamId/${this.dto.teamQuestionnaireId}`).then(({data:res})=>{

+ 1 - 1
pagesMy/forward.vue

@@ -38,7 +38,7 @@
 			onShareAppMessage(res) {
 				const sharerId = JSON.parse(uni.getStorageSync('userInfo'))?.id||'';
 				return {
-				  title: '创衡汇教练AI智能体',
+				  title: 'PERILL团队发展动态评估',
 				  path: `/pages/home?shareUserId=${sharerId}&shareType=Forward`,
 				};
 			},