|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="chat-pages">
|
|
|
- <u-navbar :border="false">
|
|
|
+ <u-navbar :border="false" :fixed='true' :placeholder='true'>
|
|
|
<view class="u-nav-slot" slot="left" style="display: flex;">
|
|
|
<u-icon name="arrow-left" @click="return1()" size="20"></u-icon>
|
|
|
<image src="@/static/images/index/dianhua.png" mode=""
|
|
@@ -36,44 +36,17 @@
|
|
|
</view>
|
|
|
<image :src="item.msg ? item.msg : item.url" v-if="item.type === 'img'" mode="widthFix"
|
|
|
style="width: 200px;text-align: right;" @click="previewimg(item.url)"></image>
|
|
|
- <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'cand'"
|
|
|
- :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'pos')">
|
|
|
- <view class="header-top u-flex u-row-between">
|
|
|
- <view class="header-left">
|
|
|
- <view class="u-flex">
|
|
|
- <text class="text1">{{item.ext.order.name}}</text>
|
|
|
- </view>
|
|
|
+ <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'shopinfo'"
|
|
|
+ :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'shopinfo')">
|
|
|
+ <view class="u-flex ">
|
|
|
+ <image :src="item.ext.order.image" style="width: 152rpx;height: 152rpx;" mode=""></image>
|
|
|
+ <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
|
|
|
+ <view class="chattitle">{{item.ext.order.name}}</view>
|
|
|
+ <text class="catmoney">¥{{item.ext.order.discount_price || item.ext.order.discount_price}}</text>
|
|
|
</view>
|
|
|
- <view class="header-right">
|
|
|
- <image :src="item.ext.order.avatar" class="right-img" mode=""></image>
|
|
|
- <image src="../static/images/nan.png" class="sex" mode=""
|
|
|
- v-if="item.ext.order.sex == 'male'"></image>
|
|
|
- <image src="../static/images/nv.png" class="sex" mode="" v-else></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="goutong-time">
|
|
|
- {{renderTime(item.time)}} 发起沟通
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="chat-header1" v-if="item.type == 'txt' && item.ext.type == 'pos'"
|
|
|
- :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'pos')">
|
|
|
- <view class="header1-top u-flex u-row-between">
|
|
|
- <text>{{item.ext.order.title}}</text>
|
|
|
- <text>{{item.ext.order.salary}}K</text>
|
|
|
- </view>
|
|
|
- <view class="goutong-time1">
|
|
|
- {{renderTime(item.time)}} 发起沟通
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="chat-header1" v-if="item.type == 'txt' && item.ext.type == 'order'"
|
|
|
- :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'order')">
|
|
|
- <view class="header1-top u-flex u-row-between">
|
|
|
- <text>{{item.ext.order.title}}</text>
|
|
|
- <text>{{item.ext.order.salary}}K</text>
|
|
|
- </view>
|
|
|
- <view class="goutong-time1">
|
|
|
- {{renderTime(item.time)}} 发起沟通
|
|
|
</view>
|
|
|
+ <view class="" style="border: 2rpx solid #979797;opacity: 0.1;margin: 24rpx 0;"></view>
|
|
|
+ <view class="chatfu">{{item.ext.order.fu}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="chat-item-box u-flex u-col-top jend" v-if="item.from == user_no">
|
|
@@ -91,44 +64,17 @@
|
|
|
</view>
|
|
|
<image :src="item.msg ? item.msg : item.url" v-if="item.type === 'img'" mode="widthFix"
|
|
|
style="width: 200px;text-align: right;" @click="previewimg(item.url)"></image>
|
|
|
- <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'cand'"
|
|
|
- :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'pos')">
|
|
|
- <view class="header-top u-flex u-row-between">
|
|
|
- <view class="header-left">
|
|
|
- <view class="u-flex">
|
|
|
- <text class="text1">{{item.ext.order.name}}</text>
|
|
|
- </view>
|
|
|
+ <view class="chat-header" v-if="item.type == 'txt' && item.ext.type == 'shopinfo'"
|
|
|
+ :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'shopinfo')">
|
|
|
+ <view class="u-flex ">
|
|
|
+ <image :src="item.ext.order.image" style="width: 152rpx;height: 152rpx;" mode=""></image>
|
|
|
+ <view class="u-flex-column u-row-between" style="margin-left: 20rpx;height: 152rpx;">
|
|
|
+ <view class="chattitle">{{item.ext.order.name}}</view>
|
|
|
+ <text class="catmoney">¥{{item.ext.order.discount_price || item.ext.order.discount_price}}</text>
|
|
|
</view>
|
|
|
- <view class="header-right">
|
|
|
- <image :src="item.ext.order.avatar" class="right-img" mode=""></image>
|
|
|
- <image src="../static/images/nan.png" class="sex" mode=""
|
|
|
- v-if="item.ext.order.sex == 'male'"></image>
|
|
|
- <image src="../static/images/nv.png" class="sex" mode="" v-else></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="goutong-time">
|
|
|
- {{renderTime(item.time)}} 发起沟通
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="chat-header1" v-if="item.type == 'txt' && item.ext.type == 'pos'"
|
|
|
- :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'pos')">
|
|
|
- <view class="header1-top u-flex u-row-between">
|
|
|
- <text>{{item.ext.order.title}}</text>
|
|
|
- <text>{{item.ext.order.salary}}K</text>
|
|
|
- </view>
|
|
|
- <view class="goutong-time1">
|
|
|
- {{renderTime(item.time)}} 发起沟通
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="chat-header1" v-if="item.type == 'txt' && item.ext.type == 'order'"
|
|
|
- :style="{top:(statusheight + 58) + 'px'}" @click="toinfo(item,'order')">
|
|
|
- <view class="header1-top u-flex u-row-between">
|
|
|
- <text>{{item.ext.order.title}}</text>
|
|
|
- <text>{{item.ext.order.salary}}K</text>
|
|
|
- </view>
|
|
|
- <view class="goutong-time1">
|
|
|
- {{renderTime(item.time)}} 发起沟通
|
|
|
</view>
|
|
|
+ <view class="" style="border: 2rpx solid #979797;opacity: 0.1;margin: 24rpx 0;"></view>
|
|
|
+ <view class="chatfu">{{item.ext.order.fu}}</view>
|
|
|
</view>
|
|
|
<image v-if="item.from == user_no" :src="user.avatar" class="user-img" mode=""></image>
|
|
|
</view>
|
|
@@ -167,7 +113,7 @@
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
this.user = uni.getStorageSync('user_info')
|
|
|
- console.log('user',this.user);
|
|
|
+ console.log('user', this.user);
|
|
|
if (options.user_other) {
|
|
|
this.user_other = JSON.parse(decodeURIComponent(options.user_other))
|
|
|
}
|
|
@@ -329,6 +275,46 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
+ .chatfu{
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 20rpx;
|
|
|
+ color: #555555;
|
|
|
+ line-height: 28rpx;
|
|
|
+ text-align: left;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+ .chattitle {
|
|
|
+ width: 314rpx;
|
|
|
+ height: 72rpx;
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #222222;
|
|
|
+ line-height: 36rpx;
|
|
|
+ text-align: left;
|
|
|
+ font-style: normal;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ word-break: break-all;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ // white-space: pre-wrap;
|
|
|
+
|
|
|
+ }
|
|
|
+ .catmoney{
|
|
|
+ width: 104rpx;
|
|
|
+ height: 46rpx;
|
|
|
+ font-family: HarmonyOS_Sans_Medium;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #F83224;
|
|
|
+ line-height: 36rpx;
|
|
|
+ text-align: left;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 600;
|
|
|
+ }
|
|
|
+
|
|
|
.title {
|
|
|
font-family: PingFangSC, PingFang SC;
|
|
|
font-weight: 500;
|
|
@@ -460,14 +446,15 @@
|
|
|
}
|
|
|
|
|
|
.chat-header {
|
|
|
- width: 702rpx;
|
|
|
+ width: 540rpx;
|
|
|
+ // height: 264rpx;
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 16rpx;
|
|
|
position: sticky;
|
|
|
left: 24rpx;
|
|
|
- z-index: 20;
|
|
|
+ z-index: 10;
|
|
|
margin: 10px auto;
|
|
|
- padding: 0 20rpx;
|
|
|
+ padding: 20rpx;
|
|
|
|
|
|
.goutong-time {
|
|
|
line-height: 80rpx;
|