mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-08-08 11:42:43 +08:00
描述:细化页面
This commit is contained in:
parent
25453dfd38
commit
ccc08adbb6
@ -77,18 +77,3 @@
|
||||
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;
|
||||
}
|
@ -34,11 +34,11 @@
|
||||
</view>
|
||||
|
||||
<!-- 声明信息 -->
|
||||
<view class="statementView">
|
||||
<!-- <view class="statementView">
|
||||
<view class="content">如果您需要获取增值服务,请随时联系我们的现场运营人员如果您需要获取增值服务,请随时联系我们的现场运营人员</view>
|
||||
<view class="content">张三:15116171818</view>
|
||||
<view class="content">李四:15161718999</view>
|
||||
<view class="content">我们将竭诚为您提供帮助</view>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
</view>
|
@ -146,9 +146,10 @@ Page({
|
||||
|
||||
// 价格明细
|
||||
priceDetail() {
|
||||
let _this = this
|
||||
Dialog.alert({
|
||||
title: '价格明细',
|
||||
message: '弹窗内容',
|
||||
message: `¥${_this.data.room.money}/${_this.data.room.duration}小时 起`,
|
||||
}).then(() => {
|
||||
// on close
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user