This commit is contained in:
Mr.jiang 2024-07-11 15:11:00 +08:00
parent acff33e097
commit 1a904501f5
5 changed files with 876 additions and 1009 deletions

View File

@ -684,7 +684,7 @@
// that.showpay = true;
that.paySel = 1;
uni.navigateTo({
url:'/my/order/payding?ordersId='+ res.data.ordersId
url:'/my/order/payModifyTcMyDaiB?ordersId='+ res.data.ordersId
})
} else {
that.$queue.showToast(res.msg)

File diff suppressed because it is too large Load Diff

View File

@ -100,7 +100,7 @@
<image src="../../static/my-liaocheng.png" mode=""></image>
<span class="my-serve-list-text">服务疗程</span>
</view>
<view class="my-serve-list" @click="meServe('企业预约')">
<view class="my-serve-list" @click="meServe('企业')">
<image src="../../static/my-liaocheng1.png" mode=""></image>
<span class="my-serve-list-text">企业预约</span>
</view>
@ -563,6 +563,10 @@
uni.navigateTo({
url:'/pages/my/fuwuliaocheng'
})
}else if(item=="企业"){
uni.navigateTo({
url:'/pages/shop/index?text='+item
})
}
} else {
uni.showModal({

View File

@ -79,7 +79,7 @@
{{item.oldPrice}}
</view>
</view>
<view class="service-more" @click.stop="xiangqing(item)">详情</view>
<view class="service-more" @click.stop="xiangqing(item)">{{item.status=='1'?'详情':'预约'}}</view>
</view>
<view style="color: #019c88;">服务时长:{{item.duration}}分钟</view>
<view class="tese">

View File

@ -123,6 +123,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="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> -->
</view>