This commit is contained in:
parent
5caf570ddd
commit
01dc1704f0
|
@ -1981,7 +1981,7 @@
|
||||||
|
|
||||||
.pay_btn {
|
.pay_btn {
|
||||||
width: 96%;
|
width: 96%;
|
||||||
margin-left: 2%;
|
// margin-left: 2%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -1989,7 +1989,7 @@
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
position: fixed;
|
// position: fixed;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -186,13 +186,13 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</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>
|
||||||
<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;">
|
style="background: #d9d9d9;color: #ffffff;width: 100%;border-radius: 30upx;height: 60upx;line-height: 60upx;margin-top: 10rpx;">
|
||||||
立即预约
|
立即预约
|
||||||
</view>-->
|
</view>
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
@ -340,7 +340,8 @@ import permision from "@/components/permission.js";
|
||||||
|
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
let that = this
|
let that = this
|
||||||
that.massageTypeId = e.massageTypeId
|
that.massageTypeId = e.massageTypeId;
|
||||||
|
console.log("1231312")
|
||||||
// that.getLocation();//低精度,快就完事了
|
// that.getLocation();//低精度,快就完事了
|
||||||
// that.getLocation(true);//高精度,慢慢查询
|
// that.getLocation(true);//高精度,慢慢查询
|
||||||
if(e){
|
if(e){
|
||||||
|
@ -1225,13 +1226,13 @@ import permision from "@/components/permission.js";
|
||||||
/deep/.margin-bottom-sm{
|
/deep/.margin-bottom-sm{
|
||||||
margin-bottom: 70px;
|
margin-bottom: 70px;
|
||||||
}
|
}
|
||||||
/deep/.u-drawer,/deep/.u-mask-show{
|
// /deep/.u-drawer,/deep/.u-mask-show{
|
||||||
z-index:11 !important;
|
// z-index:11 !important;
|
||||||
}
|
// }
|
||||||
/deep/.u-drawer-content-visible{
|
// /deep/.u-drawer-content-visible{
|
||||||
z-index:99 !important;
|
// z-index:99 !important;
|
||||||
margin-bottom: 60px;
|
// margin-bottom: 60px;
|
||||||
}
|
// }
|
||||||
.item-view-jianjie{
|
.item-view-jianjie{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
|
@ -1804,7 +1805,7 @@ import permision from "@/components/permission.js";
|
||||||
.make-now{
|
.make-now{
|
||||||
background: linear-gradient(90deg, rgb(1, 156, 136), rgb(15, 167, 139), rgb(53, 196, 149));
|
background: linear-gradient(90deg, rgb(1, 156, 136), rgb(15, 167, 139), rgb(53, 196, 149));
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
width: 200rpx;
|
// width: 200rpx;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
|
|
Loading…
Reference in New Issue