zhanghui 2 سال پیش
والد
کامیت
41c8121700
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      orderPages/bookService/index.vue

+ 2 - 3
orderPages/bookService/index.vue

@@ -8,8 +8,7 @@
 					<view class="flex-row">
 						<view class="serobItem flex-col" v-for="(item,index) in serviceObjectList" :key="index">
 							<view class="serobImgView" @click="selectServiceObject(item)">
-								<image class="serobImg" :src="item.facePhotoUrl || '/static/logo.png'"
-									mode="aspectFill"></image>
+								<image class="serobImg" mode="aspectFill" :src="item.facePhotoUrl || '/static/logo.png'"></image>
 							</view>
 							<text class="serobName">{{item.nickName || '未填写'}}</text>
 							<view class="serobV" v-if="item.select === true">
@@ -38,7 +37,7 @@
 
 		<view class="flex-col group marginTop" v-for="(item, index) in orderParam.childService">
 			<view class="flex-row">
-				<image class="selectSerobImg" :src="item.facePhotoUrl || '/static/logo.png'"></image>
+				<image class="selectSerobImg" mode="aspectFill" :src="item.facePhotoUrl || '/static/logo.png'"></image>
 				<text class="selectSerobName">{{item.nickName || '未填写'}}</text>
 			</view>