去掉默认
This commit is contained in:
parent
df6fb56dd6
commit
0231d487bc
|
@ -31,7 +31,7 @@
|
||||||
<view class="touxiang-left-content">
|
<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 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-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>
|
||||||
<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,7 +117,7 @@
|
||||||
<!-- <view class="zpmore_view_left" v-if="getOrderByCurrentMarkerIndex().isNewer==1" @click.stop="saveImgss(getOrderByCurrentMarkerIndex().isNewer, 0)">
|
<!-- <view class="zpmore_view_left" v-if="getOrderByCurrentMarkerIndex().isNewer==1" @click.stop="saveImgss(getOrderByCurrentMarkerIndex().isNewer, 0)">
|
||||||
<image src="../../static/dituzhaoren1.png" mode=""></image>
|
<image src="../../static/dituzhaoren1.png" mode=""></image>
|
||||||
</view> -->
|
</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> -->
|
<!-- <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"
|
<!-- <view class="zpmore_view" v-if="getOrderByCurrentMarkerIndex().lifePhoto"
|
||||||
@click.stop="saveImgss(getOrderByCurrentMarkerIndex().lifePhoto, 0)">更多照片</view> -->
|
@click.stop="saveImgss(getOrderByCurrentMarkerIndex().lifePhoto, 0)">更多照片</view> -->
|
||||||
|
@ -286,7 +286,7 @@
|
||||||
value: "专家",
|
value: "专家",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
technicianType:3,
|
technicianType:'',
|
||||||
switchList:['列表','地图'],
|
switchList:['列表','地图'],
|
||||||
artificerName: '',
|
artificerName: '',
|
||||||
tpSel: 0,
|
tpSel: 0,
|
||||||
|
@ -418,7 +418,7 @@
|
||||||
onShow() {
|
onShow() {
|
||||||
let that = this
|
let that = this
|
||||||
that.orderList=[];
|
that.orderList=[];
|
||||||
that.technicianType=3;
|
that.technicianType='';
|
||||||
that.selectedValues=[];
|
that.selectedValues=[];
|
||||||
that.XCXIsSelect = this.$queue.getData("XCXIsSelect");
|
that.XCXIsSelect = this.$queue.getData("XCXIsSelect");
|
||||||
var add=uni.getStorageSync('cityTherapist');
|
var add=uni.getStorageSync('cityTherapist');
|
||||||
|
|
Loading…
Reference in New Issue