This commit is contained in:
parent
acff33e097
commit
1a904501f5
|
@ -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
|
@ -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({
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue