This commit is contained in:
kbing1981 2024-08-20 09:45:56 +08:00
commit 57d358312f
1 changed files with 4 additions and 6 deletions

View File

@ -31,7 +31,7 @@
<view class="touxiang-left-content">
<image style="border: 2px solid #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" v-if="item.isHot == 1" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"></image>
<image class="touxiang-frame" :src="technicianType=='3'?'../../static/vip/grade1-1.gif':technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></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>
</view>
<view class="list-right">
<view class="flex align-center" style="justify-content: start;">
@ -117,7 +117,7 @@
<!-- <view class="zpmore_view_left" v-if="getOrderByCurrentMarkerIndex().isNewer==1" @click.stop="saveImgss(getOrderByCurrentMarkerIndex().isNewer, 0)">
<image src="../../static/dituzhaoren1.png" mode=""></image>
</view> -->
<image style="margin-top:18px;margin-left: 4px;" class="touxiang-frame" :src="technicianType=='3'?'../../static/vip/grade1-1.gif':technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></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 style="width: 30%;" class="touxiang-frame" :src="getOrderByCurrentMarkerIndex().technicianType=='3'?'../../static/vip/grade4.png':getOrderByCurrentMarkerIndex().technicianType=='4'?'../../static/vip/grade5.png':'../../static/vip/grade6.png'"></image> -->
<!-- <view class="zpmore_view" v-if="getOrderByCurrentMarkerIndex().lifePhoto"
@click.stop="saveImgss(getOrderByCurrentMarkerIndex().lifePhoto, 0)">更多照片</view> -->
@ -286,7 +286,7 @@
value: "专家",
},
],
technicianType:3,
technicianType:'',
switchList:['列表','地图'],
artificerName: '',
tpSel: 0,
@ -418,7 +418,7 @@
onShow() {
let that = this
that.orderList=[];
that.technicianType=3;
that.technicianType='';
that.selectedValues=[];
that.XCXIsSelect = this.$queue.getData("XCXIsSelect");
var add=uni.getStorageSync('cityTherapist');
@ -490,7 +490,6 @@
methods: {
quding(){
this.getlist();
console.log("this.technicianType=============>",this.technicianType)
this.showpay = false;
},
toggle() {
@ -517,7 +516,6 @@
})
},
changeClickSon(item){
console.log("item",item)
var index = []
for(var i=0;i<item.detail.data.length;i++){
index.push(item.detail.data[i].value)