This commit is contained in:
Mr.jiang 2024-07-12 15:19:57 +08:00
parent 5caf570ddd
commit 01dc1704f0
2 changed files with 15 additions and 14 deletions

View File

@ -1981,7 +1981,7 @@
.pay_btn {
width: 96%;
margin-left: 2%;
// margin-left: 2%;
text-align: center;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
height: 40px;
@ -1989,7 +1989,7 @@
color: #ffffff;
line-height: 40px;
font-size: 16px;
position: fixed;
// position: fixed;
justify-content: center;
}

View File

@ -186,13 +186,13 @@
</view>
</view>
<!--<view class="text-center make-now" v-if="getOrderByCurrentMarkerIndex().status == 1" @click.stop="goOrder(getOrderByCurrentMarkerIndex())">
<view class="text-center make-now" v-if="getOrderByCurrentMarkerIndex().status == 1" @click.stop="goOrder(getOrderByCurrentMarkerIndex())">
立即预约
</view>
<view class="text-center " @click.stop="showTips()" v-else
<view class="text-center" @click.stop="showTips()" v-else
style="background: #d9d9d9;color: #ffffff;width: 100%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;">
立即预约
</view>-->
</view>
</view>
@ -340,7 +340,8 @@ import permision from "@/components/permission.js";
onLoad(e) {
let that = this
that.massageTypeId = e.massageTypeId
that.massageTypeId = e.massageTypeId;
console.log("1231312")
// that.getLocation();//
// that.getLocation(true);//
if(e){
@ -1225,13 +1226,13 @@ import permision from "@/components/permission.js";
/deep/.margin-bottom-sm{
margin-bottom: 70px;
}
/deep/.u-drawer,/deep/.u-mask-show{
z-index:11 !important;
}
/deep/.u-drawer-content-visible{
z-index:99 !important;
margin-bottom: 60px;
}
// /deep/.u-drawer,/deep/.u-mask-show{
// z-index:11 !important;
// }
// /deep/.u-drawer-content-visible{
// z-index:99 !important;
// margin-bottom: 60px;
// }
.item-view-jianjie{
font-weight: 400;
font-size: 24rpx;
@ -1804,7 +1805,7 @@ import permision from "@/components/permission.js";
.make-now{
background: linear-gradient(90deg, rgb(1, 156, 136), rgb(15, 167, 139), rgb(53, 196, 149));
color: rgb(255, 255, 255);
width: 200rpx;
// width: 200rpx;
border-radius: 15px;
height: 30px;
line-height: 30px;