Compare commits

..

No commits in common. "cecfff61247cbeb36c00016d5b455b910c584ad6" and "f4e2f87b6ea701304e55bbf5216cc5d7f14528d7" have entirely different histories.

8 changed files with 231 additions and 268 deletions

View File

@ -1,5 +1,6 @@
{ {
"pages": [{ "pages": [
{
"path": "pages/home/home", "path": "pages/home/home",
"style": { "style": {
"navigationBarTitleText": "首页", "navigationBarTitleText": "首页",
@ -158,7 +159,8 @@
"selectedColor": "#007aff", "selectedColor": "#007aff",
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"borderStyle": "white", "borderStyle": "white",
"list": [{ "list": [
{
"pagePath": "pages/home/home", "pagePath": "pages/home/home",
"iconPath": "static/tabbar/home.png", "iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home_selected.png", "selectedIconPath": "static/tabbar/home_selected.png",

View File

@ -1,20 +1,25 @@
<template> <template>
<view class="archive-container"> <view class="archive-container">
<view class="mb-10 flex items-center justify-between"> <view class="mb-10 flex items-center justify-between">
<view class="module-title flex-shrink-0 truncate"> <view class="module-title flex-shrink-0 truncate"> 成员档案 </view>
成员档案 <view
</view> class="flex items-center px-10 leading-normal rounded-sm"
<view class="flex items-center leading-normal rounded-sm" style="padding-right: 0" @click="toManagePage()"> @click="toManagePage()"
<image class="manage-icon mr-5" src="/static/home/archive-manage.png" mode="aspectFit"></image> >
<view style="font-size: 28rpx; color: #065BD6;">档案管理</view> <image
class="manage-icon mr-5"
src="/static/home/archive-manage.png"
mode="aspectFit"
></image>
<view style="font-size: 28rpx; color: #065bd6">档案管理</view>
</view> </view>
</view> </view>
<view v-if="customers.length === 0" class="add-archive-card" @click="toManagePage()"> <view
<view class="add-archive-btn"> v-if="customers.length === 0"
<image class="add-archive-btn-icon" src="/static/home/add-archive-btn.png" mode="aspectFit"></image> class="flex items-center justify-center h-80 border-dashed text-dark rounded"
<text class="add-archive-btn-text">新建档案</text> >
</view> <uni-icons type="plusempty" size="16" color="#999"></uni-icons>
<image class="add-archive-bg" src="/static/home/add-archive-bg.png" mode="aspectFit"></image> <view class="text-base text-dark">新建档案</view>
</view> </view>
<scroll-view scroll-x="true"> <scroll-view scroll-x="true">
<view class="flex flex-nowrap pb-5"> <view class="flex flex-nowrap pb-5">
@ -34,8 +39,12 @@
{{ i.relationship }} {{ i.relationship }}
</view> </view>
<view class="flex flex-col items-center"> <view class="flex flex-col items-center">
<view class="customer-name text-lg leading-normal font-semibold whitespace-nowrap mb-8" <view
:class="current && i._id === current._id ? 'text-primary' : 'text-dark'"> class="customer-name text-lg leading-normal font-semibold whitespace-nowrap"
:class="
current && i._id === current._id ? 'text-primary' : 'text-dark'
"
>
{{ i.name }} {{ i.name }}
</view> </view>
</view> </view>
@ -410,8 +419,7 @@ watch(
.info-title { .info-title {
color: #213e80; color: #213e80;
font-size: 32rpx; font-size: 32rpx;
font-weight: 400; font-weight: 500;
line-height: 56rpx;
} }
.info-subtitle { .info-subtitle {
@ -444,49 +452,4 @@ watch(
.rounded-lg { .rounded-lg {
border-radius: 16rpx; border-radius: 16rpx;
} }
/* 新建档案卡片样式 */
.add-archive-card {
height: 140rpx;
border-radius: 16rpx;
background: linear-gradient(95deg, #ECFBFF -7.38%, #A5CBFF 72.72%);
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 24rpx;
position: relative;
overflow: hidden;
}
.add-archive-btn {
margin-left: 24rpx;
width: 188rpx;
height: 56rpx;
border-radius: 40rpx;
background: linear-gradient(90deg, #33A0F9 0%, #065BD6 100%);
box-shadow: 0 8rpx 8rpx 0 rgba(6, 91, 214, 0.3);
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.add-archive-btn-icon {
width: 32rpx;
height: 32rpx;
margin-right: 8rpx;
}
.add-archive-btn-text {
font-size: 28rpx;
color: #FFFFFF;
font-weight: 500;
}
.add-archive-bg {
height: 140rpx;
position: absolute;
right: 0;
top: 0;
}
</style> </style>

View File

@ -10,9 +10,9 @@
<view class="home-section"> <view class="home-section">
<consult :corpId="corpId" :teamId="team.teamId" :team="team" :customers="customers" /> <consult :corpId="corpId" :teamId="team.teamId" :team="team" :customers="customers" />
</view> </view>
<!-- <view class="home-section"> <view class="home-section">
<team-mate :team="team" /> <team-mate :team="team" />
</view> --> </view>
<view class="home-section"> <view class="home-section">
<article-list :team="team" /> <article-list :team="team" />
</view> </view>

View File

@ -2,7 +2,7 @@
<view> <view>
<view :style="{ height: statusBarHeight }" class="status-bar"></view> <view :style="{ height: statusBarHeight }" class="status-bar"></view>
<view class="relative z-3 flex items-center px-15 py-12 header-bar"> <view class="relative z-3 flex items-center px-15 py-12 header-bar">
<view class="flex-shrink-0 mr-5" @click="toTeamDetail"> <view class="flex-shrink-0 mr-5">
<group-avatar :size="120" :avatarList="currentTeam ? currentTeam.avatarList : []" /> <group-avatar :size="120" :avatarList="currentTeam ? currentTeam.avatarList : []" />
</view> </view>
<view class="w-0 flex-grow"> <view class="w-0 flex-grow">
@ -101,14 +101,6 @@ function select(team) {
showDropDown.value = false; showDropDown.value = false;
} }
function toTeamDetail() {
if (props.team && props.team.teamId) {
uni.navigateTo({
url: `/pages/team/team-detail?teamId=${props.team.teamId}&corpId=${props.team.corpId}&corpName=${encodeURIComponent(props.team.corpName || '')}`
});
}
}
watch( watch(
() => props.teams, () => props.teams,
(teams) => { (teams) => {

View File

@ -445,33 +445,39 @@ $primary-color: #0877F1;
min-width: 0; min-width: 0;
} }
.text-input, .text-input {
.voice-input-btn {
flex: 1; flex: 1;
padding: 16rpx; padding: 16rpx 24rpx;
background-color: #f3f5fa; background-color: #f3f5fa;
border-radius: 10rpx; border-radius: 20rpx;
margin: 0;
font-size: 28rpx; font-size: 28rpx;
min-height: 80rpx; min-height: 56rpx;
max-height: 200rpx; max-height: 200rpx;
border: none; border: none;
outline: none; outline: none;
box-sizing: border-box; box-sizing: border-box;
line-height: 1.5; line-height: 1.5;
color: #333; color: #333;
display: flex; vertical-align: middle;
align-items: center;
justify-content: center;
} }
.text-input { .voice-input-btn {
padding: 20rpx; flex: 1;
display: block; padding: 16rpx 24rpx;
background-color: #f3f5fa;
border-radius: 20rpx;
margin: 0;
font-size: 28rpx;
min-height: 56rpx;
max-height: 200rpx;
border: none;
outline: none;
box-sizing: border-box;
line-height: 1.5; line-height: 1.5;
height: 80rpx; color: #333;
} }
.voice-input-btn { .voice-input-btn {
height: 56rpx; height: 56rpx;
display: flex; display: flex;

View File

@ -8,7 +8,7 @@
<view class="input-area"> <view class="input-area">
<textarea v-if="!showVoiceInput" class="text-input" v-model="inputText" placeholder="我来说两句..." <textarea v-if="!showVoiceInput" class="text-input" v-model="inputText" placeholder="我来说两句..."
@confirm="sendTextMessage" @focus="handleInputFocus" @input="handleInput" @confirm="sendTextMessage" @focus="handleInputFocus" @input="handleInput"
:auto-height="true" :show-confirm-bar="false" :adjust-position="true" :cursor-spacing="40" /> :auto-height="true" :show-confirm-bar="false" :adjust-position="true" />
<input v-else class="voice-input-btn" :class="{ recording: isRecording }" @touchstart="startRecord" <input v-else class="voice-input-btn" :class="{ recording: isRecording }" @touchstart="startRecord"
@touchmove="onRecordTouchMove" @touchend="stopRecord" @touchcancel="cancelRecord" :placeholder="isRecording ? '松开发送' : '按住说话'" disabled> @touchmove="onRecordTouchMove" @touchend="stopRecord" @touchcancel="cancelRecord" :placeholder="isRecording ? '松开发送' : '按住说话'" disabled>
</input> </input>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 B