描述:细化页面

This commit is contained in:
SelfRidicule 2024-03-07 08:54:47 +08:00
parent 25453dfd38
commit ccc08adbb6
3 changed files with 4 additions and 18 deletions

View File

@ -77,18 +77,3 @@
opacity: 0.6; opacity: 0.6;
} }
.submitBtn {
box-sizing: border-box;
position: absolute;
width: 600rpx;
left: 50%;
margin-left: -300rpx;
bottom: 120rpx;
border-radius: 10rpx;
padding: 20rpx;
background: #4e96f8;
color: white;
font-size: 30rpx;
text-align: center;
}

View File

@ -34,11 +34,11 @@
</view> </view>
<!-- 声明信息 --> <!-- 声明信息 -->
<view class="statementView"> <!-- <view class="statementView">
<view class="content">如果您需要获取增值服务,请随时联系我们的现场运营人员如果您需要获取增值服务,请随时联系我们的现场运营人员</view> <view class="content">如果您需要获取增值服务,请随时联系我们的现场运营人员如果您需要获取增值服务,请随时联系我们的现场运营人员</view>
<view class="content">张三15116171818</view> <view class="content">张三15116171818</view>
<view class="content">李四15161718999</view> <view class="content">李四15161718999</view>
<view class="content">我们将竭诚为您提供帮助</view> <view class="content">我们将竭诚为您提供帮助</view>
</view> </view> -->
</view> </view>

View File

@ -146,9 +146,10 @@ Page({
// 价格明细 // 价格明细
priceDetail() { priceDetail() {
let _this = this
Dialog.alert({ Dialog.alert({
title: '价格明细', title: '价格明细',
message: '弹窗内容', message: `${_this.data.room.money}/${_this.data.room.duration}小时 起`,
}).then(() => { }).then(() => {
// on close // on close
}); });