解决冲突

This commit is contained in:
Mr.jiang 2024-07-17 16:22:22 +08:00
commit 32a6160cb2
12 changed files with 321 additions and 229 deletions

View File

@ -33,7 +33,7 @@
</checkbox-group> </checkbox-group>
</template> </template>
</t-refresh> </t-refresh>
<view class="queding" @tap="shiYong()"> <view class="push-button" @tap="shiYong()">
<span class="que-btn">立即使用</span> <span class="que-btn">立即使用</span>
</view> </view>
<empty v-if="hongbao.length==0"></empty> <empty v-if="hongbao.length==0"></empty>
@ -150,6 +150,16 @@
height: 870px !important; height: 870px !important;
margin-bottom: 60rpx; margin-bottom: 60rpx;
} }
.push-button{
width: 100%;
height: 48px;
position: fixed;
bottom: 0px;
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
}
.que-btn{ .que-btn{
display: inline-block; display: inline-block;
width: 90%; width: 90%;
@ -160,6 +170,7 @@
color: #ffffff; color: #ffffff;
line-height: 38px; line-height: 38px;
margin-top: 4px; margin-top: 4px;
font-size: 34rpx;
} }
/deep/.page-box{ /deep/.page-box{
width: 100%; width: 100%;
@ -168,17 +179,7 @@
width: 111.81rpx; width: 111.81rpx;
height: 111.81rpx; height: 111.81rpx;
} }
.queding{
width: 100%;
height: 48px;
background-color: #fff;
position: fixed;
bottom: 0px;
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
}
.youhui-view-right-time{ .youhui-view-right-time{
font-weight: 400; font-weight: 400;
font-size: 22rpx; font-size: 22rpx;

View File

@ -150,7 +150,7 @@
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;">
<view style="color: #333;font-size: 26rpx;"> <view class="add-con-title">
小计 小计
</view> </view>
<view class="" style="color: #333;"> <view class="" style="color: #333;">
@ -197,7 +197,11 @@
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">订单费用</view> <view class="add-con-title">订单费用</view>
<<<<<<< .mine
<view class="add-con-cont"><text style="font-size: 26rpx; font-weight: bold;">{{order.priceMarkup}}</text></view> <view class="add-con-cont"><text style="font-size: 26rpx; font-weight: bold;">{{order.priceMarkup}}</text></view>
=======
<view class="add-con-cont"><text>{{order.massageMoney}}</text></view>
>>>>>>> .theirs
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">出行费用</view> <view class="add-con-title">出行费用</view>
@ -271,7 +275,7 @@
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;padding-bottom:5px ;margin: 5px 0px;">
<view style="color: #333;font-size: 26rpx;"> <view class="add-con-title">
小计 小计
</view> </view>
<view class="" style="color: #333;"> <view class="" style="color: #333;">
@ -318,7 +322,7 @@
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">订单费用</view> <view class="add-con-title">订单费用</view>
<view class="add-con-cont"><text style="font-size: 26rpx; font-weight: bold;">{{order.massageMoney}}</text></view> <view class="add-con-cont"><text>{{order.massageMoney}}</text></view>
</view> </view>
<view class="flex justify-between add-lin"> <view class="flex justify-between add-lin">
<view class="add-con-title">出行费用</view> <view class="add-con-title">出行费用</view>
@ -361,10 +365,10 @@
修改订单 修改订单
</u-button> --> </u-button> -->
<u-button @click="zhifu(order)" shape="circle" :custom-style="customStyle2" :hair-line="false" <u-button @click="zhifu(order)" shape="circle" :custom-style="customStyle2" :hair-line="false"
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 class="showBtn" v-if="order.status ==2"> <view class="showBtn" v-if="order.status ==2">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"> <u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false">
@ -375,35 +379,35 @@
:custom-style="customStyle2" :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/payModifyDzhifu?ordersId='+ordersId,order,'修改')" @click="goNav('/my/order/payModifyDzhifu?ordersId='+ordersId,order,'修改')"
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 class="showBtn" v-if="order.status ==3"> <view class="showBtn" v-if="order.status ==3">
<u-button :custom-style="customStyle2" shape="circle" :plain="true" <u-button :custom-style="customStyle2" shape="circle" :plain="true"
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)" @click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
class="dingshi"> class="btns">
去评价 去评价
</u-button> </u-button>
<u-button :custom-style="customStyle2" <u-button :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)" @click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
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 class="showBtn" v-if="order.status ==4"> <view class="showBtn" v-if="order.status ==4">
<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 class="showBtn" v-if="order.status ==5"> <view class="showBtn" v-if="order.status ==5">
<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 class="showBtn" v-if="order.status==6" :style="{'justify-content':order.status ==6||order.status ==1?'space-between':'flex-end'}"> <view class="showBtn" v-if="order.status==6" :style="{'justify-content':order.status ==6||order.status ==1?'space-between':'flex-end'}">
<view class="gengduo" @click.stop="gengBtn">更多</view> <view class="gengduo" @click.stop="gengBtn">更多</view>
@ -438,7 +442,7 @@
</view> </view>
<view class="showBtn-view" v-if="gengBtnShow==true" :style="gengNum==index?{display:'inline-block'}:{display:'none'}"> <view class="showBtn-view" v-if="gengBtnShow==true" :style="gengNum==index?{display:'inline-block'}:{display:'none'}">
<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>
<u-button @click="cancelOrder(order)" shape="circle" class="btns" :hair-line="false"> <u-button @click="cancelOrder(order)" shape="circle" class="btns" :hair-line="false">
取消订单 取消订单
</u-button> </u-button>
@ -451,7 +455,7 @@
<u-button :custom-style="customStyle2" <u-button :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)" @click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
class="dingshi"> class="btns">
去投诉 去投诉
</u-button> </u-button>
@ -467,11 +471,11 @@
:custom-style="customStyle2" :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/payModifyDzhifu?ordersId='+ordersId,order,'修改')" @click="goNav('/my/order/payModifyDzhifu?ordersId='+ordersId,order,'修改')"
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 class="showBtn" v-if="order.status ==8"> <view class="showBtn" v-if="order.status ==8">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false" <u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
@ -483,25 +487,25 @@
:custom-style="customStyle2" :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/payModifyDzhifu?ordersId='+ordersId,order,'修改')" @click="goNav('/my/order/payModifyDzhifu?ordersId='+ordersId,order,'修改')"
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 class="showBtn" v-if="order.status ==9"> <view class="showBtn" v-if="order.status ==9">
<u-button class="dingshi" @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"
> >
取消订单 取消订单
</u-button> </u-button>
<u-button v-if="order.refusalContent" :custom-style="customStyle2" <u-button v-if="order.refusalContent" :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="toggleQ('center',order)" @click="toggleQ('center',order)"
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 class="showBtn" v-if="order.status ==10"> <view class="showBtn" v-if="order.status ==10">
<u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false" <u-button @click="cancelOrder(order)" shape="circle" :custom-style="customStyle" :hair-line="false"
@ -512,17 +516,17 @@
v-if="order.packageType=='104'||order.packageType=='105'||order.packageType=='106'" v-if="order.packageType=='104'||order.packageType=='105'||order.packageType=='106'"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/payModifyDd?ordersId='+order.ordersId,order)" @click="goNav('/my/order/payModifyDd?ordersId='+order.ordersId,order)"
class="dingshi"> class="btns">
立即预约 立即预约
</u-button> </u-button>
<u-button v-else :custom-style="customStyle2" <u-button v-else :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/payModifyDd?ordersId='+order.ordersId,order)" @click="goNav('/my/order/payModifyDd?ordersId='+order.ordersId,order)"
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>
<u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton>
@ -714,8 +718,9 @@
orderList: [], orderList: [],
loading: true, loading: true,
customStyle: { customStyle: {
backgroundColor: '#e5e5e5', backgroundColor: '#ffffff',
color: '#FFFFFF', border:' 1px solid #999',
color: '#333',
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
width: "310upx", width: "310upx",
@ -2344,7 +2349,7 @@
<style lang="scss" scoped> <style lang="scss" scoped>
/deep/.u-size-default{ /deep/.u-size-default{
width: 80px !important; width: 85px !important;
} }
/deep/.padding-bottom{ /deep/.padding-bottom{
padding-bottom: 20rpx; padding-bottom: 20rpx;
@ -2526,8 +2531,8 @@
flex-direction: column; flex-direction: column;
} }
/deep/.btns{ /deep/.btns{
background: #019C88 !important; color: #333333 !important;
color: #fff !important; margin-left: 10rpx !important;
} }
/deep/.u-size-default{ /deep/.u-size-default{
// margin: 5px 0px 0px 0px; // margin: 5px 0px 0px 0px;
@ -2923,8 +2928,8 @@
margin-top: 24rpx; margin-top: 24rpx;
} }
.add-lin{ .add-lin{
height: 80rpx; height: 74rpx;
line-height: 80rpx; line-height: 74rpx;
} }
.add-con-title{ .add-con-title{
color: #999; color: #999;
@ -2933,7 +2938,7 @@
.add-con-cont{ .add-con-cont{
color: #666; color: #666;
font-size: 30rpx; font-size: 30rpx;
line-height: 80rpx; line-height: 74rpx;
text-align:right; text-align:right;
} }
.level_button{ .level_button{

View File

@ -149,9 +149,8 @@
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员减免</view>
<view class="add-con-cont" >-{{order.vipReductionMoney}}</view> <view class="add-con-cont" >-{{order.vipReductionMoney}}</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view style="color: #333;font-size: 26rpx;"> <view class="line-word">
小计 小计
</view> </view>
<view class="" style="color: #333;"> <view class="" style="color: #333;">
@ -221,9 +220,9 @@
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员减免</view>
<view class="add-con-cont" >-{{order.addVipReductionMoney}}</view> <view class="add-con-cont" >-{{order.addVipReductionMoney}}</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view style="color: #333;font-size: 26rpx;">小计</view> <view class="line-word">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text
style="font-size: 35rpx;font-weight: bold;">{{order.addMoney}}</text></view> style="font-size: 35rpx;font-weight: bold;">{{order.addMoney}}</text></view>
</view> </view>
@ -237,10 +236,8 @@
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">订单费用</view> <view class="line-word">订单费用</view>
<view class="line-word-r" v-if="order.oldMassageMoney==null"><text <view class="line-word-r" v-if="order.oldMassageMoney==null"><text>{{order.massageMoney}}</text></view>
style="font-size: 26rpx;font-weight: bold;">{{order.massageMoney}}</text></view> <view class="line-word-r" v-else><text>{{order.oldMassageMoney}}</text></view>
<view class="line-word-r" v-else><text
style="font-size: 26rpx;font-weight: bold;">{{order.oldMassageMoney}}</text></view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">出行费用</view> <view class="line-word">出行费用</view>
@ -250,7 +247,7 @@
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">优惠券</view> <view class="line-word">优惠券</view>
<view class="" style="color: #F93731;" v-if="order.couponMoney"> <view class="" style="color: #F93731;" v-if="order.couponMoney">
-<text style="font-size: 26rpx;font-weight: bold;"> -<text style="font-size: 30rpx;font-weight: bold;">
{{order.couponMoney}} {{order.couponMoney}}
</text> </text>
</view> </view>
@ -258,16 +255,16 @@
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">加钟费用</view> <view class="line-word">加钟费用</view>
<view class="" style="color: #333;" > <view class="line-word-r" >
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.addMoney"> <text v-if="order.addMoney">
{{order.addMoney}} {{order.addMoney}}
</text> </text>
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text> <text class="line-word-r" v-else>-</text>
</view> </view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;">合计</view> <view class="line-word">合计</view>
<view class="line-word-r"> <view class="line-word-r">
<text style="font-size: 35rpx;font-weight: bold;"> <text style="font-size: 35rpx;font-weight: bold;">
{{order.payMoneyTotal}} {{order.payMoneyTotal}}
@ -286,7 +283,7 @@
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">订单编号</view> <view class="line-word">订单编号</view>
<view class="flex align-center" @tap="copy(order.ordersNo)" <view class="flex align-center" @tap="copy(order.ordersNo)"
style="color: #333;font-size: 26rpx;"> style="color: #333;font-size: 30rpx;">
<view class="">{{order.ordersNo}}</view> <view class="">{{order.ordersNo}}</view>
<u-icon name="file-text" style="color: #096f4b;margin-left: 10rpx;"></u-icon> <u-icon name="file-text" style="color: #096f4b;margin-left: 10rpx;"></u-icon>
</view> </view>
@ -327,7 +324,7 @@
<view class="jusitify-line"> <view class="jusitify-line">
<view style="color: #333;font-size: 26rpx;"> <view class="line-word">
小计 小计
</view> </view>
<view class="" style="color: #333;"> <view class="" style="color: #333;">
@ -397,9 +394,9 @@
<view class="add-con-title">会员减免</view> <view class="add-con-title">会员减免</view>
<view class="add-con-cont" >-{{order.addVipReductionMoney}}</view> <view class="add-con-cont" >-{{order.addVipReductionMoney}}</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view style="color: #333;font-size: 26rpx;">小计</view> <view class="line-word">小计</view>
<view class="" style="color: #333;"><text <view class="" style="color: #333;"><text
style="font-size: 35rpx;font-weight: bold;">{{order.addMoney}}</text></view> style="font-size: 35rpx;font-weight: bold;">{{order.addMoney}}</text></view>
</view> </view>
@ -413,20 +410,18 @@
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">订单费用</view> <view class="line-word">订单费用</view>
<view class="line-word-r" v-if="order.oldMassageMoney==null"><text <view class="line-word-r" v-if="order.oldMassageMoney==null"><text>{{order.massageMoney}}</text></view>
style="font-size: 26rpx;font-weight: bold;">{{order.massageMoney}}</text></view> <view class="line-word-r" v-else><text>{{order.oldMassageMoney}}</text></view>
<view class="line-word-r" v-else><text
style="font-size: 26rpx;font-weight: bold;">{{order.oldMassageMoney}}</text></view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">出行费用</view> <view class="line-word">出行费用</view>
<view class="line-word-r" v-if="order.taxiMoney"><text>{{order.taxiMoney}}</text></view> <view class="line-word-r" v-if="order.taxiMoney"><text>{{order.taxiMoney}}</text></view>
<view class="line-word-r" v-else>-</view> <view class="line-word-r" v-else>-</view>
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">优惠券</view> <view class="line-word">优惠券</view>
<view class="" style="color: #F93731;" v-if="order.couponMoney"> <view class="" style="color: #F93731;" v-if="order.couponMoney">
-<text style="font-size: 26rpx;font-weight: bold;"> -<text >
{{order.couponMoney}} {{order.couponMoney}}
</text> </text>
</view> </view>
@ -434,16 +429,16 @@
</view> </view>
<view class="jusitify-line"> <view class="jusitify-line">
<view class="line-word">加钟费用</view> <view class="line-word">加钟费用</view>
<view class="" style="color: #333;" > <view class="line-word-r" >
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.addMoney"> <text v-if="order.addMoney">
{{order.addMoney}} {{order.addMoney}}
</text> </text>
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text> <text class="line-word-r" v-else>-</text>
</view> </view>
</view> </view>
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;"> <view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
<view style="color: #333;font-size: 26rpx;">合计</view> <view class="line-word">合计</view>
<view class="line-word-r"> <view class="line-word-r">
<text style="font-size: 35rpx;font-weight: bold;"> <text style="font-size: 35rpx;font-weight: bold;">
{{order.payMoneyTotal}} {{order.payMoneyTotal}}
@ -513,12 +508,12 @@
<u-button :custom-style="customStyle2" <u-button :custom-style="customStyle2"
shape="circle" :plain="true" shape="circle" :plain="true"
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)" @click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
class="dingshi"> class="btns">
去投诉 去投诉
</u-button> </u-button>
<u-button :custom-style="customStyle2" shape="circle" :plain="true" <u-button :custom-style="customStyle2" shape="circle" :plain="true"
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)" @click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
class="dingshi"> class="btns">
去评价 去评价
</u-button> </u-button>
<u-button shape="circle" :plain="true" @click="goChat" <u-button shape="circle" :plain="true" @click="goChat"
@ -2156,7 +2151,7 @@
} }
.list-pay{ .list-pay{
width: 100%; width: 100%;
padding: 0 29rpx 20rpx 29rpx ; padding: 0 32rpx 20rpx 32rpx ;
} }
.pay-ding-top{ .pay-ding-top{
width: 100%; width: 100%;

View File

@ -41,30 +41,29 @@
<view class="ske-padding margin-top-sm header-view"> <view class="ske-padding margin-top-sm header-view">
<view v-if="!detailaddress">请选择地址</view> <view v-if="!detailaddress">请选择地址</view>
<view class="margin-right-xs"> <view class="margin-right-xs">
<view class="flex justify-between margin-top-lg"> <view class="jusitify-line">
<view class="header-view-text">联系人</view> <view class="line-word">联系人</view>
<view class="header-view-data"> <view class="line-word-r" >
<text>{{name}}</text> <text>{{name}}</text>
<text class="xuanzhe" @click="getAddressList()">修改</text> <text class="xuanzhe" @click="getAddressList()">修改</text>
</view> </view>
</view> </view>
<view class="flex justify-between margin-top-lg"> <view class="jusitify-line">
<view class="header-view-text">手机号码</view> <view class="line-word">手机号码</view>
<view class="header-view-data"> <view class="line-word-r">
{{mobile}} {{mobile}}
</view> </view>
</view> </view>
<view class="flex justify-between margin-top-lg"> <view class="jusitify-line">
<view class="header-view-text">详细地址</view> <view class="line-word">详细地址</view>
<view class="flex adders-view"> <view class="line-word-r" style="width: 73%; text-align: right;">
<span> <span>
{{province}}/{{city}}/{{district}}/{{detailaddress}} {{province}}/{{city}}/{{district}}/{{detailaddress}}
</span> </span>
<span class="view-more"></span>
</view> </view>
</view> </view>
<view class="flex justify-between margin-top-lg" v-if="order.remark"> <view class="jusitify-line" v-if="order.remark">
<view style="width: 170rpx;">备注内容</view> <view class="line-word">备注内容</view>
<view class="flex"> <view class="flex">
<view class=""> <view class="">
{{order.remark}} {{order.remark}}
@ -128,8 +127,10 @@
</view> </view>
<view class="push-button">
<view class="pay_btn" @click="openpay()">去支付</view>
</view>
<view class="pay_btn" @click="openpay()"><span class="pay-btns">去支付</span></view>
</view> </view>
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> --> <!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
@ -1311,6 +1312,24 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.jusitify-line{
height: 78rpx;
padding: 20rpx 0;
font-size: 30rpx;
display: flex;
justify-content: space-between;
}
.jusitify-line-end{
height:1px;
border-bottom: 1px #e5e5e5 solid;
margin: 30rpx 0;
}
.line-word{
color: #999;
}
.line-word-r{
color: #333;
}
.head-bottom{ .head-bottom{
width: 68%; width: 68%;
display: flex; display: flex;
@ -1553,14 +1572,14 @@
} }
.xuanzhe{ .xuanzhe{
background: linear-gradient(90deg, #029d88, #2fc094); background: linear-gradient(90deg, #029d88, #2fc094);
color: #ffffff; color: #ffffff;
margin-left: 5px; margin-left: 5px;
border-radius: 30rpx; border-radius: 15px;
height:50rpx; height: 25px;
line-height: 50rpx; line-height: 25px;
width: 100rpx; width: 50px;
text-align:center; text-align: center;
font-size: 26rpx; font-size: 13px;
} }
.header-view-data{ .header-view-data{
display: flex; display: flex;
@ -1970,16 +1989,28 @@
} }
.pay_btn { .push-button{
width: 100%; width: 100%;
height: 50px; height: 48px;
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
z-index: 666; margin: 0 auto;
} }
.pay_btn{
display: inline-block;
width: 92%;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 40px;
border-radius: 28px;
color: #ffffff;
line-height: 40px;
margin-top: 4px;
font-size: 34rpx;
}
.pay-btns{ .pay-btns{
display: inline-block; display: inline-block;
width: 94%; width: 94%;

View File

@ -49,29 +49,29 @@
<view class="padding margin-top-sm header-view"> <view class="padding margin-top-sm header-view">
<view v-if="!detailaddress">请选择地址</view> <view v-if="!detailaddress">请选择地址</view>
<view class="margin-right-xs"> <view class="margin-right-xs">
<view class="flex justify-between margin-top-lg"> <view class="jusitify-line">
<view class="header-view-text">联系人</view> <view class="line-word">联系人</view>
<view class="header-view-data"> <view class="line-word-r">
<text>{{name}}</text> <text>{{name}}</text>
<text class="xuanzhe" @click="getAddressList()">修改</text> <text class="xuanzhe" @click="getAddressList()">修改</text>
</view> </view>
</view> </view>
<view class="flex justify-between margin-top-lg"> <view class="jusitify-line">
<view class="header-view-text">手机号码</view> <view class="line-word">手机号码</view>
<view class="header-view-data"> <view class="line-word-r">
{{mobile}} {{mobile}}
</view> </view>
</view> </view>
<view class="flex justify-between margin-top-lg"> <view class="jusitify-line">
<view class="header-view-text">详细地址</view> <view class="line-word">详细地址</view>
<view class="flex adders-view"> <view class="line-word-r" style="width: 73%; text-align: right;">
<span> <span>
{{province}}/{{city}}/{{district}}/{{detailaddress}} {{province}}/{{city}}/{{district}}/{{detailaddress}}
</span> </span>
<span class="view-more"></span> <span class="view-more"></span>
</view> </view>
</view> </view>
<!-- <view class="flex justify-between margin-top-lg" v-if="order.remark"> <!-- <view class="jusitify-line" v-if="order.remark">
<view style="width: 170rpx;">备注内容</view> <view style="width: 170rpx;">备注内容</view>
<view class="flex"> <view class="flex">
<view class=""> <view class="">
@ -114,10 +114,10 @@
</view> --> </view> -->
<view class="flex align-center justify-between" <view class="flex align-center justify-between"
style="height: 100rpx;line-height: 100rpx;padding: 0rpx 10rpx;"> style="height: 100rpx;line-height: 100rpx;padding: 0rpx 10rpx;">
<view class="flex justify-between margin-tb-sm" @click="openData()"> <view class="flex justify-between margin-tb-sm" @click="openData()" style="align-items: center;">
<view v-if="startTime">{{startTime}}</view> <view v-if="startTime">{{startTime}}</view>
<view class="tetx-sm" style="color:#999999; font-size: 30rpx;" v-else>请选择预约时间</view> <view class="tetx-sm" v-else>请选择预约时间</view>
<u-icon name="arrow-right" color="#999999"></u-icon> <span class="view-more"></span>
</view> </view>
</view> </view>
</view> </view>
@ -154,8 +154,9 @@
</view> </view>
<view class="push-button">
<view class="pay_btn" style="margin-top: 12px;" @click="openpay()">去支付</view> <view class="que-btn" @click="openpay()">去支付</view>
</view>
</view> </view>
<!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> --> <!-- <u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton> -->
@ -1343,6 +1344,29 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.jusitify-line{
height: 78rpx;
padding: 20rpx 0;
font-size: 30rpx;
display: flex;
justify-content: space-between;
}
.jusitify-line-end{
height:1px;
border-bottom: 1px #e5e5e5 solid;
margin: 30rpx 0;
}
.line-word{
color: #999;
}
.line-word-r{
color: #333;
}
.tetx-sm{
color: #888888;
font-size: 30rpx;
margin-top: 10rpx;
}
.head-bottom{ .head-bottom{
width: 68%; width: 68%;
display: flex; display: flex;
@ -1544,7 +1568,7 @@
} }
.fuwu-time-view span:nth-child(1),.liliao-bottom span:nth-child(1){ .fuwu-time-view span:nth-child(1),.liliao-bottom span:nth-child(1){
font-weight: 400; font-weight: 400;
font-size: 29rpx; font-size: 30rpx;
color: #888; color: #888;
} }
.fuwu-time-view,.liliao-top{ .fuwu-time-view,.liliao-top{
@ -1555,7 +1579,7 @@
} }
.fuwu-title,.liliao-top span:nth-child(1){ .fuwu-title,.liliao-top span:nth-child(1){
font-size: 29rpx; font-size: 29rpx;
color: #222222; color: #999999;
} }
.fuwu-time,.liliao{ .fuwu-time,.liliao{
width: 100%; width: 100%;
@ -1602,8 +1626,8 @@
} }
.header-view-text{ .header-view-text{
width: 170rpx; width: 170rpx;
font-size: 29rpx; font-size: 30rpx;
color: #222222; color: #999999;
} }
.header-view{ .header-view{
background-color: #fff; background-color: #fff;
@ -1998,17 +2022,27 @@
} }
.pay_btn { .push-button{
width: 96%; width: 100%;
margin-left: 2%; height: 48px;
text-align: center; position: fixed;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); bottom: 0px;
height: 40px; display: flex;
border-radius: 40px; flex-direction: column;
color: #ffffff; align-items: center;
line-height: 40px; margin: 0 auto;
font-size: 16px; }
position: fixed; .que-btn{
display: inline-block;
width: 92%;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 40px;
border-radius: 40px;
color: #ffffff;
line-height: 39px;
margin-top: 4px;
font-size: 34rpx;
} }
.serverAddress { .serverAddress {

View File

@ -162,7 +162,7 @@
</view> </view>
<view class="jusitify-line-end"></view> <view class="jusitify-line-end"></view>
<view class="justify-title-nav jusitify-line"> <view class="justify-title-nav">
<view class="justify-title">出行费用</view> <view class="justify-title">出行费用</view>
<view class="justify-title-nav-bor"></view> <view class="justify-title-nav-bor"></view>
</view> </view>
@ -267,10 +267,19 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">订单费用</view> <view class="line-word">订单费用</view>
<<<<<<< .mine
<view class="line-word-r" v-if="order.oldPriceMarkup==null"><text <view class="line-word-r" v-if="order.oldPriceMarkup==null"><text
style="font-size: 26rpx;font-weight: bold;">{{order.priceMarkup}}</text></view> style="font-size: 26rpx;font-weight: bold;">{{order.priceMarkup}}</text></view>
=======
<view class="line-word-r" v-if="order.oldMassageMoney==null"><text
style="font-weight: bold;">{{order.massageMoney}}</text></view>
>>>>>>> .theirs
<view class="line-word-r" v-else><text <view class="line-word-r" v-else><text
<<<<<<< .mine
style="font-size: 26rpx;font-weight: bold;">{{order.oldPriceMarkup}}</text></view> style="font-size: 26rpx;font-weight: bold;">{{order.oldPriceMarkup}}</text></view>
=======
style="font-weight: bold;">{{order.oldMassageMoney}}</text></view>
>>>>>>> .theirs
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
@ -281,7 +290,7 @@
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">优惠券</view> <view class="line-word">优惠券</view>
<view class="" style="color: #F93731;" v-if="order.couponMoney"> <view class="" style="color: #F93731;" v-if="order.couponMoney">
-<text style="font-size: 26rpx;font-weight: bold;"> -<text style="font-size: 30rpx;font-weight: bold;">
{{order.couponMoney}} {{order.couponMoney}}
</text> </text>
</view> </view>
@ -290,17 +299,17 @@
<view class="flex justify-between jusitify-line" v-if="order.addMoney"> <view class="flex justify-between jusitify-line" v-if="order.addMoney">
<view class="line-word">加钟费用</view> <view class="line-word">加钟费用</view>
<view class="" style="color: #333;" > <view class="" style="color: #333;" >
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.addMoney"> <text style="font-size: 30rpx;font-weight: bold;" v-if="order.addMoney">
{{order.addMoney}} {{order.addMoney}}
</text> </text>
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text> <text style="font-size: 30rpx;font-weight: bold;" v-else>-</text>
</view> </view>
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">升级费用</view> <view class="line-word">升级费用</view>
<view class="" style="color: #333;"> <view class="" style="color: #333;">
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.payMoney">{{order.payMoney}}</text> <text style="font-size: 30rpx;font-weight: bold;" v-if="order.payMoney">{{order.payMoney}}</text>
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text> <text style="font-size: 30rpx;font-weight: bold;" v-else>-</text>
</view> </view>
</view> </view>
<view class="flex justify-between jusitify-line" style="justify-content: flex-end;"> <view class="flex justify-between jusitify-line" style="justify-content: flex-end;">
@ -482,10 +491,8 @@
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">订单费用</view> <view class="line-word">订单费用</view>
<view class="line-word-r" v-if="order.oldMassageMoney==null"><text <view class="line-word-r" v-if="order.oldMassageMoney==null"><text>{{order.massageMoney}}</text></view>
style="font-size: 26rpx;font-weight: bold;">{{order.massageMoney}}</text></view> <view class="line-word-r" v-else><text>{{order.oldMassageMoney}}</text></view>
<view class="line-word-r" v-else><text
style="font-size: 26rpx;font-weight: bold;">{{order.oldMassageMoney}}</text></view>
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
@ -496,7 +503,7 @@
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">优惠券</view> <view class="line-word">优惠券</view>
<view class="" style="color: #F93731;" v-if="order.couponMoney"> <view class="" style="color: #F93731;" v-if="order.couponMoney">
-<text style="font-size: 26rpx;font-weight: bold;"> -<text style="font-size: 30rpx;font-weight: bold;">
{{order.couponMoney}} {{order.couponMoney}}
</text> </text>
</view> </view>
@ -504,18 +511,18 @@
</view> </view>
<view class="flex justify-between jusitify-line" v-if="order.addMoney"> <view class="flex justify-between jusitify-line" v-if="order.addMoney">
<view class="line-word">加钟费用</view> <view class="line-word">加钟费用</view>
<view class="" style="color: #333;" > <view class="line-word-r" >
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.addMoney"> <text v-if="order.addMoney">
{{order.addMoney}} {{order.addMoney}}
</text> </text>
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text> <text v-else>-</text>
</view> </view>
</view> </view>
<view class="flex justify-between jusitify-line"> <view class="flex justify-between jusitify-line">
<view class="line-word">升级费用</view> <view class="line-word">升级费用</view>
<view class="" style="color: #333;"> <view class="line-word-r" style="color: #333;">
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.payMoney">{{order.payMoney}}</text> <text v-if="order.payMoney">{{order.payMoney}}</text>
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text> <text v-else>-</text>
</view> </view>
</view> </view>
<view class="flex justify-between jusitify-line" style="justify-content: flex-end;"> <view class="flex justify-between jusitify-line" style="justify-content: flex-end;">
@ -534,7 +541,7 @@
</view> </view>
<view style="position: relative;" class="flex tabber padding-top-sm padding-bottom-sm align-center"> <view class="flex tabber padding-top-sm padding-bottom-sm align-center">
<view class="showBtn-mian" v-if="order.status=='6'"> <view class="showBtn-mian" v-if="order.status=='6'">
<view class="showBtn"> <view class="showBtn">
<view class="gengduo" @click.stop="gengBtn">更多</view> <view class="gengduo" @click.stop="gengBtn">更多</view>
@ -2297,8 +2304,9 @@
flex-direction: column; flex-direction: column;
} }
/deep/.btns{ /deep/.btns{
background: #019C88 !important; border: 1rpx solid #e5e5e5 ;
color: #fff !important; color: #333333 !important;
margin-left: 10rpx !important;
} }
/deep/.u-size-default{ /deep/.u-size-default{
margin: 5px 0px 0px 0px; margin: 5px 0px 0px 0px;
@ -2335,7 +2343,9 @@
.dingshi{ .dingshi{
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); border: 0.5px solid #e5e5e5;
color: #333333 !important;
margin-left: 5px !important;
} }
.zhuangtai{ .zhuangtai{
color: #029D88; color: #029D88;
@ -2421,6 +2431,7 @@
.list-pay{ .list-pay{
width: 100%; width: 100%;
padding: 10rpx 29rpx; padding: 10rpx 29rpx;
margin-bottom: 40rpx;
} }
.pay-ding-top{ .pay-ding-top{
width: 100%; width: 100%;
@ -2633,6 +2644,7 @@
justify-content: center; justify-content: center;
height: 127rpx; height: 127rpx;
padding: 0 30rpx; padding: 0 30rpx;
border-top: 1px solid #f5f5f5;
} }
.box { .box {

View File

@ -49,7 +49,6 @@
</view> </view>
</view> </view>
<view class="adv_text_view"> <view class="adv_text_view">
<view class="adv_lines"> <view class="adv_lines">
<view >姓名</view> <view >姓名</view>
<input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" /> <input type="text" v-model="userName" maxlength="11" placeholder="请输入真实姓名" />
@ -66,7 +65,9 @@
</view> </view>
<view class="adv-xian"></view> <view class="adv-xian"></view>
</view> </view>
<view class="usermain-btn" @tap="save">提交申请</view> <view class="push-button">
<view class="que-btn" @tap="save">提交申请</view>
</view>
</view> </view>
</template> </template>
@ -249,28 +250,27 @@
/deep/uni-radio::before{ /deep/uni-radio::before{
margin-right: -1px; margin-right: -1px;
} }
.save_btn { .push-button{
width: 600upx; width: 100%;
height: 92rpx; height: 48px;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); position: fixed;
border-radius: 46rpx; bottom: 0px;
line-height: 92upx; display: flex;
margin: 0 auto; flex-direction: column;
color: #fff; align-items: center;
font-size: 28upx; margin: 0 auto;
position: absolute; }
bottom: 0px; .que-btn{
margin-bottom: 10px; display: inline-block;
width: 90%;
text-align: center; text-align: center;
/* #ifdef MP-WEIXIN */ background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
margin-top: 150rpx; height: 38px;
/* #endif */ border-radius: 28px;
/* #ifdef H5 */ color: #ffffff;
margin-top: 100rpx; line-height: 38px;
/* #endif */ margin-top: 4px;
/* #ifdef APP-PLUS */ font-size: 34rpx;
margin-top: 180rpx;
/* #endif */
} }
.uni-textarea-compute{ .uni-textarea-compute{
@ -345,7 +345,6 @@
border-radius: 10px; border-radius: 10px;
padding: 20px; padding: 20px;
margin-top: 20rpx; margin-top: 20rpx;
margin-bottom: 50px;
} }
.send-msg{ .send-msg{
padding: 0 30rpx; padding: 0 30rpx;

View File

@ -59,7 +59,8 @@
} }
.cooperate-img{ .cooperate-img{
width: 100%; width: 100%;
height:240rpx; height:222rpx;
object-fit: contain;
} }
.shezhi-list-img-text{ .shezhi-list-img-text{
font-weight: 400; font-weight: 400;

View File

@ -239,7 +239,7 @@
justify-content: center; justify-content: center;
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
margin-bottom: 20px; margin-bottom: 8px;
.sub-box { .sub-box {
width: 613rpx; width: 613rpx;
height: 100%; height: 100%;

View File

@ -129,8 +129,10 @@
</view> </view>
<view style="height: 100rpx;"></view> <view style="height: 100rpx;"></view>
</view> </view>
<view class="detail-btn" v-if="getList.status=='1'" @click="goumai(getList)"> <view class="push-button">
立即预约 <view class="detail-btn" v-if="getList.status=='1'" @click="goumai(getList)">
立即预约
</view>
</view> </view>
</view> </view>
</template> </template>
@ -282,19 +284,27 @@
color: #fff; color: #fff;
position: absolute; position: absolute;
} }
.push-button{
width: 100%;
height: 48px;
position: fixed;
bottom: 0px;
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto;
}
.detail-btn{ .detail-btn{
width:95%; display: inline-block;
height: 92rpx; width: 92%;
line-height: 92rpx; text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
border-radius: 46rpx; height: 40px;
margin: 0 auto; border-radius: 28px;
text-align: center; color: #ffffff;
font-weight: 400; line-height: 40px;
font-size: 32rpx; margin-top: 4px;
color: #FFFFFF; font-size: 34rpx;
position: fixed;
bottom: 0;
} }
.detail-foot-mian-txet span:nth-child(1){ .detail-foot-mian-txet span:nth-child(1){
color: #777777; color: #777777;
@ -571,16 +581,19 @@
flex-direction: row; flex-direction: row;
align-items: flex-end; align-items: flex-end;
} }
.header-bottom-title-num span{ .header-bottom-title-num{
font-weight: bold; display: flex;
font-size: 25rpx; align-items: flex-end;
} }
.header-bottom-title-num span:nth-child(1){ .header-bottom-title-num span:nth-child(1){
font-size: 30rpx;
color: #08A28A; color: #08A28A;
font-weight: bold;
} }
.header-bottom-title-num span:nth-child(2){ .header-bottom-title-num span:nth-child(2){
color: #848485; color: #848485;
margin-left: 5px; margin-left:2px;
font-size: 26rpx;
} }
.header-bottom-title-text{ .header-bottom-title-text{
font-size: 35rpx; font-size: 35rpx;

View File

@ -1,7 +1,8 @@
<template> <template>
<view class="hehuo_view"> <view class="hehuo_view">
<view class="advantage-title">应聘技师</view> <view class="advantage-title">
<view class="advantage-bor"></view> <image style="width: 35rpx; height: 35rpx; margin-right:10rpx; margin-top: 5rpx;" src="../../static/technician.png"></image>应聘技师</view>
<view class="advantage-bor" style="margin-right: 10rpx;"></view>
<view class="text_view"> <view class="text_view">
<view class="item_view"> <view class="item_view">
<view class="item_title">服务城市 </view> <view class="item_title">服务城市 </view>
@ -33,7 +34,7 @@
<image :src="headImg" style="width: 100%;height: 100%;"></image> <image :src="headImg" style="width: 100%;height: 100%;"></image>
<view style="z-index: 9;position: absolute;margin-top: -1px;right: 0px;" <view style="z-index: 9;position: absolute;margin-top: -1px;right: 0px;"
@click="headImgremove(index)"> @click="headImgremove(index)">
<u-icon name="close-circle-fill" color="#2979ff" size="50rpx"></u-icon> <u-icon name="close-circle-fill" color="#039d88" size="50rpx"></u-icon>
</view> </view>
</view> </view>
</view> </view>
@ -54,7 +55,10 @@
<!-- <view class="audit_message" v-if="auditContent != '' && bb == 3">拒绝原因{{auditContent}}</view> --> <!-- <view class="audit_message" v-if="auditContent != '' && bb == 3">拒绝原因{{auditContent}}</view> -->
<!-- <view class="save_btn" v-if="status == 0">审核中</view> --> <!-- <view class="save_btn" v-if="status == 0">审核中</view> -->
</view> </view>
<view class="save_btn" @tap="save" v-if="bb !=0">提交申请</view> <view class="push-button">
<view class="que-btn" @tap="save" v-if="bb !=0">提交申请</view>
</view>
</view> </view>
</template> </template>
@ -229,29 +233,27 @@
<style lang="less"> <style lang="less">
@import '../../static/less/index.less'; @import '../../static/less/index.less';
@import '../../static/css/index.css'; @import '../../static/css/index.css';
.save_btn { .push-button{
width: 600upx; width: 100%;
height: 92rpx; height: 48px;
left:10%; position: fixed;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495); bottom: 0px;
border-radius: 46rpx; display: flex;
line-height: 92upx; flex-direction: column;
margin: 0 auto; align-items: center;
color: #fff; margin: 0 auto;
font-size: 30upx; }
position: absolute; .que-btn{
bottom: 0px; display: inline-block;
margin-bottom: 10px; width: 90%;
text-align: center; text-align: center;
/* #ifdef MP-WEIXIN */ background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
margin-top: 150rpx; height: 38px;
/* #endif */ border-radius: 28px;
/* #ifdef H5 */ color: #ffffff;
margin-top: 100rpx; line-height: 38px;
/* #endif */ margin-top: 4px;
/* #ifdef APP-PLUS */ font-size: 34rpx;
margin-top: 180rpx;
/* #endif */
} }
.margin-top-view{ .margin-top-view{
@ -266,7 +268,7 @@
margin-left: 35rpx; margin-left: 35rpx;
} }
.advantage-bor{ .advantage-bor{
width: 64px; width: 80px;
height: 6px; height: 6px;
border-radius: 3px; border-radius: 3px;
bottom: 0; bottom: 0;

View File

@ -377,7 +377,6 @@ export default {
} }
&--primary { &--primary {
color: #ffffff;
border-color: $u-type-primary; border-color: $u-type-primary;
background-color: $u-type-primary; background-color: $u-type-primary;
} }