Browse Source

修改样式

message
corala 2 years ago
parent
commit
16e0d2daff
23 changed files with 512 additions and 589 deletions
  1. +34
    -33
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
  2. +1
    -0
      pages/center/Piabodata/Customerportrait/Receivingrecords.vue
  3. +5
    -6
      pages/center/Piabodata/Employeesstatistics.vue
  4. +1
    -0
      pages/center/prohibited/details.vue
  5. +1
    -5
      pages/center/prohibited/index.vue
  6. +15
    -12
      pages/center/records/index.vue
  7. +8
    -8
      pages/index/customer.vue
  8. +3
    -2
      pages/learning/Equinoctial/index.vue
  9. +91
    -90
      pages/learning/Equinoctial/index2.vue
  10. +97
    -106
      pages/learning/Thefulltext/index.vue
  11. +185
    -169
      pages/learning/Thefulltext/index2.vue
  12. +0
    -4
      pages/login/Setthepassword.vue
  13. +2
    -7
      pages/login/Verification.vue
  14. +7
    -15
      pages/login/index.vue
  15. +3
    -3
      pages/mine/Changehepassword.vue
  16. +34
    -52
      pages/mine/details.vue
  17. +10
    -19
      pages/mine/details2.vue
  18. +1
    -38
      pages/mine/equipment/index.vue
  19. +2
    -2
      pages/mine/messageList.vue
  20. +2
    -5
      pages/mine/reception/addreception.vue
  21. +9
    -9
      pages/mine/reception/consultant.vue
  22. +1
    -1
      pages/mine/registerForm.vue
  23. +0
    -3
      pages/mine/signature.vue

+ 34
- 33
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue View File

@@ -1297,6 +1297,7 @@
if (this.textindex >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return
@@ -1796,10 +1797,10 @@
}

.bounced {
width: 570upx;
width: 570rpx;
background: #FFFFFF;
z-index: 1000;
border-radius: 10upx;
border-radius: 10rpx;
position: fixed;
left: 50%;
top: 50%;
@@ -1847,9 +1848,9 @@
}

.bounced3 {
height: 100upx;
height: 100rpx;
width: 100%;
margin-top: 40upx;
margin-top: 40rpx;
border-top: 1px solid #dddddd;
display: flex;
}
@@ -1858,9 +1859,9 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
line-height: 100rpx;
border-right: 1px solid #dddddd;
font-size: 36upx;
font-size: 36rpx;
color: #999999;
}

@@ -1868,8 +1869,8 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
font-size: 36upx;
line-height: 100rpx;
font-size: 36rpx;
color: #108ee9;
}
}
@@ -1912,18 +1913,18 @@
}

.scroll-Y {
font-size: 36upx;
font-size: 36rpx;
color: #999999;
background: #FFFFFF;
margin-top: 30upx;
margin-top: 30rpx;
flex: 1;
overflow-y: scroll;
width: 100%;
}

.scroll-Y .text {
margin: 50upx 30upx;
line-height: 80upx;
margin: 50rpx 30rpx;
line-height: 80rpx;
display: flex;
align-items: center;
}
@@ -1957,7 +1958,7 @@

.content {
margin-left: 0;
margin-right: 30upx;
margin-right: 30rpx;
}

.play {
@@ -1971,9 +1972,9 @@

.scroll-Y .text .avatar {
margin-top: 80rpx;
width: 64upx;
height: 64upx;
line-height: 64upx;
width: 64rpx;
height: 64rpx;
line-height: 64rpx;
text-align: center;
// border: 1rpx solid red;
font-size: 36rpx;
@@ -1985,16 +1986,16 @@
// justify-content: center;
// align-items: center;
image {
width: 40upx;
width: 40rpx;
}
}

.scroll-Y .text .content {
margin-left: 30upx;
margin-left: 30rpx;
line-height: 60rpx;
text-align: left;
padding: 0 5px;
border-radius: 8upx;
border-radius: 8rpx;
max-width: 442rpx;
position: relative;

@@ -2039,9 +2040,9 @@
}

.scroll-Y .text .avatar {
width: 64upx;
height: 64upx;
line-height: 64upx;
width: 64rpx;
height: 64rpx;
line-height: 64rpx;
text-align: center;
font-size: 36rpx;
border-radius: 50%;
@@ -2049,7 +2050,7 @@
color: #008EF2;

image {
width: 40upx;
width: 40rpx;
}
}

@@ -2066,11 +2067,11 @@
}

.scroll-Y .text .contentInfo .contentMain .content {
margin-left: 30upx;
margin-left: 30rpx;
line-height: 60rpx;
text-align: left;
padding: 0 5px;
border-radius: 8upx;
border-radius: 8rpx;
max-width: 442rpx;
background: #F6F6F6;
color: #999999;
@@ -2107,21 +2108,21 @@


.backTop {
width: 60upx;
height: 60upx;
width: 60rpx;
height: 60rpx;
background: rgba(211, 235, 253, 1);
box-shadow: 0upx 0upx 2upx 4upx rgba(38, 161, 255, 0.04);
box-shadow: 0rpx 0rpx 2rpx 4rpx rgba(38, 161, 255, 0.04);
border-radius: 50%;
position: fixed;
bottom: 200upx;
right: 8upx;
bottom: 200rpx;
right: 8rpx;
display: flex;
justify-content: center;
align-items: center;

image {
width: 26upx;
height: 34upx;
width: 26rpx;
height: 34rpx;
}
}

@@ -2137,7 +2138,7 @@

// 表单
.tian-view {
width: 570upx;
width: 570rpx;
background-color: #FFFFFF;
border-bottom: 1px solid #ededee;
display: flex;


+ 1
- 0
pages/center/Piabodata/Customerportrait/Receivingrecords.vue View File

@@ -185,6 +185,7 @@ export default {
if (this.totalpage < this.pageNum * this.pageSize) {
return uni.showToast({
title: "到底了",
icon: 'none',
})
}
this.pageNum++;


+ 5
- 6
pages/center/Piabodata/Employeesstatistics.vue View File

@@ -37,7 +37,7 @@
<view class="jindu" style="margin-top: 20rpx;height: 360rpx;overflow: auto;">
<view v-if="newlisttabinfo1.result.length!=0" class="jindu-box" v-for="(item,index) in newlisttabinfo1.result" :key="index">
<view class="jindu-boxche">
<view class="jindu-name u-flex" style="width: 160rpx;margin-left: 15rpx;" v-if="item.name">
<view class="jindu-name u-flex" style='width: 170rpx' v-if="item.name">
<image v-if="index==0" class="sort-img" src="/static/images/top1.png" mode="" />
<image v-if="index==1" class="sort-img" src="/static/images/top2.png" mode="" />
<image v-if="index==2" class="sort-img" src="/static/images/top3.png" mode="" />
@@ -88,8 +88,6 @@
</view>
</view>
</view>
<view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view>
<view class="single">
<view class="title">
@@ -116,7 +114,7 @@
<view class="progress-cus">
<view class="color" :style="'width:'+ item.zxl||0 + '%'" ></view>
</view>
<view class="jindu-zxl">{{item.zxl==null?0:item.zxl}}分钟</view>
<view class="jindu-zxl u-line-1">{{item.zxl==null?0:item.zxl}}分钟</view>
</view>
</view>
<view v-if="newlisttabinfo2.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
@@ -147,7 +145,7 @@
<view class="jindu" style="height: 360rpx;overflow: auto;">
<view v-if="newlisttabinfo4.result.length" class="jindu-box" v-for="(item,index) in newlisttabinfo4.result" :key="index">
<view class="jindu-boxche">
<view class="jindu-name u-flex" style="width: 160rpx;margin-left: 15rpx;" v-if="item.name">
<view class="jindu-name u-flex" style='width: 170rpx' v-if="item.name">
<image v-if="index==0" class="sort-img" src="/static/images/top1.png" mode="" />
<image v-if="index==1" class="sort-img" src="/static/images/top2.png" mode="" />
<image v-if="index==2" class="sort-img" src="/static/images/top3.png" mode="" />
@@ -428,7 +426,8 @@

}
.jindu-name{
width: 160rpx;
width: 180rpx;
margin-left: 15rpx;
}
.sort-img{
width: 44rpx;


+ 1
- 0
pages/center/prohibited/details.vue View File

@@ -673,6 +673,7 @@
if (this.textindex >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return


+ 1
- 5
pages/center/prohibited/index.vue View File

@@ -35,7 +35,7 @@
<view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
</view>
</view>
<view v-if="recordList.length!=0" class="content-tips" v-for="(item,index) in recordList" :key='index'
<view v-else class="content-tips" v-for="(item,index) in recordList" :key='index'
@click="tapThevisiting(item, index)">
<view class="content-first">
<view class="left">
@@ -67,7 +67,6 @@
</view>
</view>


<!-- 选择顾问的选择框 -->
<u-select v-model="selectshow" :list="freeList" @confirm="actionSelectCallback"></u-select>
<u-calendar v-model="totalTimeShow" mode="range" @change="totalTimeChange"></u-calendar>
@@ -78,7 +77,6 @@
</block>
</u-popup>
<u-select v-model="soltishow" :list="orderBylist" @confirm="selectCallback2"></u-select>

<u-select v-model="showIdent" :list="identList" @confirm="selectIdent"></u-select>
</view>
</template>
@@ -162,8 +160,6 @@
totalRecords: '', // 列表全部的条数
isRefresh: false,
nextPageObj: {}, // 跳转详情页面的参数


// 页面文字展示内容
timeText: '接待时间', //
guwenText: '顾问', //


+ 15
- 12
pages/center/records/index.vue View File

@@ -33,7 +33,6 @@
<view class="count" v-if="recordList.length > 0">
筛选结果:<text>{{totalRecords}} </text>条
</view>
<view class="content">
<view v-if="recordList.length == 0"
style="width: 100%;height: 100%;display: flex;align-items: center;background: #FFFFFF;">
@@ -45,7 +44,7 @@
<view style="text-align: center;width: 100%;margin-top: 20rpx;color: #999999;">暂无数据</view>
</view>
</view>
<view v-if="recordList.length!=0" class="content-tips" v-for="(item,index) in recordList" :key='index'
<view v-else class="content-tips" v-for="(item,index) in recordList" :key='index'
@click="tapThevisiting(item)">
<view class="content-first">
<view class="left">
@@ -679,7 +678,6 @@
width: 100;
height: 92rpx;
background: #FFFFFF;
border: 1px solid #E0E0E0;
display: flex;
align-items: center;

@@ -752,14 +750,19 @@
.count {
width: 100%;
height: 90rpx;
height: 82rpx;
line-height: 82rpx;
display: flex;
align-items: center;
justify-content: center;
background-color: #FBE4E4;
background-color: #f8f8f8;
font-size: 30rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #333333;
text {
color: #F71616;
color: #E7483C;
}
}

@@ -768,13 +771,14 @@
background: #fff;
box-sizing: border-box;
overflow: hidden;
margin-top: 20rpx;

margin-bottom: 20rpx;
&:last-child{
margin-bottom: 0
}
.content-first {
margin-top: 19rpx;
padding: 0 30rpx;
height: 92rpx;
border-bottom: 1rpx solid rgba($color: #2671E2, $alpha: .1);
border-bottom: 1rpx solid #D8D8D8;
display: flex;
align-items: center;
justify-content: space-between;
@@ -869,8 +873,7 @@
.cus {
font-size: 30rpx;
font-weight: 400;
color: #666666;
// line-height: 30rpx;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;


+ 8
- 8
pages/index/customer.vue View File

@@ -579,19 +579,19 @@
}

.add {
width: 90upx;
height: 90upx;
width: 90rpx;
height: 90rpx;
position: fixed;
bottom: 270upx;
right: 44upx;
bottom: 270rpx;
right: 44rpx;
}

.add2 {
width: 90upx;
height: 90upx;
width: 90rpx;
height: 90rpx;
position: fixed;
bottom: 150upx;
right: 44upx;
bottom: 150rpx;
right: 44rpx;
}

.content-sec {


+ 3
- 2
pages/learning/Equinoctial/index.vue View File

@@ -34,7 +34,7 @@
<view v-html="item.onebest"></view>
</view>
<view class="tankuangcss" v-if="startTime==item.bg">
<view style="max-width: 85rpx; height: 38rpx;font-size: 24rpx;color: #333333;text-align: center;line-height: 38rpx;
<view style="max-width: 85rpx;padding: 0 10rpx; height: 38rpx;font-size: 24rpx;color: #333333;text-align: center;line-height: 38rpx;
border-radius: 2rpx;border: 1px solid #979797;">标签</view>
<view style="max-width: 171rpx;height: 38rpx;background: #008EF2;border-radius: 2rpx;display: flex;
align-items: center;margin-left: 10rpx;" @click="dianjibiaoqian()">
@@ -368,6 +368,7 @@
if (this.num >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return
@@ -1339,7 +1340,7 @@
}

.scroll-Y .text {
margin: 80rpx 0;
margin-top: 60rpx;
line-height: 80rpx;
display: flex;
align-items: center;


+ 91
- 90
pages/learning/Equinoctial/index2.vue View File

@@ -319,6 +319,7 @@
if (this.textindex >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return
@@ -779,7 +780,7 @@
}
// 表单
.tian-view{
width: 570upx;
width: 570rpx;
background-color: #FFFFFF;
border-bottom: 1px solid #ededee;
display: flex;
@@ -822,10 +823,10 @@
background-color: #666666;
}
.bounced {
width: 570upx;
width: 570rpx;
background: #FFFFFF;
z-index: 1000;
border-radius: 10upx;
border-radius: 10rpx;
position: fixed;
left: 50%;
top: 50%;
@@ -866,9 +867,9 @@
}
}
.bounced3 {
height: 100upx;
height: 100rpx;
width: 100%;
margin-top: 40upx;
margin-top: 40rpx;
border-top: 1px solid #dddddd;
display: flex;
}
@@ -877,9 +878,9 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
line-height: 100rpx;
border-right: 1px solid #dddddd;
font-size: 36upx;
font-size: 36rpx;
color: #999999;
}
@@ -887,8 +888,8 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
font-size: 36upx;
line-height: 100rpx;
font-size: 36rpx;
color: #108ee9;
}
}
@@ -1103,8 +1104,8 @@
}

.translation .top {
margin: 0 -30upx;
padding: 0 30upx;
margin: 0 -30rpx;
padding: 0 30rpx;
background: #ffffff;
border-bottom: 1rpx solid #F2F2F2;
padding-bottom: 10rpx;
@@ -1116,7 +1117,7 @@

.hash {
color: rgba(21, 144, 233, 1);
font-size: 24upx;
font-size: 24rpx;
}
}

@@ -1213,18 +1214,18 @@
}
.scroll-Y {
font-size: 36upx;
font-size: 36rpx;
color: #999999;
background: #FFFFFF;
margin-top: 30upx;
margin-top: 30rpx;
flex: 1;
overflow-y: scroll;
width: 100%;
}

.scroll-Y .text {
margin: 80upx 30upx;
line-height: 80upx;
margin: 80rpx 30rpx;
line-height: 80rpx;
display: flex;
align-items: center;
}
@@ -1237,16 +1238,16 @@

.content {
margin-left: 0;
margin-right: 30upx;
margin-right: 30rpx;
background: #F6F6F6;
color: #999999;
}
}

.scroll-Y .text .avatar {
width: 64upx;
height: 64upx;
line-height: 64upx;
width: 64rpx;
height: 64rpx;
line-height: 64rpx;
text-align: center;
// border: 1rpx solid red;
font-size: 36rpx;
@@ -1257,17 +1258,17 @@
// justify-content: center;
// align-items: center;
image {
width: 40upx;
width: 40rpx;
}
}

.scroll-Y .text .content {
margin-left: 30upx;
margin-left: 30rpx;
line-height: 60rpx;
text-align: left;
padding: 0 5px;
background: #2BC805;
border-radius: 8upx;
border-radius: 8rpx;
max-width: 442rpx;
color: #FFFFFF;
}
@@ -1285,34 +1286,34 @@
}

.likeArea {
width: 86upx;
height: 84upx;
margin: 20upx auto 38upx auto;
width: 86rpx;
height: 84rpx;
margin: 20rpx auto 38rpx auto;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 1upx solid #C1C2C1;
border: 1rpx solid #C1C2C1;

&.liked {
border: 1upx solid rgba(21, 144, 233, 1);
border: 1rpx solid rgba(21, 144, 233, 1);
}

image {
width: 38upx;
height: 39upx;
width: 38rpx;
height: 39rpx;
}
}

.chat {
display: flex;
flex-direction: column;
border-top: 1upx solid rgba(151, 151, 151, 0.4);
padding-top: 20upx;
border-top: 1rpx solid rgba(151, 151, 151, 0.4);
padding-top: 20rpx;

.total {
color: rgba(21, 144, 233, 1);
font-size: 24upx;
font-size: 24rpx;
}

.list {
@@ -1321,17 +1322,17 @@

.message {
display: flex;
margin-top: 20upx;
margin-top: 20rpx;

border-bottom: 1upx solid rgba(151, 151, 151, 0.4);
padding-bottom: 20upx;
border-bottom: 1rpx solid rgba(151, 151, 151, 0.4);
padding-bottom: 20rpx;

&:last-child {
border-bottom: 0;
}

.avator {
margin-left: 120upx;
margin-left: 120rpx;
}

&:first-child {
@@ -1343,49 +1344,49 @@
.right {
display: flex;
flex-direction: column;
margin-left: 20upx;
margin-left: 20rpx;
flex: 1;

.name {
color: rgba(16, 16, 16, 1);
font-size: 30upx;
font-size: 30rpx;
}

.subtitle {
color: rgba(120, 120, 120, 1);
font-size: 24upx;
margin-top: 16upx;
font-size: 24rpx;
margin-top: 16rpx;
}

.answer {
font-size: 24upx;
font-size: 24rpx;
color: #787878;
}

.content {
color: rgba(49, 48, 48, 1);
font-size: 30upx;
margin-top: 20upx;
font-size: 30rpx;
margin-top: 20rpx;
position: relative;
}

.bottom {
margin-top: 16upx;
margin-top: 16rpx;
display: flex;
justify-content: space-between;

.time {
color: rgba(185, 185, 185, 1);
font-size: 20upx;
font-size: 20rpx;
}

.button {
color: rgba(144, 144, 144, 1);
font-size: 30upx;
width: 111upx;
height: 44upx;
border-radius: 22upx;
border: 1upx solid rgba(151, 151, 151, 1);
font-size: 30rpx;
width: 111rpx;
height: 44rpx;
border-radius: 22rpx;
border: 1rpx solid rgba(151, 151, 151, 1);
text-align: center;
}
}
@@ -1395,43 +1396,43 @@
}

.bottomArea {
min-height: 90upx;
min-height: 90rpx;
background: #F0F2F5;
width: 100vw;
margin: 0 -30rpx;
display: flex;
align-items: center;
border-top: 1upx solid rgba(151, 151, 151, 0.25);
border-top: 1rpx solid rgba(151, 151, 151, 0.25);

.voice {
width: 44upx;
height: 44upx;
margin-left: 38upx;
width: 44rpx;
height: 44rpx;
margin-left: 38rpx;
}

.inputArea {
margin-left: 38upx;
margin-right: 38upx;
margin-left: 38rpx;
margin-right: 38rpx;
flex: 1;
display: flex;
position: relative;

.edit {
width: 30upx;
height: 28upx;
width: 30rpx;
height: 28rpx;
position: absolute;
top: 31upx;
left: 27upx;
top: 31rpx;
left: 27rpx;
}

.editor {
background: rgba(0, 139, 245, 0.17);
border-radius: 29upx;
border-radius: 29rpx;
flex: 1;
min-height: 58upx;
min-height: 58rpx;
width: unset;
padding: 0 32upx;
font-size: 30upx;
padding: 0 32rpx;
font-size: 30rpx;
margin: 16rpx 0;
line-height: 29px;
}
@@ -1449,21 +1450,21 @@
}

.download {
width: 41upx;
height: 35upx;
margin-right: 36upx;
width: 41rpx;
height: 35rpx;
margin-right: 36rpx;
}

.like {
width: 38upx;
height: 39upx;
margin-right: 38upx;
width: 38rpx;
height: 39rpx;
margin-right: 38rpx;
}

.add {
width: 50upx;
height: 50upx;
margin-right: 38upx;
width: 50rpx;
height: 50rpx;
margin-right: 38rpx;
}

.send {
@@ -1476,21 +1477,21 @@
}

.backTop {
width: 60upx;
height: 60upx;
width: 60rpx;
height: 60rpx;
background: rgba(211, 235, 253, 1);
box-shadow: 0upx 0upx 2upx 4upx rgba(38, 161, 255, 0.04);
box-shadow: 0rpx 0rpx 2rpx 4rpx rgba(38, 161, 255, 0.04);
border-radius: 50%;
position: fixed;
bottom: 200upx;
right: 8upx;
bottom: 200rpx;
right: 8rpx;
display: flex;
justify-content: center;
align-items: center;

image {
width: 26upx;
height: 34upx;
width: 26rpx;
height: 34rpx;
}
}

@@ -1511,16 +1512,16 @@

.box {
background: rgba(21, 144, 233, 0.299);
width: 524upx;
height: 524upx;
width: 524rpx;
height: 524rpx;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;

.center {
width: 412upx;
height: 412upx;
width: 412rpx;
height: 412rpx;
background: #1590E9;
border-radius: 50%;
display: flex;
@@ -1529,14 +1530,14 @@
flex-direction: column;

.voice {
width: 110upx;
height: 133upx;
width: 110rpx;
height: 133rpx;
}

.text {
color: #FFFFFF;
font-size: 36upx;
margin-top: 24upx;
font-size: 36rpx;
margin-top: 24rpx;
}
}
}

+ 97
- 106
pages/learning/Thefulltext/index.vue View File

@@ -57,7 +57,6 @@
<text v-if="item.speaker == 3" style="color: #4F861E;">C</text>
<text v-if="item.speaker == 4" style="color: #9F61C8;">D</text>
<text v-if="item.speaker == 5" style="color: #4980C8;">E</text>

<text v-if="item.speaker == 6" style="color: #60CBEC;">F</text>
<text v-if="item.speaker == 7" style="color: #EC8B47;">G</text>
<text v-if="item.speaker == 8" style="color: #4F861E;">H</text>
@@ -269,7 +268,6 @@
})
},
addHot() {
// console.log('30')
this.$u.post('/zkstudyrecord', {
targetId: this.customerId
})
@@ -280,7 +278,6 @@
onPlay() {
this.innerAudioContext.onPlay(() => {
// 播放监听
console.log('播放!');
this.audioPlay = true;
});
},
@@ -348,6 +345,7 @@
if (this.num >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return
@@ -789,7 +787,7 @@
icon: "none",
title: "上传成功"
})
console.log(uploadFileRes.data);
// console.log(uploadFileRes.data);
}
});
}
@@ -872,7 +870,7 @@

// 表单
.tian-view {
width: 570upx;
width: 570rpx;
background-color: #FFFFFF;
border-bottom: 1px solid #ededee;
display: flex;
@@ -921,10 +919,10 @@
}

.bounced {
width: 570upx;
width: 570rpx;
background: #FFFFFF;
z-index: 1000;
border-radius: 10upx;
border-radius: 10rpx;
position: fixed;
left: 50%;
top: 50%;
@@ -972,9 +970,9 @@
}

.bounced3 {
height: 100upx;
height: 100rpx;
width: 100%;
margin-top: 40upx;
margin-top: 40rpx;
border-top: 1px solid #dddddd;
display: flex;
}
@@ -983,9 +981,9 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
line-height: 100rpx;
border-right: 1px solid #dddddd;
font-size: 36upx;
font-size: 36rpx;
color: #999999;
}

@@ -993,8 +991,8 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
font-size: 36upx;
line-height: 100rpx;
font-size: 36rpx;
color: #108ee9;
}
}
@@ -1074,14 +1072,14 @@
.fileName {
text-align: center;
margin: 10rpx auto;
width: 115rpx;
height: 42rpx;
line-height: 42rpx;
background: #EFEFEF;
width: 120rpx;
height: 52rpx;
line-height: 52rpx;
background: #F8F8F8;
border-radius: 4rpx;
font-size: 20rpx;
font-size: 28rpx;
font-weight: 400;
color: #333333;
color: #666;
}
}

@@ -1211,8 +1209,8 @@
}

.translation .top {
margin: 0 -30upx;
padding: 0 30upx;
margin: 0 -30rpx;
padding: 0 30rpx;
background: #ffffff;
border-bottom: 1rpx solid #F2F2F2;
padding-bottom: 10rpx;
@@ -1224,7 +1222,7 @@

.hash {
color: rgba(21, 144, 233, 1);
font-size: 24upx;
font-size: 24rpx;
}
}

@@ -1290,18 +1288,18 @@
}

.scroll-Y {
font-size: 36upx;
font-size: 36rpx;
color: #999999;
background: #FFFFFF;
margin-top: 30upx;
margin-top: 30rpx;
flex: 1;
overflow-y: scroll;
width: 100%;
}

.scroll-Y .text {
margin: 50upx 30upx;
line-height: 80upx;
margin: 30rpx;
line-height: 80rpx;
display: flex;
align-items: center;
}
@@ -1314,37 +1312,30 @@

.content {
margin-left: 0;
margin-right: 30upx;
margin-right: 30rpx;
background: #F6F6F6;
color: #999999;
}
}

.scroll-Y .text .avatar {
width: 64upx;
height: 64upx;
line-height: 64upx;
width: 64rpx;
height: 64rpx;
line-height: 64rpx;
text-align: center;
// border: 1rpx solid red;
font-size: 36rpx;
border-radius: 50%;
background: #F2F2F2;
color: #008EF2;
// display: flex;
// justify-content: center;
// align-items: center;
// image {
// width: 40upx;
// }
}

.scroll-Y .text .content {
margin-left: 30upx;
margin-left: 30rpx;
line-height: 60rpx;
text-align: left;
padding: 0 5px;
background: #2BC805;
border-radius: 8upx;
border-radius: 8rpx;
max-width: 442rpx;
color: #FFFFFF;
position: relative;
@@ -1379,34 +1370,34 @@
}

.likeArea {
width: 86upx;
height: 84upx;
margin: 20upx auto 38upx auto;
width: 86rpx;
height: 84rpx;
margin: 20rpx auto 38rpx auto;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 1upx solid #C1C2C1;
border: 1rpx solid #C1C2C1;

&.liked {
border: 1upx solid rgba(21, 144, 233, 1);
border: 1rpx solid rgba(21, 144, 233, 1);
}

image {
width: 38upx;
height: 39upx;
width: 38rpx;
height: 39rpx;
}
}

.chat {
display: flex;
flex-direction: column;
border-top: 1upx solid rgba(151, 151, 151, 0.4);
padding-top: 20upx;
border-top: 1rpx solid rgba(151, 151, 151, 0.4);
padding-top: 20rpx;

.total {
color: rgba(21, 144, 233, 1);
font-size: 24upx;
font-size: 24rpx;
}

.list {
@@ -1415,17 +1406,17 @@

.message {
display: flex;
margin-top: 20upx;
margin-top: 20rpx;

border-bottom: 1upx solid rgba(151, 151, 151, 0.4);
padding-bottom: 20upx;
border-bottom: 1rpx solid rgba(151, 151, 151, 0.4);
padding-bottom: 20rpx;

&:last-child {
border-bottom: 0;
}

.avator {
margin-left: 120upx;
margin-left: 120rpx;
}

&:first-child {
@@ -1437,49 +1428,49 @@
.right {
display: flex;
flex-direction: column;
margin-left: 20upx;
margin-left: 20rpx;
flex: 1;

.name {
color: rgba(16, 16, 16, 1);
font-size: 30upx;
font-size: 30rpx;
}

.subtitle {
color: rgba(120, 120, 120, 1);
font-size: 24upx;
margin-top: 16upx;
font-size: 24rpx;
margin-top: 16rpx;
}

.answer {
font-size: 24upx;
font-size: 24rpx;
color: #787878;
}

.content {
color: rgba(49, 48, 48, 1);
font-size: 30upx;
margin-top: 20upx;
font-size: 30rpx;
margin-top: 20rpx;
position: relative;
}

.bottom {
margin-top: 16upx;
margin-top: 16rpx;
display: flex;
justify-content: space-between;

.time {
color: rgba(185, 185, 185, 1);
font-size: 20upx;
font-size: 20rpx;
}

.button {
color: rgba(144, 144, 144, 1);
font-size: 30upx;
width: 111upx;
height: 44upx;
border-radius: 22upx;
border: 1upx solid rgba(151, 151, 151, 1);
font-size: 30rpx;
width: 111rpx;
height: 44rpx;
border-radius: 22rpx;
border: 1rpx solid rgba(151, 151, 151, 1);
text-align: center;
}
}
@@ -1489,43 +1480,43 @@
}

.bottomArea {
min-height: 90upx;
min-height: 90rpx;
background: #F0F2F5;
width: 100vw;
margin: 0 -30rpx;
display: flex;
align-items: center;
border-top: 1upx solid rgba(151, 151, 151, 0.25);
border-top: 1rpx solid rgba(151, 151, 151, 0.25);

.voice {
width: 44upx;
height: 44upx;
margin-left: 38upx;
width: 44rpx;
height: 44rpx;
margin-left: 38rpx;
}

.inputArea {
margin-left: 38upx;
margin-right: 38upx;
margin-left: 38rpx;
margin-right: 38rpx;
flex: 1;
display: flex;
position: relative;

.edit {
width: 30upx;
height: 28upx;
width: 30rpx;
height: 28rpx;
position: absolute;
top: 31upx;
left: 27upx;
top: 31rpx;
left: 27rpx;
}

.editor {
background: rgba(0, 139, 245, 0.17);
border-radius: 29upx;
border-radius: 29rpx;
flex: 1;
min-height: 58upx;
min-height: 58rpx;
width: unset;
padding: 0 32upx;
font-size: 30upx;
padding: 0 32rpx;
font-size: 30rpx;
margin: 16rpx 0;
line-height: 29px;
}
@@ -1543,21 +1534,21 @@
}

.download {
width: 41upx;
height: 35upx;
margin-right: 36upx;
width: 41rpx;
height: 35rpx;
margin-right: 36rpx;
}

.like {
width: 38upx;
height: 39upx;
margin-right: 38upx;
width: 38rpx;
height: 39rpx;
margin-right: 38rpx;
}

.add {
width: 50upx;
height: 50upx;
margin-right: 38upx;
width: 50rpx;
height: 50rpx;
margin-right: 38rpx;
}

.send {
@@ -1570,21 +1561,21 @@
}

.backTop {
width: 60upx;
height: 60upx;
width: 60rpx;
height: 60rpx;
background: rgba(211, 235, 253, 1);
box-shadow: 0upx 0upx 2upx 4upx rgba(38, 161, 255, 0.04);
box-shadow: 0rpx 0rpx 2rpx 4rpx rgba(38, 161, 255, 0.04);
border-radius: 50%;
position: fixed;
bottom: 200upx;
right: 8upx;
bottom: 200rpx;
right: 8rpx;
display: flex;
justify-content: center;
align-items: center;

image {
width: 26upx;
height: 34upx;
width: 26rpx;
height: 34rpx;
}
}

@@ -1605,16 +1596,16 @@

.box {
background: rgba(21, 144, 233, 0.299);
width: 524upx;
height: 524upx;
width: 524rpx;
height: 524rpx;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;

.center {
width: 412upx;
height: 412upx;
width: 412rpx;
height: 412rpx;
background: #1590E9;
border-radius: 50%;
display: flex;
@@ -1623,14 +1614,14 @@
flex-direction: column;

.voice {
width: 110upx;
height: 133upx;
width: 110rpx;
height: 133rpx;
}

.text {
color: #FFFFFF;
font-size: 36upx;
margin-top: 24upx;
font-size: 36rpx;
margin-top: 24rpx;
}
}
}


+ 185
- 169
pages/learning/Thefulltext/index2.vue View File

@@ -6,17 +6,14 @@
</image>
<text style="margin-left: 10rpx;color: #999999;font-size: 24rpx;">请输入关键字</text>
</view>
<view class="top" style="margin-top: 30rpx;">
<view class="top">
<view class="title">
<view class="call_record_time">{{date}}</view>
<view class="hash" @click="gotoChat" v-if="commentList.length != 0">
<view class="hash" @click="gotoChat" v-if="commentList.length">
查看全部评论
</view>
</view>
<view class="call_record_time_one">接待时长 {{alltimeStr}}</view>

<!-- <yz-audio class="audio-container" ref="zyAudio" @timeUpdate="TimeUpdate"
@sliderChangeComplate="sliderChangeComplate"></yz-audio> -->
<zaudio theme="theme4"></zaudio>
</view>
<scroll-view :scroll-top="scrollTop" lower-threshold='100px' @scrolltolower="ltolower()" upper-threshold='40px'
@@ -32,13 +29,9 @@
:class="{active: Math.floor(item.bg/1000) < playNow && Math.floor(item.ed/1000) > playNow, isGreen: item.isShow == 0}"
v-for="(item,index) in dialog.message" :key="index" :data-speaker="item.speaker">
<view class="avatar">
<view class="avatar">
<view :style="[SPEAKERSTYLE(item.speaker)]">
<image v-if="item.isShow == 0" :src="Aimg.replace(/[\r\n]/g,'')" mode="widthFix">
</image>
<text v-else>{{ item.speaker | toCapital }}</text>
</view>
</view>
<image v-if="item.isShow == 0" src="https://static.quhouse.com/b11a7e1ccf914020b3ee23d3e4862637.png" mode="widthFix">
</image>
<text v-else :style="[borderColor(item.speaker)]">{{ item.speaker | toCapital }}</text>
</view>
<view class="content">
<view v-html="item.onebest"></view>
@@ -183,7 +176,6 @@
},
data() {
return {
Aimg: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAACqVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3////9/f39/f3////////9/f3////////////9/f3////9/f39/f3////9/f3////////9/f3////9/f3////////////////9/f39/f3////////9/f39/f3////9/f39/f3////////9/f39/f3////////9/f39/f39/f3////////////////+/v7+/v7////+/v7////+/v7////+/v7+/v7////////+/v7+/v7////+/v7////+/v7////////////////////////////+/v7////+/v7////+/v7+/v7////////////+/v7////+/v7////+/v7+/v7////////+/v7////+/v7////////+/v7////////+/v7////+/v7+/v7+/v7////////+/v7+/v7////+/v7+/v7////+/v7////+/v7////+/v7////+/v7+/v7////+/v7+/v7////+/v7////+/v7////+/v7+/v7////+/v5jdC9iAAAA4nRSTlMAAQIDBAUGBwgLDA0ODxARExQVFhgbHB4fICEiIyQmJygpKy4wMTIzNDY3ODk6Oz0+P0BBQkRGR0lKTE5PUFFTVFVXWFlcXV9gYWJjZWZnaGlqa2xtbm9wcXJzdHV2d3h6e319foGBgoODh4mKiouMjI2QkZKSk5OUlpeYmZmam5ycnZ+foKGio6SmqKmpq6yur7CwsbGytba5uru8wMDBwcLCw8XGx8jJysrLzM7P0dLT1dXW1tfY2drc3N7f4OHh5Obm5+jp6uvs7vDx8vLz8/T09fX29/f4+fn6+vz8/f7+RVDt+wAAA55JREFUGBntwf9/1HMAB/DX7XYbuXWV1cyMoixfugrRGNXytW33pbVdJ83XkiMLSb4LJd/zZUi0SKT5FmGS77HUVaixnHP2+kt8vt3Zbp/3+7P3XR5+8XziP1E4uiYcrh1bjMNi6NzXumnoeX3eSOSrpHUv+zi0ogJ5qd3JLN1XuJGzwqW0sW4oclT0Im19XIqcuNdQ4D0vcnEDhdYgB2f+SbFZUHbEdkrsLYeqFko9CEVH7qJUohxqLqODO6BmLR18XwAVRQfpZDxUnExHjVBRR0eroGIZHX0AFe10tA8qdtNZIRR00VEPVLxLRzuh4jk62gIVy+joSaiI0tECqPDT0blQ4f6RDpI+KHmYDjZBzWQ6aIaibZSK+6BoOqViUOXqoER8BJSdlqJYFDm4h0LveJAD7+cUiFciJ1U/01aiGjk65zfaSF6EnE3azQEO1iAPFZuZZes45MUT3cM+emLFyNfwK3fQ8k1sFA6L0cElTzx9d1OVC/8bNG/gzY+GQaKk461gCQZr8iMHSNZD4nySv6wYj0EYFv2UhqcgcTsN70ePhtzER3+lJe6BxXP9jTctvrl1yS1jkLaNlkTbBR6IlF3dyT78sHh+oqkSlrJe/uOH1jGw4apem2I/1yLtGRo6kRZiP73t57mQxb+Z2dqRdikNtyLtBWb78Cz05bomyQH+KIGljIYaWNxxDtC72ouMgsdpZzosHhqqYDmFdraOQNpttHUfLKU0TITlKtra6IZpCu3tgMVPQx0sG2ivDqaVFDgOppk0LIbJm6C9DTB1UCAMU4SGZ2GqocAumL6jQBtMMRq2wLScAik3dMV/UWB/EQwrafgSpk6KlEJ3LIXOgGE9DQdgqKDQSdBNoNAiGL6i6SjowhSaAt1UCm2CzpOk6QTonqfQJdBdSKGkD5pKWqZCU7iHQtdB10KxWmjOpqUJmtMp9gB091LsIWiCtCyFZiHFXoZuHcW+hiZGy0vQvE2xT6DbTolKAI/R8hmA4SmKdUG3jxIhAG/QkigAZlAi6QJQTJk2AF1MGwXcRRkfgJGU2V8EHzP8wBeUqQQwllKTcCozpuFESk0AMJNSC3AxM8KYT6lpAFootRGLmLEQ6ynVCCBAqcSQ1cy4f8ghSs0HcMzvlKp+lRmvVFMqNQ6aaIoyd3Yy49vllOmuh+H4WZFIpFnTpJmjadTM1oQ1oVAgFNQENA0N9f01BIKh8OzGOU3NkbmXzwuV41/wNztgHKhu7WKTAAAAAElFTkSuQmCC",
roleindex: 0,
dialogList: [], // 录音对话转移列表
luyinList: [], //录音文件列表
@@ -222,11 +214,9 @@
toptextindex: 0, //上拉 转写文件下标
timer: null,
watchAllCommit: false, // 查看全部评论

ACTION: Symbol('zaudio'), // 唯一值区分每个页面的方法
isPageHide: false, // 是否息屏
duration: '',

};
},
onLoad(options) {
@@ -244,10 +234,9 @@
that.addHot()
}, 30000)


//注意: 不同的回调方法, 相同的业务函数方法名, 不会相互影响;
this.$zaudio.on('stop', this.ACTION, () => {
console.log('我是强制暂停或关闭小程序音频浮窗触发的')
// console.log('我是强制暂停或关闭小程序音频浮窗触发的')
})
this.$zaudio.on('seek', this.ACTION, (time) => {
this.sliderChangeComplate(this.TIMEEVENT(time))
@@ -288,6 +277,56 @@


methods: {
borderColor(index) {
let obj = {
color: '',
borderRadius: '',
border: ''
}
switch (index) {
case 1:
obj.color = '#E6625B';
obj.borderRadius = '8rpx';
obj.border= '2rpx solid #E6625B';
break;
case 2:
obj.color = '#FF981E';
obj.borderRadius = '8rpx';
obj.border= '2rpx solid #FF981E';
break;
case 3:
obj.color = '#F6BD16';
obj.borderRadius = '8rpx';
obj.border= '2rpx solid #F6BD16';
break;
case 5:
obj.color = '#4980C8';
obj.borderRadius = '8rpx';
obj.border= '2rpx solid #4980C8';
break;
case 6:
obj.color = '#60CBEC';
obj.borderRadius = '8rpx';
obj.border= '2rpx solid #60CBEC';
break;
case 7:
obj.color = '##FF981E';
obj.borderRadius = '8rpx';
obj.border= '2rpx solid #FF981E';
break;
case 8:
obj.color = '#4F861E';
obj.borderRadius = '8rpx';
obj.border= '2rpx solid #4F861E';
break;
default:
obj.color = '#9F61C8';
obj.borderRadius = '8rpx';
obj.border= '2rpx solid #9F61C8';
break;
}
return obj
},
toKeywordsearch() {
uni.navigateTo({
url: '/pages/learning/Thefulltext/search?customerId=' + this.customerId + "&status=" + this
@@ -303,7 +342,6 @@
})
},
addHot() {
// console.log('30')
this.$u.post('/zkstudyrecord', {
targetId: this.customerId
})
@@ -339,6 +377,7 @@
if (this.textindex >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return
@@ -369,7 +408,7 @@
})
}
}
console.log("上一页", this.toptextindex)
// console.log("上一页", this.toptextindex)
},
//获取点赞列表isLiked likegetLike
getdianzan() {
@@ -518,7 +557,7 @@
};
//有新的识别内容返回,则会调用此事件
manager.onRecognize = (res) => {
console.log('ing' + res.result);
// console.log('ing' + res.result);
}

// 识别结束事件
@@ -609,7 +648,7 @@
icon: "none",
title: "上传成功"
})
console.log(uploadFileRes.data);
// console.log(uploadFileRes.data);
}
});
}
@@ -659,7 +698,6 @@
this.watchAllCommit = true
},
gotoTop() {
console.log("asdasdasd")
this.scrollId = null;
this.$nextTick(() => {
this.scrollId = "top";
@@ -721,7 +759,7 @@

// 表单
.tian-view {
width: 570upx;
width: 570rpx;
background-color: #FFFFFF;
border-bottom: 1px solid #ededee;
display: flex;
@@ -770,10 +808,10 @@
}

.bounced {
width: 570upx;
width: 570rpx;
background: #FFFFFF;
z-index: 1000;
border-radius: 10upx;
border-radius: 10rpx;
position: fixed;
left: 50%;
top: 50%;
@@ -821,9 +859,9 @@
}

.bounced3 {
height: 100upx;
height: 100rpx;
width: 100%;
margin-top: 40upx;
margin-top: 40rpx;
border-top: 1px solid #dddddd;
display: flex;
}
@@ -832,9 +870,9 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
line-height: 100rpx;
border-right: 1px solid #dddddd;
font-size: 36upx;
font-size: 36rpx;
color: #999999;
}

@@ -842,8 +880,8 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
font-size: 36upx;
line-height: 100rpx;
font-size: 36rpx;
color: #108ee9;
}
}
@@ -1047,8 +1085,6 @@
}

.translation {
padding-left: 30rpx;
padding-right: 30rpx;
background: #FFFFFF;
display: flex;
flex-direction: column;
@@ -1056,45 +1092,51 @@
}

.translation .top {
margin: 0 -30upx;
padding: 0 30upx;
margin-top: 20rpx;
padding: 0 30rpx;
background: #ffffff;
border-bottom: 1rpx solid #F2F2F2;
padding-bottom: 10rpx;
}

.translation .top .title {
padding: 0 30rpx;
display: flex;
align-items: center;
justify-content: space-between;

.hash {
color: rgba(21, 144, 233, 1);
font-size: 24upx;
font-size: 26rpx;
}
}

.call_record_time {
height: 44rpx;
font-size: 28rpx;
font-weight: 600;
color: #008EF2;
line-height: 44rpx;
height: 42rpx;
line-height: 42rpx;
font-size: 30rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #303030;
}

.call_record_time_one {
height: 48rpx;
font-size: 24rpx;
font-weight: 500;
padding-left:30rpx;
color: #70798d;
line-height: 48rpx;
display: flex;
justify-content: space-between;
position: relative;
height: 40rpx;
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #303030;
line-height: 40rpx;
margin-top: 20rpx;

.diangweitupian {
width: 46rpx;
height: 46rpx;
// border: 1px solid red;
position: absolute;
top: 0rpx;
right: 75rpx;
@@ -1135,20 +1177,20 @@
}

.scroll-Y {
font-size: 36upx;
font-size: 36rpx;
color: #999999;
background: #FFFFFF;
margin-top: 30upx;
margin-top: 30rpx;
flex: 1;
overflow-y: scroll;
width: 100%;
}

.scroll-Y .text {
margin: 50upx 30upx;
line-height: 80upx;
margin: 30rpx;
line-height: 40rpx;
display: flex;
align-items: center;
align-items: flex-start;
}

.scroll-Y .text[data-speaker="2"],
@@ -1159,93 +1201,67 @@

.content {
margin-left: 0;
margin-right: 30upx;
background: #F6F6F6;
color: #999999;
margin-right: 30rpx;
}
}

.scroll-Y .text .avatar {
width: 64upx;
height: 64upx;
line-height: 64upx;
text-align: center;
// border: 1rpx solid red;
font-size: 36rpx;
border-radius: 50%;
background: #F2F2F2;
color: #008EF2;

// display: flex;
// justify-content: center;
// align-items: center;
image {
width: 40upx;
text{
display: block;
width: 72rpx;
height: 72rpx;
line-height: 72rpx;
text-align: center;
background: #FFFFFF;
border-radius: 8rpx;
font-size: 30rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
box-sizing: border-box;
}
image{
width: 72rpx;
height: 72rpx;
}
}

.scroll-Y .text .content {
margin-left: 30upx;
line-height: 60rpx;
margin-left: 30rpx;
text-align: left;
padding: 0 5px;
background: #F6F6F6;
border-radius: 8upx;
padding: 10rpx;
background: #f8f8f8;
border-radius: 12rpx;
max-width: 442rpx;
color: #999999;
position: relative;

.tankuangcss {
position: absolute;
top: -53rpx;
left: -80rpx;
width: 318rpx;
height: 68rpx;
background-color: #333333;
font-size: 24rpx;
color: #FFFFFF;
padding-top: 4rpx;
padding-bottom: 4rpx;
display: flex;
align-items: center;
border-radius: 15rpx;
}
}

.scroll-Y .isGreen .contentInfo .contentMain .content {
background: #2BC805 !important;
color: #FFFFFF;
font-size: 30rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #505050;
line-height: 40rpx;
}

.scroll-Y .text.active .content {
color: #FF7538 !important;
position: relative;
}

.scroll-Y .text.active[data-speaker="2"] .content,
.scroll-Y .text.active[data-speaker="4"] .content,
.scroll-Y .text.active[data-speaker="6"] .content {
color: #FF7538 !important;
color: #2671E2 !important;
position: relative;
}

.likeArea {
width: 86upx;
height: 84upx;
margin: 20upx auto 38upx auto;
width: 86rpx;
height: 84rpx;
margin: 20rpx auto 38rpx auto;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 1upx solid #C1C2C1;
border: 1rpx solid #C1C2C1;

&.liked {
border: 1upx solid rgba(21, 144, 233, 1);
border: 1rpx solid rgba(21, 144, 233, 1);
}

image {
width: 38upx;
height: 39upx;
width: 38rpx;
height: 39rpx;
}
}

@@ -1257,7 +1273,7 @@

.total {
color: rgba(21, 144, 233, 1);
font-size: 24upx;
font-size: 24rpx;
}

.list {
@@ -1266,17 +1282,17 @@

.message {
display: flex;
margin-top: 20upx;
margin-top: 20rpx;

border-bottom: 1upx solid rgba(151, 151, 151, 0.4);
padding-bottom: 20upx;
border-bottom: 1rpx solid rgba(151, 151, 151, 0.4);
padding-bottom: 20rpx;

&:last-child {
border-bottom: 0;
}

.avator {
margin-left: 120upx;
margin-left: 120rpx;
}

&:first-child {
@@ -1288,49 +1304,49 @@
.right {
display: flex;
flex-direction: column;
margin-left: 20upx;
margin-left: 20rpx;
flex: 1;

.name {
color: rgba(16, 16, 16, 1);
font-size: 30upx;
font-size: 30rpx;
}

.subtitle {
color: rgba(120, 120, 120, 1);
font-size: 24upx;
margin-top: 16upx;
font-size: 24rpx;
margin-top: 16rpx;
}

.answer {
font-size: 24upx;
font-size: 24rpx;
color: #787878;
}

.content {
color: rgba(49, 48, 48, 1);
font-size: 30upx;
margin-top: 20upx;
font-size: 30rpx;
margin-top: 20rpx;
position: relative;
}

.bottom {
margin-top: 16upx;
margin-top: 16rpx;
display: flex;
justify-content: space-between;

.time {
color: rgba(185, 185, 185, 1);
font-size: 20upx;
font-size: 20rpx;
}

.button {
color: rgba(144, 144, 144, 1);
font-size: 30upx;
width: 111upx;
height: 44upx;
border-radius: 22upx;
border: 1upx solid rgba(151, 151, 151, 1);
font-size: 30rpx;
width: 111rpx;
height: 44rpx;
border-radius: 22rpx;
border: 1rpx solid rgba(151, 151, 151, 1);
text-align: center;
}
}
@@ -1340,42 +1356,42 @@
}

.bottomArea {
min-height: 90upx;
min-height: 90rpx;
background: #F0F2F5;
width: 100vw;
display: flex;
align-items: center;
border-top: 1upx solid rgba(151, 151, 151, 0.25);
border-top: 1rpx solid rgba(151, 151, 151, 0.25);

.voice {
width: 44upx;
height: 44upx;
margin-left: 38upx;
width: 44rpx;
height: 44rpx;
margin-left: 38rpx;
}

.inputArea {
margin-left: 38upx;
margin-right: 38upx;
margin-left: 38rpx;
margin-right: 38rpx;
flex: 1;
display: flex;
position: relative;

.edit {
width: 30upx;
height: 28upx;
width: 30rpx;
height: 28rpx;
position: absolute;
top: 31upx;
left: 27upx;
top: 31rpx;
left: 27rpx;
}

.editor {
background: rgba(0, 139, 245, 0.17);
border-radius: 29upx;
border-radius: 29rpx;
flex: 1;
min-height: 58upx;
min-height: 58rpx;
width: unset;
padding: 0 32upx;
font-size: 30upx;
padding: 0 32rpx;
font-size: 30rpx;
margin: 16rpx 0;
line-height: 29px;
}
@@ -1393,21 +1409,21 @@
}

.download {
width: 41upx;
height: 35upx;
margin-right: 36upx;
width: 41rpx;
height: 35rpx;
margin-right: 36rpx;
}

.like {
width: 38upx;
height: 39upx;
margin-right: 38upx;
width: 38rpx;
height: 39rpx;
margin-right: 38rpx;
}

.add {
width: 50upx;
height: 50upx;
margin-right: 38upx;
width: 50rpx;
height: 50rpx;
margin-right: 38rpx;
}

.send {
@@ -1420,21 +1436,21 @@
}

.backTop {
width: 60upx;
height: 60upx;
width: 60rpx;
height: 60rpx;
background: rgba(211, 235, 253, 1);
box-shadow: 0upx 0upx 2upx 4upx rgba(38, 161, 255, 0.04);
box-shadow: 0rpx 0rpx 2rpx 4rpx rgba(38, 161, 255, 0.04);
border-radius: 50%;
position: fixed;
bottom: 200upx;
right: 8upx;
bottom: 200rpx;
right: 8rpx;
display: flex;
justify-content: center;
align-items: center;

image {
width: 26upx;
height: 34upx;
width: 26rpx;
height: 34rpx;
}
}

@@ -1455,16 +1471,16 @@

.box {
background: rgba(21, 144, 233, 0.299);
width: 524upx;
height: 524upx;
width: 524rpx;
height: 524rpx;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;

.center {
width: 412upx;
height: 412upx;
width: 412rpx;
height: 412rpx;
background: #1590E9;
border-radius: 50%;
display: flex;
@@ -1473,14 +1489,14 @@
flex-direction: column;

.voice {
width: 110upx;
height: 133upx;
width: 110rpx;
height: 133rpx;
}

.text {
color: #FFFFFF;
font-size: 36upx;
margin-top: 24upx;
font-size: 36rpx;
margin-top: 24rpx;
}
}
}


+ 0
- 4
pages/login/Setthepassword.vue View File

@@ -32,7 +32,6 @@
</view>

</view>
<!-- <view class="button" @click="denglu"><text class="">登录</text></view> -->
<view class="button" @tap="bindWxBLogin">确认</view>
</view>
</template>
@@ -341,9 +340,6 @@
}

.agreeBox {
/* text-align: center; */
/* width: 450rpx; */
/* padding-left: 145rpx; */
font-size: 28rpx;
color: #88909E;
margin: 0 auto;


+ 2
- 7
pages/login/Verification.vue View File

@@ -295,11 +295,6 @@
position: relative;

.head-immg {
// width: 118rpx;
// height: 61rpx;
// position: absolute;
// top: 300rpx;
// left: 100rpx;
width: 750rpx;
height: 778rpx;
position: absolute;
@@ -308,8 +303,8 @@


.logo {
width: 248upx;
height: 248upx;
width: 248rpx;
height: 248rpx;
display: block;
position: absolute;
top: 134rpx;


+ 7
- 15
pages/login/index.vue View File

@@ -17,7 +17,7 @@
<image src="https://qufang.oss-cn-beijing.aliyuncs.com/channelHelper/user.png" class="logo_input">
</image>
<input class="cwjs-item cwjs-input" v-model="username" placeholder="请输入账号名" type="number"
maxlength="11" placeholder-style="color:#AAAAAA"></input>
maxlength="11" placeholder-style="color:#aaa"/>
</view>
</view>
<view class="cwjs-cells item-flex" style="margin-top:13rpx;">
@@ -25,9 +25,9 @@
<image src="https://qufang.oss-cn-beijing.aliyuncs.com/channelHelper/lock.png" class="logo_input">
</image>
<input class="cwjs-item cwjs-input" placeholder="请输入密码" placeholder-style="color:#AAAAAA"
type="password" v-model="password" maxlength="16" v-if="passwordType"></input>
type="password" v-model="password" maxlength="16" v-if="passwordType"/>
<input class="cwjs-item cwjs-input" placeholder="请输入密码" placeholder-style="color:#AAAAAA"
maxlength="16" v-model="password" v-else></input>
maxlength="16" v-model="password" v-else/>
</view>
<view class="imagesBox" @tap="changeBindPassword">
<image v-if="passwordType==false" src="../../static/images/zhengkai.png" class="images"
@@ -76,9 +76,6 @@
},
//忘记密码
bindpassword() {
// uni.navigateTo({
// url: '/pages/login/Verification?role=2',
// })
uni.navigateTo({
url: '/pages/login/Setthepassword',
})
@@ -165,7 +162,7 @@
});
return
} else {
let lopan = {
let loupan = {
id: data.houseList[0].id,
name: data.houseList[0].propertyName
}
@@ -175,7 +172,7 @@
uni.setStorageSync("weapp_session_userInfo_data",users); //写入缓存
uni.setStorageSync("buildingID", lopan); //项目id写入缓存
uni.setStorageSync("buildingID", loupan); //项目id写入缓存
uni.switchTab({
url: '/pages/index/index'
});
@@ -287,11 +284,6 @@
position: relative;

.head-immg {
// width: 118rpx;
// height: 61rpx;
// position: absolute;
// top: 300rpx;
// left: 100rpx;
width: 750rpx;
height: 778rpx;
position: absolute;
@@ -300,8 +292,8 @@


.logo {
width: 248upx;
height: 248upx;
width: 248rpx;
height: 248rpx;
display: block;
position: absolute;
top: 134rpx;


+ 3
- 3
pages/mine/Changehepassword.vue View File

@@ -6,7 +6,7 @@
<view class="inpTextName">原密码</view>
</view>
<input placeholder="请输入原密码" placeholder-class="placeInpTextBox" class="inpTextBox1" maxlength="12"
v-model="password" type="text"></input>
v-model="password" type="text"/>
</view>
</view>
<view class="inpText">
@@ -15,7 +15,7 @@
<view class="inpTextName">新密码</view>
</view>
<input placeholder="请输入6-12位新密码" placeholder-class="placeInpTextBox" class="inpTextBox1" maxlength="12"
v-model="newPassword" type="password"></input>
v-model="newPassword" type="password"/>
</view>
</view>
<view class="inpText" style="padding-bottom: 8rpx;" >
@@ -24,7 +24,7 @@
<view class="inpTextName">确认密码</view>
</view>
<input placeholder="请确认密码" placeholder-class="placeInpTextBox" class="inpTextBox1" maxlength="12"
v-model="queryPassword" type="password"></input>
v-model="queryPassword" type="password"/>
</view>
</view>
<button class="save" @tap="savePassword">确定</button>


+ 34
- 52
pages/mine/details.vue View File

@@ -472,7 +472,7 @@
this.alltimeStr = this.getTime(alltime)
if (info) {
res.forEach((item, index) => {
console.log(item, '打印音频列表内容')
// console.log(item, '打印音频列表内容')
if (item.id == info.id) {
this.luyinList = res;
this.csdFileindex = index;
@@ -505,6 +505,7 @@
if (this.num >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return
@@ -544,7 +545,6 @@
content: '确认取消加精?',
success: (res) => {
if (res.confirm) {
console.log('用户点击确定');
let params = {
carId: this.customerId,
}
@@ -569,7 +569,6 @@
content: '确认加精?',
success: (res) => {
if (res.confirm) {
console.log('用户点击确定');
let objdata = {
"carId": that.customerId, //客户id
"status": 0,
@@ -605,7 +604,6 @@
})
})
that.$forceUpdate();
console.log('success');
}
});
},
@@ -778,9 +776,7 @@
},
//录音列表显示隐藏
showFile() {
console.log("111111111111111111111111")
this.isshowFile = !this.isshowFile;
console.log("222222222222222222222")
},

//评分上下显隐
@@ -854,10 +850,9 @@
customerId: this.customerId
}
this.$u.get(config.service.getCorpusAnalysis, obj).then(data => {
console.log(data, 'jkdaslasaksklajdklasjdkljaskldjaskldjaslkdjsalk')
try {
const jsonInfo = JSON.parse(data.audioContent);
console.log(jsonInfo)
// console.log(jsonInfo)
if (this.luyinList[this.csdFileindex].recordDuration > 360) {
//拿到总条数
var stusnum = jsonInfo.length;
@@ -868,16 +863,12 @@
var auth_timetimer = setInterval(() => {
stusnum -= 100;
console.log("还剩下" + stusnum)
// console.log("还剩下" + stusnum)
if (stusnum <= 0) {
console.log("停止")
clearInterval(auth_timetimer);
} else {
console.log("添加")
var newlistwang = [];
newlistwang = jsonInfo.splice(0, 100);
console.log("新数组", newlistwang)
newlistwang.forEach(item => {
this.dialogList[0].message.push(item)
})
@@ -904,7 +895,6 @@
}
}
}).catch(e => {
console.log(e, '123二83二我哦晶澳科技大说快了快到加快了')
// if (e.da)
uni.showModal({
title: '提示',
@@ -996,8 +986,6 @@
coverImgUrl: ''
}
})
console.log(this.luyinList, '123873892173812783218711111123873892173812783218711111123873892173812783218711111')
console.log(data, '123873892173812783218711111')
this.$zaudio.setAudio(data)
//渲染第一首音频
this.$zaudio.setRender(0)
@@ -1035,7 +1023,7 @@

// 表单
.tian-view {
width: 570upx;
width: 570rpx;
background-color: #FFFFFF;
border-bottom: 1px solid #ededee;
display: flex;
@@ -1084,10 +1072,10 @@
}

.bounced {
width: 570upx;
width: 570rpx;
background: #FFFFFF;
z-index: 1000;
border-radius: 10upx;
border-radius: 10rpx;
position: fixed;
left: 50%;
top: 50%;
@@ -1137,9 +1125,9 @@
}

.bounced3 {
height: 100upx;
height: 100rpx;
width: 100%;
margin-top: 40upx;
margin-top: 40rpx;
border-top: 1px solid #dddddd;
display: flex;
}
@@ -1148,9 +1136,9 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
line-height: 100rpx;
border-right: 1px solid #dddddd;
font-size: 36upx;
font-size: 36rpx;
color: #999999;
}

@@ -1158,8 +1146,8 @@
width: 50%;
height: 100%;
text-align: center;
line-height: 100upx;
font-size: 36upx;
line-height: 100rpx;
font-size: 36rpx;
color: #108ee9;
}
}
@@ -1174,8 +1162,8 @@
}

.translation .top {
margin: 0 -30upx;
padding: 0 30upx;
margin: 0 -30rpx;
padding: 0 30rpx;
background: #ffffff;
border-bottom: 1rpx solid #F2F2F2;
padding-bottom: 10rpx;
@@ -1187,7 +1175,7 @@

.hash {
color: rgba(21, 144, 233, 1);
font-size: 24upx;
font-size: 24rpx;
}
}

@@ -1314,18 +1302,18 @@
}

.scroll-Y {
font-size: 36upx;
font-size: 36rpx;
color: #999999;
background: #FFFFFF;
margin-top: 30upx;
margin-top: 30rpx;
flex: 1;
overflow-y: scroll;
width: 100%;
}

.scroll-Y .text {
margin: 50upx 30upx;
line-height: 80upx;
margin: 50rpx 30rpx;
line-height: 80rpx;
display: flex;
align-items: center;
}
@@ -1338,35 +1326,29 @@

.content {
margin-left: 0;
margin-right: 30upx;
margin-right: 30rpx;
}
}

.scroll-Y .text .avatar {
width: 64upx;
height: 64upx;
line-height: 64upx;
width: 64rpx;
height: 64rpx;
line-height: 64rpx;
text-align: center;
// border: 1rpx solid red;
font-size: 36rpx;
border-radius: 50%;
background: #F2F2F2;
color: #008EF2;
// display: flex;
// justify-content: center;
// align-items: center;
// image {
// width: 40upx;
// }

}

.scroll-Y .text .content {
margin-left: 30upx;
margin-left: 30rpx;
line-height: 60rpx;
text-align: left;
padding: 0 5px;
background: #F6F6F6;
border-radius: 8upx;
border-radius: 8rpx;
max-width: 442rpx;
color: #999;
position: relative;
@@ -1471,21 +1453,21 @@
}

.backTop {
width: 60upx;
height: 60upx;
width: 60rpx;
height: 60rpx;
background: rgba(211, 235, 253, 1);
box-shadow: 0upx 0upx 2upx 4upx rgba(38, 161, 255, 0.04);
box-shadow: 0rpx 0rpx 2rpx 4rpx rgba(38, 161, 255, 0.04);
border-radius: 50%;
position: fixed;
bottom: 200upx;
right: 8upx;
bottom: 200rpx;
right: 8rpx;
display: flex;
justify-content: center;
align-items: center;

image {
width: 26upx;
height: 34upx;
width: 26rpx;
height: 34rpx;
}
}



+ 10
- 19
pages/mine/details2.vue View File

@@ -94,16 +94,7 @@
<view class="tmmchen" @click.stop="moreClick">
<image src="https://static.quhouse.com/8807fbe8d7204b4da7c2e0209d8ec8ea.png" mode=""></image>
<view class="text">更多</view>
<!-- <view class="allimg" v-if="Thetapeidisshow">
<view @click.stop="Receivetap()" style="line-height: 70rpx;margin-top: 10rpx;">接待信息</view>
<view @click.stop="alllogo()" style="line-height:70rpx;">{{userlistobj.validInvalidName}}</view>
</view> -->
</view>
<!-- <view class="tmmchen" @click.stop="Receivetap()" v-if="!permissions.commonly2">
<image @click.stop="Receivedetailsabouttab('Receivedetailsabout')"
src="https://static.quhouse.com/9ccd2d8aaaaf43918e60aa258f36280e.png" mode=""></image>
<view @click.stop="Receivedetailsabouttab('Receivedetailsabout')">接待信息</view>
</view> -->
</view>
</view>
<!-- 更多弹框 -->
@@ -224,8 +215,7 @@
</view>
</view>
<view class="cenisbox">
<view
style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
<view style="width: 96%;height: 26rpx;display: flex;margin: 0 auto; margin-top: 40rpx;align-items: center;">
<view style="width: 25%;color: #666666;font-size: 26rpx;">接待顾问</view>
<view style="width: 75%;color: #333333;font-size: 26rpx;">{{userlistobj.agentName}}</view>
</view>
@@ -379,7 +369,7 @@
v-if="Acquirecustomerintentlist2.length==0">
暂无数据
</view>
<view class="jianbox" v-if="Acquirecustomerintentlist2.length!=0"
<view class="jianbox" v-if="Acquirecustomerintentlist2.length"
v-for="(item,index) in Acquirecustomerintentlist2" :key='index'>
<view class="jianbox-cen">
<view class="jianboxtext">{{item.name}}</view>
@@ -466,7 +456,6 @@
zhixingcenterindex: 0,
prohibitedlist: [],
guanjianciishow: false,
Aimg: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAACqVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9/f3////9/f39/f3////////9/f3////////////9/f3////9/f39/f3////9/f3////////9/f3////9/f3////////////////9/f39/f3////////9/f39/f3////9/f39/f3////////9/f39/f3////////9/f39/f39/f3////////////////+/v7+/v7////+/v7////+/v7////+/v7+/v7////////+/v7+/v7////+/v7////+/v7////////////////////////////+/v7////+/v7////+/v7+/v7////////////+/v7////+/v7////+/v7+/v7////////+/v7////+/v7////////+/v7////////+/v7////+/v7+/v7+/v7////////+/v7+/v7////+/v7+/v7////+/v7////+/v7////+/v7////+/v7+/v7////+/v7+/v7////+/v7////+/v7////+/v7+/v7////+/v5jdC9iAAAA4nRSTlMAAQIDBAUGBwgLDA0ODxARExQVFhgbHB4fICEiIyQmJygpKy4wMTIzNDY3ODk6Oz0+P0BBQkRGR0lKTE5PUFFTVFVXWFlcXV9gYWJjZWZnaGlqa2xtbm9wcXJzdHV2d3h6e319foGBgoODh4mKiouMjI2QkZKSk5OUlpeYmZmam5ycnZ+foKGio6SmqKmpq6yur7CwsbGytba5uru8wMDBwcLCw8XGx8jJysrLzM7P0dLT1dXW1tfY2drc3N7f4OHh5Obm5+jp6uvs7vDx8vLz8/T09fX29/f4+fn6+vz8/f7+RVDt+wAAA55JREFUGBntwf9/1HMAB/DX7XYbuXWV1cyMoixfugrRGNXytW33pbVdJ83XkiMLSb4LJd/zZUi0SKT5FmGS77HUVaixnHP2+kt8vt3Zbp/3+7P3XR5+8XziP1E4uiYcrh1bjMNi6NzXumnoeX3eSOSrpHUv+zi0ogJ5qd3JLN1XuJGzwqW0sW4oclT0Im19XIqcuNdQ4D0vcnEDhdYgB2f+SbFZUHbEdkrsLYeqFko9CEVH7qJUohxqLqODO6BmLR18XwAVRQfpZDxUnExHjVBRR0eroGIZHX0AFe10tA8qdtNZIRR00VEPVLxLRzuh4jk62gIVy+joSaiI0tECqPDT0blQ4f6RDpI+KHmYDjZBzWQ6aIaibZSK+6BoOqViUOXqoER8BJSdlqJYFDm4h0LveJAD7+cUiFciJ1U/01aiGjk65zfaSF6EnE3azQEO1iAPFZuZZes45MUT3cM+emLFyNfwK3fQ8k1sFA6L0cElTzx9d1OVC/8bNG/gzY+GQaKk461gCQZr8iMHSNZD4nySv6wYj0EYFv2UhqcgcTsN70ePhtzER3+lJe6BxXP9jTctvrl1yS1jkLaNlkTbBR6IlF3dyT78sHh+oqkSlrJe/uOH1jGw4apem2I/1yLtGRo6kRZiP73t57mQxb+Z2dqRdikNtyLtBWb78Cz05bomyQH+KIGljIYaWNxxDtC72ouMgsdpZzosHhqqYDmFdraOQNpttHUfLKU0TITlKtra6IZpCu3tgMVPQx0sG2ivDqaVFDgOppk0LIbJm6C9DTB1UCAMU4SGZ2GqocAumL6jQBtMMRq2wLScAik3dMV/UWB/EQwrafgSpk6KlEJ3LIXOgGE9DQdgqKDQSdBNoNAiGL6i6SjowhSaAt1UCm2CzpOk6QTonqfQJdBdSKGkD5pKWqZCU7iHQtdB10KxWmjOpqUJmtMp9gB091LsIWiCtCyFZiHFXoZuHcW+hiZGy0vQvE2xT6DbTolKAI/R8hmA4SmKdUG3jxIhAG/QkigAZlAi6QJQTJk2AF1MGwXcRRkfgJGU2V8EHzP8wBeUqQQwllKTcCozpuFESk0AMJNSC3AxM8KYT6lpAFootRGLmLEQ6ynVCCBAqcSQ1cy4f8ghSs0HcMzvlKp+lRmvVFMqNQ6aaIoyd3Yy49vllOmuh+H4WZFIpFnTpJmjadTM1oQ1oVAgFNQENA0N9f01BIKh8OzGOU3NkbmXzwuV41/wNztgHKhu7WKTAAAAAElFTkSuQmCC",
tablist: [],
roleindex: 0,
roleindexbiaoji: 0,
@@ -1215,6 +1204,7 @@
if (this.textindex >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return
@@ -1233,6 +1223,7 @@
if (this.textindex >= lengthcz) {
uni.showToast({
title: '到底了',
icon: 'none',
duration: 2000
});
return
@@ -1833,7 +1824,6 @@
.headbox {
width: 100%;
min-height: 173rpx;
border-bottom: 1px solid #E0E0E0;
}

.zhuti {
@@ -1844,13 +1834,13 @@
.bottombox {
width: 100%;
height: 170rpx;
border-top: 1px solid #E0E0E0;
border-top: 1rpx solid #E0E0E0;
padding-bottom: 10rpx;

.bottomhead {
width: 100%;
height: 81rpx;
border-bottom: 1px solid #E0E0E0;
border-bottom: 1rpx solid #E0E0E0;
display: flex;
justify-content: space-between;
align-items: center;
@@ -2013,6 +2003,8 @@
height: 88rpx;
display: flex;
align-items: center;
border-top: 1rpx solid #E0E0E0;
border-bottom: 1rpx solid #E0E0E0;

.headovfu {
flex: 1;
@@ -2045,12 +2037,11 @@

.headpade {
width: 160rpx;
height: 60rpx;
height: 88rpx;
display: flex;
justify-content: center;
align-items: center;
border-left: 1px solid #D6D6D6;

box-shadow: -4rpx 0px 8rpx -4rpx rgba(0, 0, 0, 0.2);
.biaoji {
text-align: center;
line-height: 52rpx;


+ 1
- 38
pages/mine/equipment/index.vue View File

@@ -216,6 +216,7 @@
} else {
uni.showToast({
title: '已经到底了!',
icon: 'none',
duration: 2000
});
}
@@ -275,43 +276,8 @@
}
}

// .infoinputbox {
// width: 100%;
// height: 61rpx;
// position: relative;

// .infoinput {
// width: 690rpx;
// height: 61rpx;
// background: #DEDEDE;
// border-radius: 31rpx;
// margin: 0 auto;
// color: #999999;
// font-size: 26rpx;
// padding-left: 20rpx;
// }

// .dingweiinfo {
// width: 40rpx;
// height: 61rpx;
// background-color: #DEDEDE;
// position: absolute;
// top: 0rpx;
// left: 660rpx;
// display: flex;
// align-items: center;
// z-index: 1000;
// .sehoimg {
// display: block;
// width: 40rpx;
// height: 40rpx;
// }
// }
// }

.tab-box {
width: 100%;

.tab-item-wrap {
height: 88rpx;
line-height: 88rpx;
@@ -405,7 +371,6 @@
.you2 {
width: 114rpx;
height: 30rpx;
// border: 1rpx solid red;
font-size: 20rpx;
color: #333333;
margin-left: 6rpx;
@@ -414,7 +379,6 @@
.you22 {
width: 114rpx;
height: 30rpx;
// border: 1rpx solid red;
font-size: 20rpx;
color: red;
margin-left: 6rpx;
@@ -435,7 +399,6 @@
.you4 {
width: 100rpx;
height: 30rpx;
// border: 1rpx solid red;
font-size: 20rpx;
color: #333333;
margin-left: 6rpx;


+ 2
- 2
pages/mine/messageList.vue View File

@@ -169,9 +169,9 @@
this.list[1].count = res.data.data.count
}
if (res.data.data == null) {
console.log(11)
uni.showToast({
title: '已经到底了!',
icon: 'none',
duration: 2000
});
} else {
@@ -296,4 +296,4 @@
}
}
}
</style>
</style>

+ 2
- 5
pages/mine/reception/addreception.vue View File

@@ -186,12 +186,9 @@
that.baochunfun()
} else {
if (res.zs == 0) {
console.log(res, 'ajdlksajdklsajkdljsakldjsakl')
console.log(res, 'ajdlksajdklsajkdljsakldjsakl')
that.parames.agentId = res.assign.accountId;
that.baochunfun()
} else {
console.log("zo")
if (res.assign == null && res.replacement == null) {
that.baochunfun()
} else {
@@ -291,7 +288,7 @@
this.$u.get("/zkAgentPool/freeList?itemId=" + this.parames.projectId).then(res => {
this.freeList = res;
this.freeList.forEach(item => {
console.log(item, '顾问')
// console.log(item, '顾问')
if (item.onLine == 0) {
item.label = item.name + "(离线)";
} else if (item.onLine == 1) {
@@ -314,7 +311,7 @@
.sexRadio {
color: #BFBFBF;
border: 1rpx solid #BFBFBF;
font-size: 24upx;
font-size: 24rpx;
width: 120rpx;
height: 60rpx;
text-align: center;


+ 9
- 9
pages/mine/reception/consultant.vue View File

@@ -177,27 +177,27 @@
align-items: center;

.image {
width: 478upx;
height: 478upx;
width: 478rpx;
height: 478rpx;
}

.tips {
font-size: 36upx;
font-size: 36rpx;
color: #242424;
line-height: 1;
margin-top: 50upx;
margin-top: 50rpx;
}
}

.save {
position: fixed;
width: calc(100vw - 60upx);
bottom: 50upx;
width: calc(100vw - 60rpx);
bottom: 50rpx;
left: 30rpx;
color: #FFFFFF;
font-size: 30upx;
height: 98upx;
border-radius: 8upx;
font-size: 30rpx;
height: 98rpx;
border-radius: 8rpx;
display: flex;
justify-content: center;
align-items: center;


+ 1
- 1
pages/mine/registerForm.vue View File

@@ -203,7 +203,7 @@
.sexRadio {
color: #BFBFBF;
border: 1rpx solid #BFBFBF;
font-size: 24upx;
font-size: 24rpx;
width: 120rpx;
height: 60rpx;
text-align: center;


+ 0
- 3
pages/mine/signature.vue View File

@@ -36,14 +36,11 @@
util.getRequestPromise(config.service.upload, {
personalProfile: this.name
}).then(data => {
userInfos.personalProfile = this.name;
uni.setStorageSync('weapp_session_userInfo_data', userInfos); //写入缓存
uni.navigateBack({
delta: 1
});
});
}
}


Loading…
Cancel
Save