|
@@ -144,14 +144,14 @@
|
|
|
<image class="dataNull" src="/static/index/dataNull.png"></image>
|
|
<image class="dataNull" src="/static/index/dataNull.png"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row justify-center dataNullText">
|
|
<view class="flex-row justify-center dataNullText">
|
|
|
- <text>暂无服务项目,请刷新页面</text>
|
|
|
|
|
|
|
+ <text>暂无服务项目,请点击下一位刷新页面</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<uni-popup ref="avatarPopup" type="center">
|
|
<uni-popup ref="avatarPopup" type="center">
|
|
|
- <view class="avatarView ">
|
|
|
|
|
- <view class="flex-row justify-center">
|
|
|
|
|
|
|
+ <view class="avatarView "v-if="currService">
|
|
|
|
|
+ <view class="flex-row justify-center" >
|
|
|
<image class="avatarOpen" mode="widthFix" :src="currService.avatar || '/static/ud4.png'"></image>
|
|
<image class="avatarOpen" mode="widthFix" :src="currService.avatar || '/static/ud4.png'"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row justify-center" :style="{'marginTop':'20rpx'}">
|
|
<view class="flex-row justify-center" :style="{'marginTop':'20rpx'}">
|
|
@@ -487,6 +487,7 @@
|
|
|
preference:this.content
|
|
preference:this.content
|
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
|
this.previousServiceOrderId=''
|
|
this.previousServiceOrderId=''
|
|
|
|
|
+ this.content=''
|
|
|
uni.showToast({
|
|
uni.showToast({
|
|
|
icon: 'success',
|
|
icon: 'success',
|
|
|
duration: 2000,
|
|
duration: 2000,
|