This commit is contained in:
parent
47399a7647
commit
27136897ed
|
@ -226,15 +226,15 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="flex tabber padding-top-sm padding-bottom-sm align-center">
|
<view class="flex tabber padding-top-sm padding-bottom-sm align-center">
|
||||||
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
|
<u-button class="btns" @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
|
||||||
v-if="(order.status == 1 || order.status == 2 || order.status == 7 || order.status == 8) && yhqxSel != '否'">取消订单
|
v-if="(order.status == 1 || order.status == 2 || order.status == 7 || order.status == 8) && yhqxSel != '否'">取消订单
|
||||||
</u-button>
|
</u-button>
|
||||||
<u-button @click="openpay(order)" shape="circle" :custom-style="customStyle2" :hair-line="false"
|
<u-button @click="openpay(order)" shape="circle" :custom-style="customStyle2" :hair-line="false"
|
||||||
v-if="order.status == 1"
|
v-if="order.status == 1"
|
||||||
class="dingshi">立即支付
|
class="btns">立即支付
|
||||||
</u-button>
|
</u-button>
|
||||||
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
|
<u-button :custom-style="customStyle2" shape="circle" :plain="true" @click="goChat"
|
||||||
class="dingshi">联系客服</u-button>
|
class="btns">联系客服</u-button>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
@ -297,7 +297,7 @@
|
||||||
},
|
},
|
||||||
customStyle2: {
|
customStyle2: {
|
||||||
backgroundColor: '',
|
backgroundColor: '',
|
||||||
color: '#FFFFFF',
|
color: '',
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
width: "310upx",
|
width: "310upx",
|
||||||
// #endif
|
// #endif
|
||||||
|
@ -1574,8 +1574,10 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
/deep/.btns{
|
/deep/.btns{
|
||||||
background: #019C88 !important;
|
color: #019C88 !important;
|
||||||
color: #fff !important;
|
margin-left: 10rpx !important;
|
||||||
|
height:70rpx;
|
||||||
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
/deep/.u-size-default{
|
/deep/.u-size-default{
|
||||||
margin: 5px 0px 0px 0px;
|
margin: 5px 0px 0px 0px;
|
||||||
|
|
|
@ -1,14 +1,18 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="cooperate-tetle">-选择您的身份-</view>
|
<view class="cooperate-bgimg">
|
||||||
<view class="cooperate-line" @click="goNav('/pages/my/hehuo')">
|
<view class="cooperate-tetle"><image class="cop-img" src="../../static/seckill5.png" mode=""></image></view>
|
||||||
<image class="cooperate-img" src="../../static/cooperate/cooperate1.png" mode=""></image>
|
<view class="cooperate-line" @click="goNav('/pages/my/hehuo')">
|
||||||
</view>
|
<span>应聘技师</span>
|
||||||
<view class="cooperate-line" @click="goNav('/pages/my/cooperation')">
|
<image class="cooperate-img" src="../../static/cooperate/cooperate1.png" mode=""></image>
|
||||||
<image class="cooperate-img" src="../../static/cooperate/cooperate2.png" mode=""></image>
|
<span>了解更多</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="cooperate-line" @click="goNav('/pages/cooperate/hehuo')">
|
<view class="cooperate-line" @click="goNav('/pages/my/cooperation')">
|
||||||
<image class="cooperate-img" src="../../static/cooperate/cooperate3.png" mode=""></image>
|
<image class="cooperate-img" src="../../static/cooperate/cooperate2.png" mode=""></image>
|
||||||
|
</view>
|
||||||
|
<view class="cooperate-line" @click="goNav('/pages/cooperate/hehuo')">
|
||||||
|
<image class="cooperate-img" src="../../static/cooperate/cooperate3.png" mode=""></image>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
@ -37,6 +41,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
@ -46,12 +51,28 @@
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
.cooperate-bgimg{
|
||||||
|
height:300rpx;
|
||||||
|
background-image: url(../../static/background-img4.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100% 100%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.cop-img{
|
||||||
|
width:400rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
position: absolute;
|
||||||
|
top:120rpx;
|
||||||
|
left:40rpx;
|
||||||
|
}
|
||||||
.cooperate-tetle{
|
.cooperate-tetle{
|
||||||
margin: 50rpx auto;
|
/*margin: 50rpx auto;*/
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
height:260rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
.cooperate-line{
|
.cooperate-line{
|
||||||
width: 94%;
|
width: 94%;
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
<view class="my-head-top-text">
|
<view class="my-head-top-text">
|
||||||
<span>{{userName}}</span>
|
<span>{{userName}}</span>
|
||||||
<view class="my-head-top-id" v-if="vipNameType!=null">
|
<view class="my-head-top-id" v-if="vipNameType!=null">
|
||||||
<image v-if="vipNameType=='0'" class="my-head-vip" style="width:60rpx; height: 60rpx;" src="../../static/vip/membership5.png"></image>
|
<image v-if="vipNameType=='0'" class="my-head-vip" style="width:120rpx; height: 36rpx;" src="../../static/vip/membership5.gif"></image>
|
||||||
<image v-if="vipNameType=='1'" class="my-head-vip" style="width:60rpx; height: 60rpx;" src="../../static/vip/membership6.png"></image>
|
<image v-if="vipNameType=='1'" class="my-head-vip" style="width:120rpx; height: 36rpx;" src="../../static/vip/membership6.gif"></image>
|
||||||
<image v-if="vipNameType=='2'" class="my-head-vip" style="width:60rpx; height: 60rpx;" src="../../static/vip/membership4.png"></image>
|
<image v-if="vipNameType=='2'" class="my-head-vip" style="width:120rpx; height: 36rpx;" src="../../static/vip/membership7.gif"></image>
|
||||||
<span>{{vipNameType=='0'?'月':vipNameType=='1'?'季':'年'}}会员</span>
|
<span>{{vipNameType=='0'?'':vipNameType=='1'?'':''}}</span>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
@ -1010,7 +1010,7 @@
|
||||||
width: 26%;
|
width: 26%;
|
||||||
padding: 3rpx 5rpx 6rpx 22rpx;
|
padding: 3rpx 5rpx 6rpx 22rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background:linear-gradient(to right,#ff996b,#ff9966,#ff5e62);
|
/*ckground-image: url(../../static/vip/membership5.png);*/
|
||||||
border-radius: 0 30rpx 30rpx 0 ;
|
border-radius: 0 30rpx 30rpx 0 ;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<!-- <view class="u-tips-color">{{item.createTime}}</view> -->
|
<!-- <view class="u-tips-color">{{item.createTime}}</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-top-sm" style="width: 100%;height: 1rpx;background: #f7f7f7;"></view>
|
<view class="margin-top-sm" style="width: 100%;height: 1rpx;background: #f7f7f7;"></view>
|
||||||
<view class=" u-flex u-p-t-30">
|
<view class=" u-flex u-p-t-30" >
|
||||||
<view class="u-m-r-10">
|
<view class="u-m-r-10">
|
||||||
<u-avatar
|
<u-avatar
|
||||||
:src="item.ordersMassageList[0].massageType?item.ordersMassageList[0].massageType.massageImg: item.ordersMassageList[0].userPackageDetail.massageImg"
|
:src="item.ordersMassageList[0].massageType?item.ordersMassageList[0].massageType.massageImg: item.ordersMassageList[0].userPackageDetail.massageImg"
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="flex u-p-t-20 justify-between align-center" style="justify-content: flex-end;">
|
<view class="flex u-p-t-20 justify-between align-center" style="justify-content: flex-end; margin-top: 20rpx;">
|
||||||
<view class="flex text-right" style="flex-direction: column;width: 100%;">
|
<view class="flex text-right" style="flex-direction: column;width: 100%;">
|
||||||
<view class="showBtn" v-if="item.status ==1">
|
<view class="showBtn" v-if="item.status ==1">
|
||||||
<u-button
|
<u-button
|
||||||
|
@ -1028,9 +1028,11 @@
|
||||||
top: var(--window-top);
|
top: var(--window-top);
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
background:url('../../static/background-img4.png') bottom;
|
background: #fff;
|
||||||
background-repeat: no-repeat;
|
border-bottom: 1px solid #f7f7f7;
|
||||||
background-size: 100% 100%;
|
//background:url('../../static/background-img4.png') bottom;
|
||||||
|
//background-repeat: no-repeat;
|
||||||
|
//background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
.sticky-tabs-list image{
|
.sticky-tabs-list image{
|
||||||
width: 52.08rpx;
|
width: 52.08rpx;
|
||||||
|
|
Loading…
Reference in New Issue