技师等级框修改

This commit is contained in:
kbing1981 2025-03-19 10:48:19 +08:00
parent c72eea85af
commit c0c0ab5dd5
2 changed files with 17 additions and 17 deletions

View File

@ -1,11 +1,11 @@
// const ROOTPATH3 = "wss://192.168.2.22:8187/wss/chatSocket/"; // const ROOTPATH3 = "wss://192.168.2.22:8187/wss/chatSocket/";
const ROOTPATH = "http://192.168.2.22:8187/sqx_fast"; // const ROOTPATH = "http://192.168.2.22:8187/sqx_fast";
const ROOTPATH1 = "http://192.168.2.22:8187/sqx_fast"; // const ROOTPATH1 = "http://192.168.2.22:8187/sqx_fast";
//生产环境 //生产环境
// const ROOTPATH = "https://admin.sjajk.com/sqx_fast";//生产需替换 const ROOTPATH = "https://admin.sjajk.com/sqx_fast";//生产需替换
// const ROOTPATH1 = "https://admin.sjajk.com/sqx_fast";//生产需替换 const ROOTPATH1 = "https://admin.sjajk.com/sqx_fast";//生产需替换
const ROOTPATH3 = "wss://admin.sjajk.com/wss/chatSocket/"; //联系客服//生产需替换 const ROOTPATH3 = "wss://admin.sjajk.com/wss/chatSocket/"; //联系客服//生产需替换
//上传地址 //上传地址

View File

@ -28,9 +28,9 @@
<view class="margin-bottom-sm radius touxiang-left"> <view class="margin-bottom-sm radius touxiang-left">
<view class="flex align-center touxiang-left-view" v-for="(item, index) in orderList" :key='index' @click="goOrder(item)"> <view class="flex align-center touxiang-left-view" v-for="(item, index) in orderList" :key='index' @click="goOrder(item)">
<view class="touxiang-left-content"> <view class="touxiang-left-content">
<image style="border: 1px solid #f7e7e7;box-shadow:1px 5px 5px 1px #e2e2e2;" class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'" @click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></image> <image class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'" @click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></image>
<image class="touxiang-left-content-img" v-if="item.isHot == 1" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"></image> <image class="touxiang-left-content-img" v-if="item.isHot == 1" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"></image>
<image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade1-1.gif':item.technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></image> <image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade4.png':item.technicianType=='4'?'../../static/vip/grade6.png':'../../static/vip/grade5.png'"></image>
</view> </view>
<view class="list-right"> <view class="list-right">
<view class="flex align-center" style="justify-content: start;"> <view class="flex align-center" style="justify-content: start;">
@ -117,9 +117,9 @@
<image v-if="getOrderByCurrentMarkerIndex().isHot == 1" <image v-if="getOrderByCurrentMarkerIndex().isHot == 1"
class="touxiang-left-content-img-ditu" class="touxiang-left-content-img-ditu"
src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"
style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;"> >
</image> </image>
<image style="margin-top:18px;margin-left: 4px;" class="touxiang-frame" :src="getOrderByCurrentMarkerIndex().technicianType=='3'?'../../static/vip/grade1-1.gif':getOrderByCurrentMarkerIndex().technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></image> <image class="touxiang-frame" :src="getOrderByCurrentMarkerIndex().technicianType=='3'?'../../static/vip/grade1-1.gif':getOrderByCurrentMarkerIndex().technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></image>
</view> </view>
<view class="margin-left flex flex-direction dituList"> <view class="margin-left flex flex-direction dituList">
<view class="flex align-center" style="justify-content: start;"> <view class="flex align-center" style="justify-content: start;">
@ -1354,10 +1354,10 @@
} }
.touxiang-frame{ .touxiang-frame{
position: absolute; position: absolute;
width: 160rpx; width: 240rpx;
height: 55rpx; height:220rpx;
top:150rpx; top:5rpx;
left:15rpx; left:5rpx;
} }
.dituList{ .dituList{
width: 85%; width: 85%;
@ -1591,7 +1591,7 @@
height: 306.94rpx; height: 306.94rpx;
} }
.touxiang-left-content{ .touxiang-left-content{
width: 180rpx; width:190rpx;
//width: 235.08rpx; //width: 235.08rpx;
height: auto; height: auto;
border-radius: 10rpx; border-radius: 10rpx;
@ -1602,12 +1602,12 @@
width: 150rpx; width: 150rpx;
height: 150rpx; height: 150rpx;
border-radius:120rpx; border-radius:120rpx;
margin: 0px 10px 0px 12px; //margin: 0px 10px 0px 12px;
} }
.touxiang-left-content-img{ .touxiang-left-content-img{
width: 150rpx; width: 160rpx;
height: 180rpx; height: 190rpx;
border-radius:100rpx; border-radius:30rpx;
margin: 14rpx 22rpx; margin: 14rpx 22rpx;
} }
.touxiang-left-view{ .touxiang-left-view{