This commit is contained in:
kbing1981 2024-07-30 10:59:38 +08:00
parent dce03f774c
commit 01d69eac92
2 changed files with 9 additions and 9 deletions

View File

@ -125,9 +125,9 @@ export default {
//
changeAnimation(){
if(this.isSwitch){
this.animationData1 = this.initAnimation.left(0).width('50%').step().export();
this.animationData2 = this.initAnimation.width('50%').step().export();
this.animationData3 = this.initAnimation.width('50%').step().export();
this.animationData1 = this.initAnimation.left(0).width('55%').step().export();
this.animationData2 = this.initAnimation.width('55%').step().export();
this.animationData3 = this.initAnimation.width('55%').step().export();
}else{
this.animationData1 = this.initAnimation.left('50%').width('50%').step().export();
this.animationData2 = this.initAnimation.width('50%').step().export();
@ -146,7 +146,7 @@ export default {
.switch-container {
display: flex;
flex-direction: row;
width: 144rpx;
width: 160rpx;
height: 58rpx;
background: #fff;
border: 1rpx #41b9a6 solid;

View File

@ -39,7 +39,7 @@
<!-- <view class="zpmore_view_left" v-if="item.technicianType==1" @click.stop="saveImgss(item.technicianType, 0)">
<image src="../../static/dituzhaoren1.png" mode=""></image>
</view> -->
<image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade1.gif':item.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'"></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>
</view>
<view class="list-right">
<view class="flex align-center" style="justify-content: start;">
@ -1298,10 +1298,10 @@ import permision from "@/components/permission.js";
}
.touxiang-frame{
position: absolute;
width: 100rpx;
height: 38rpx;
left: 44rpx;
top:140rpx;
width: 190rpx;
height: 190rpx;
top:-8rpx;
left:6rpx;
}
.dituList{
width: 85%;