tearoom/pages/index/index.vue

1516 lines
37 KiB
Vue
Raw Normal View History

2023-11-27 09:57:03 +08:00
<template>
2024-01-27 16:37:52 +08:00
<view class="page">
2025-02-15 14:15:09 +08:00
<u-navbar :title="shopobj.name" :border-bottom="false" :background="bgc" back-icon-color="#262B37" title-color='#262B37'
2025-02-15 16:46:08 +08:00
:custom-back="btns" title-size='36' height='40' id="navbar">
2024-01-27 16:37:52 +08:00
</u-navbar>
2024-12-30 18:02:38 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/u3lZnmhqSqkMd7gHKtMD" mode="" class="imgbj"></image>
2024-12-20 09:02:40 +08:00
<view class="lunbo">
<u-swiper :list="list" mode="number" border-radius="20" height="366" indicator-pos="bottomRight"></u-swiper>
<view class="shuom">
<view class="" v-for="(item,index) in shopobj.tags">
2024-12-31 18:01:36 +08:00
{{getMatchingLabels(item)}}
2024-01-27 16:37:52 +08:00
</view>
2024-12-20 09:02:40 +08:00
</view>
</view>
<view class="shop">
<view class="shoplt">
<image src="https://api.ccttiot.com/smartmeter/img/static/uUrAGtd5pY866cO8jn2N" mode=""></image>
{{shopobj.name == undefined ? '--' : shopobj.name}}
</view>
<view class="shoprt">
2024-12-31 18:01:36 +08:00
<image @click="btndaohang" src="https://api.ccttiot.com/smartmeter/img/static/uGTXeGxaynhN6SgufCdo"
mode=""></image>
2024-12-20 09:02:40 +08:00
<image @click="btntel" src="https://api.ccttiot.com/smartmeter/img/static/u8T5n2761RF0UY8ete1h" mode="">
</image>
</view>
</view>
<view class="juwo">
2025-02-15 14:15:09 +08:00
<span v-if="distance != ''">距我{{distance}}km</span> <text></text>
2024-12-20 09:02:40 +08:00
{{shopobj.address == undefined ? '--' : shopobj.address}}
</view>
2024-12-31 18:01:36 +08:00
2025-01-07 18:02:57 +08:00
<view class="tongji" v-if="tabarr!=''">
<view class="one" @click="btngundong(item.type,index)" v-for="(item,index) in tabarr" :key="index">
2024-12-31 18:01:36 +08:00
<view class="kg">空闲 <text>{{item.idleNum}}</text></view>
<view class="gn">{{item.tag}}</view>
2025-02-15 14:15:09 +08:00
<image v-if="tabindex == item.type" src="https://api.ccttiot.com/smartmeter/img/static/uZNimi3DEsGWsjfJm2Bg"
2024-12-31 18:01:36 +08:00
mode=""></image>
2024-12-30 18:02:38 +08:00
</view>
</view>
<!-- 台球 --><!-- 台球 --><!-- 台球 --><!-- 台球 --><!-- 台球 --><!-- 台球 --><!-- 台球 --><!-- 台球 -->
2025-02-15 14:15:09 +08:00
<view class="taiqiubox" v-if="tabindex == 3" @touchstart="onTouchStart" @touchend="onTouchEnd"
2024-12-31 18:01:36 +08:00
@touchcancel="onTouchCancel">
2024-12-30 18:02:38 +08:00
<view class="zhuozi">
<view class="tqlist">
2025-01-07 18:02:57 +08:00
<view class="tqlist_item" v-for="(item,index) in shopobj.roomList" :key="index" @click="btndetail(item)"> <!-- btntq -->
2024-12-30 18:02:38 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uqv5RPXXtMydaBdU7sqG" mode=""></image>
<view class="name">
2025-02-15 14:15:09 +08:00
{{item.roomName.length > 5 ? item.roomName.slice(0,5) + '...' : item.roomName}}
2024-12-30 18:02:38 +08:00
</view>
<view class="kaitai">
开台
</view>
</view>
</view>
</view>
2025-02-15 14:15:09 +08:00
<!-- <view class="tqname">
2024-12-30 18:02:38 +08:00
杆柜
</view>
2025-01-02 14:18:53 +08:00
<view class="gangui" @click="btncungan">
2024-12-30 18:02:38 +08:00
<image src="https://api.ccttiot.com/smartmeter/img/static/uQPXhfkhmvvvPXbW65WF" mode=""></image>
2025-02-15 14:15:09 +08:00
</view> -->
2024-12-30 18:02:38 +08:00
</view>
2024-12-31 18:01:36 +08:00
2024-12-30 18:02:38 +08:00
<view class="shoplist" v-else @touchstart="onTouchStart" @touchend="onTouchEnd" @touchcancel="onTouchCancel">
2024-12-31 18:01:36 +08:00
<view class="shop_item" v-for="(item,index) in shopobj.roomList" :key="index"
@click.stop="btndetail(item)">
2024-12-20 09:02:40 +08:00
<view class="top">
<view class="lt">
2025-02-12 17:59:03 +08:00
<image :src="item.pictures[0]" mode="aspectFill"></image>
2024-12-20 09:02:40 +08:00
<view class="" v-if="item.status == 1">
空闲中
</view>
<view class="" style="color: #ffba00;background-color: #fff1cc" v-if="item.status == 2">
未打扫
</view>
<view class="" style="color: #ff4949;background-color: #ffdbdb;" v-if="item.status == 3">
离线
2024-01-27 16:37:52 +08:00
</view>
2024-12-20 09:02:40 +08:00
<view class="" style="color: #ff4949;background-color: #ffdbdb;" v-if="item.status == 4">
使用中
</view>
<view class="" style="color: #ffba00;background-color: #fff1cc" v-if="item.status == 5">
打扫中
2024-01-27 16:37:52 +08:00
</view>
2024-12-27 18:03:26 +08:00
<view style="color: #ccc;" class="zt" v-if="item.status == 8">
下线维护
</view>
2024-01-27 16:37:52 +08:00
</view>
2024-12-20 09:02:40 +08:00
<view class="cen">
<view class="name">
2024-12-31 18:01:36 +08:00
{{item.roomName == undefined ? '--' : item.roomName}}
<text v-if="item.viewType == 1">房间</text>
<text v-if="item.viewType == 2">大厅</text>
2024-12-20 09:02:40 +08:00
</view>
<view class="leixing">
<view class="" v-for="(val,index) in item.tags">
2024-12-31 18:01:36 +08:00
{{getMatchingLabel(val)}}
2024-12-20 09:02:40 +08:00
</view>
</view>
<view class="price">
{{item.hour == undefined ? '--' : item.hour}}/小时
</view>
<view class="taocan">
{{item.bottomPriceFeeRule.hours == undefined ? '--' : item.bottomPriceFeeRule.hours}}小时套餐/
2024-12-31 18:01:36 +08:00
<text>{{item.bottomPriceFeeRule.price == undefined ? '--' : item.bottomPriceFeeRule.price}}</text>
/
2024-01-27 16:37:52 +08:00
</view>
</view>
2024-12-20 09:02:40 +08:00
<view class="rt">
<view class="yishou">
已售{{item.soldNum == undefined ? '--' : item.soldNum}}
2024-01-27 16:37:52 +08:00
</view>
2024-12-20 09:02:40 +08:00
<view class="yuding">
<image src="https://api.ccttiot.com/smartmeter/img/static/uTZqERPrCyWXvlhwdV3y" mode="">
</image>
<view class="">
预定
2024-01-27 16:37:52 +08:00
</view>
</view>
</view>
</view>
2024-12-20 09:02:40 +08:00
<view class="bot">
<view class="duan">
2024-12-31 18:01:36 +08:00
<view v-for="(isReserved, hourStr) in item.reservationStatus" :key="hourStr"
:class="['hour-item', { 'is-reserved': isReserved }]">
2024-01-27 16:37:52 +08:00
</view>
</view>
2024-12-20 09:02:40 +08:00
<view class="shijian">
<view style="width: 16rpx;" v-for="(item,index) in hourPointsArray" :key="index">
{{item.slice(0, 2) == '00' ? '次日' : item.slice(0,2)}}
2024-03-25 19:46:07 +08:00
</view>
</view>
2024-12-20 09:02:40 +08:00
<view class="ydshiduan">
<view class="yi">
<text></text> 已预订时段
2024-01-27 16:37:52 +08:00
</view>
2024-12-20 09:02:40 +08:00
<view class="wei">
<text></text> 可预订时段
</view>
</view>
2024-01-27 16:37:52 +08:00
</view>
</view>
2024-12-20 09:02:40 +08:00
<view class="" style="width: 100%;text-align: center;margin-top: 100rpx;font-size: 34rpx;color: #ccc;">
没有更多房间啦敬请期待吧...
2024-01-27 16:37:52 +08:00
</view>
</view>
2024-12-31 18:01:36 +08:00
2024-12-20 09:02:40 +08:00
<view class="xuanfu" v-if="imgflag">
2024-12-31 18:01:36 +08:00
<image @click="btnopen(1)" src="https://api.ccttiot.com/smartmeter/img/static/uKeCHdot1z4QJldDe3UL" mode="">
</image>
<image @click="btnopen(2)" src="https://api.ccttiot.com/smartmeter/img/static/u4lmGbm77OWC2Uik2737" mode="">
</image>
2025-02-15 14:15:09 +08:00
<image @click="btnopen(6)" src="https://api.ccttiot.com/smartmeter/img/static/u3AxwRFjWnSAAYyNS70w" mode="">
</image>
2024-12-31 18:01:36 +08:00
<image @click="btnopen(3)" src="https://api.ccttiot.com/smartmeter/img/static/uUjamKC7Kvd9KMLLOeBD" mode="">
</image>
2024-12-20 09:02:40 +08:00
</view>
<view class="xuanfus" v-else>
2024-12-31 18:01:36 +08:00
<image @click="btnopen(1)" src="https://api.ccttiot.com/smartmeter/img/static/uKeCHdot1z4QJldDe3UL" mode="">
</image>
<image @click="btnopen(2)" src="https://api.ccttiot.com/smartmeter/img/static/u4lmGbm77OWC2Uik2737" mode="">
</image>
2025-02-15 14:15:09 +08:00
<image @click="btnopen(6)" src="https://api.ccttiot.com/smartmeter/img/static/u3AxwRFjWnSAAYyNS70w" mode="">
</image>
2024-12-31 18:01:36 +08:00
<image @click="btnopen(3)" src="https://api.ccttiot.com/smartmeter/img/static/uUjamKC7Kvd9KMLLOeBD" mode="">
</image>
2024-12-20 09:02:40 +08:00
</view>
<view class="karaokeroom" v-if="jinxinflag">
<view class="top">
正在进行中的订单
2024-03-13 10:54:22 +08:00
</view>
2024-12-20 09:02:40 +08:00
<view class="roomlist">
2024-12-31 18:01:36 +08:00
<view class="room_item" v-for="(item,index) in jinxinglist" :key="index"
:id="mdindex == index ? 'active' : ''" @click="btnmd(index,item)">
<view class="lt">
<image :src="item.picture" mode=""></image>
</view>
<view class="rt" style="font-size: 22rpx;">
<view class="">
<text>预约门店</text> <text>{{item.storeName == null ? '--' : item.storeName}}</text>
</view>
2024-12-20 09:02:40 +08:00
<view class="">
<text>预约包厢</text> <text>{{item.roomName == null ? '--' : item.roomName}}</text>
2024-03-13 10:54:22 +08:00
</view>
2024-12-20 09:02:40 +08:00
<view class="">
2024-12-31 18:01:36 +08:00
<text>开始时间</text>
<text>{{item.reserveStartTime == null ? '--' : item.reserveStartTime}}</text>
2024-12-20 09:02:40 +08:00
</view>
<view class="">
<text>结束时间</text> <text>{{item.reserveEndTime == null ? '--' : item.reserveEndTime}}</text>
</view>
2024-12-31 18:01:36 +08:00
</view>
2024-03-13 10:54:22 +08:00
</view>
</view>
2024-12-31 18:01:36 +08:00
<view class="anniu" @click="btnanniu">
2024-12-20 09:02:40 +08:00
{{jinxintxt}}
2024-03-13 10:54:22 +08:00
</view>
</view>
2025-01-07 18:02:57 +08:00
<image v-if="jinxinflag" @click="btnyc" class="jinxinx"
2024-12-31 18:01:36 +08:00
src="https://api.ccttiot.com/smartmeter/img/static/uH5fAInJQYhf3wlXkuYI" mode=""></image>
2024-12-20 09:02:40 +08:00
<view class="mask" v-if="jinxinflag"></view>
2025-02-15 14:15:09 +08:00
<!-- 厕所 --><!-- 厕所 --><!-- 厕所 --><!-- 厕所 --><!-- 厕所 --><!-- 厕所 --><!-- 厕所 --><!-- 厕所 --><!-- 厕所 -->
<view class="cesuoul" v-if="cesuoflag">
<view class="cesuoli" v-for="(item,index) in cesuolist" :key="index">
<view class="caocuo">
<view class="name">
{{item.name}}
</view>
<view class="kaiguan" @click="btncs(item)">
开门
</view>
</view>
</view>
<view class="anniuqx" @click="cesuoflag = false">
取消
</view>
</view>
<view class="mask" v-if="cesuoflag"></view>
2024-03-25 19:46:07 +08:00
2023-11-27 09:57:03 +08:00
</view>
</template>
<script>
export default {
data() {
return {
2024-01-27 16:37:52 +08:00
bgc: {
2025-02-15 16:46:08 +08:00
backgroundColor: "rgba(195, 221, 189, 1)",
2024-01-27 16:37:52 +08:00
},
2025-02-15 16:46:08 +08:00
navflag:true,
2024-12-31 18:01:36 +08:00
list: [{
2025-02-15 14:15:09 +08:00
image: 'https://api.ccttiot.com/smartmeter/img/static/uuoqWaq7HnXBteQayaz4'
2024-12-31 18:01:36 +08:00
}],
2024-12-20 09:02:40 +08:00
imgflag: true,
storeId: '',
shopobj: {},
hourPointsArray: [],
roomList: [],
hours: [],
reservationStatus: {},
2024-12-31 18:01:36 +08:00
arr: [],
jinxinglist: [],
jinxinflag: false,
jinxintxt: '开包厢',
2025-02-15 14:15:09 +08:00
tabindex: 1,
2024-12-31 18:01:36 +08:00
biaoqianlist: [],
biaostoreqianlist: [],
mdindex:-1,
2025-01-02 18:04:30 +08:00
viewType:'',
2025-01-07 18:02:57 +08:00
tit:'',
tabarr:[],
2025-02-12 17:59:03 +08:00
type:'',
2025-02-15 14:15:09 +08:00
distance:'',
roomId:'',
sceneValue:'',
cesuolist:[],
cesuoflag:false,
2024-03-13 10:54:22 +08:00
}
},
2024-12-20 09:02:40 +08:00
onLoad(option) {
2025-02-15 14:15:09 +08:00
console.log(option);
if (option.q) {
// 解码扫码结果
this.sceneValue = option.q;
let decodedValue = decodeURIComponent(this.sceneValue);
// 解析 URL 参数的函数
function getQueryParam(url, paramName) {
let regex = new RegExp(`[?&]${paramName}=([^&]*)`);
let results = regex.exec(url);
return results ? decodeURIComponent(results[1].replace(/\+/g, ' ')) : null;
}
2025-02-15 15:16:27 +08:00
// 判断是 storeCode 还是 roomCode
let storeCode = getQueryParam(decodedValue, 'storeCode');
let roomCode = getQueryParam(decodedValue, 'roomCode');
if (storeCode) {
this.$u.get(`app/getId?storeCode=${storeCode}`).then(resp =>{
if(resp.code == 200){
console.log('这是 storeCode:', resp.data);
// 执行 storeId 相关的逻辑
this.storeId = resp.data
uni.setStorageSync('storeId', this.storeId)
this.tabindex = 1
this.getroombq()
this.jinxinflag = false //如果进行了tab切换 则隐藏
this.getbiaoqian()
this.getstorebiaoqian()
this.getorder()
this.hourPointsArray = this.getCurrentHourPoints() //计算从当前时间往后推24小时
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
} else if (roomCode) {
this.$u.get(`app/getId?roomCode=${roomCode}`).then(resp =>{
if(resp.code == 200){
console.log('这是 roomId:', resp.data);
this.roomId = resp.data
this.$u.get(`/app/order/getInProgressOrderList`).then(res => {
if (res.code == 200) {
if(res.data == null || res.data.length == 0){
uni.navigateTo({
url: '/pages/myorder/index?roomId=' + this.roomId
})
}else{
uni.navigateTo({
url:'/page_user/dingdanxq?orderNo=' + res.data[0].orderNo + '&viewType=' + res.data[0].roomType2
})
}
}else if(res.code == 401){
uni.navigateTo({
url:'/pages/login/index'
})
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
2025-02-15 14:15:09 +08:00
} else {
2025-02-15 15:16:27 +08:00
console.log('URL 中未找到 storeCode 或 roomCode');
2025-02-15 14:15:09 +08:00
}
}else if(option.storeId) {
2024-12-20 09:02:40 +08:00
this.storeId = option.storeId
2024-12-31 18:01:36 +08:00
uni.setStorageSync('storeId', this.storeId)
2025-02-15 14:15:09 +08:00
this.tabindex = 1
this.getroombq()
this.jinxinflag = false //如果进行了tab切换 则隐藏
this.getbiaoqian()
this.getstorebiaoqian()
this.getorder()
this.hourPointsArray = this.getCurrentHourPoints() //计算从当前时间往后推24小时
2024-12-31 18:01:36 +08:00
} else {
2024-12-20 09:02:40 +08:00
this.storeId = uni.getStorageSync('storeId')
2025-02-15 14:15:09 +08:00
this.tabindex = 1
this.getroombq()
this.jinxinflag = false //如果进行了tab切换 则隐藏
this.getbiaoqian()
this.getstorebiaoqian()
this.getorder()
this.hourPointsArray = this.getCurrentHourPoints() //计算从当前时间往后推24小时
}
if(option.distance){
this.distance = option.distance
2024-12-20 09:02:40 +08:00
}
},
onShow() {
2025-02-15 14:15:09 +08:00
2024-12-20 09:02:40 +08:00
},
mounted() {
2024-03-25 19:46:07 +08:00
2023-11-27 09:57:03 +08:00
},
methods: {
2025-02-15 14:15:09 +08:00
// 点击打开厕所门
btncs(item){
if(item.deviceId == null){
uni.showToast({
title: '该厕所未安装设备',
icon: 'none',
duration: 2000
})
}else{
this.$u.get(`/app/room/openToilet/${item.toiletId}`).then(res => {
if (res.code == 200) {
uni.showToast({
title: '打开成功',
icon: 'success',
duration: 2000
})
this.cesuoflag = false
} else {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
}
},
2025-01-02 14:18:53 +08:00
// 点击存取球杆进行跳转
btncungan(){
uni.navigateTo({
url:'/page_fenbaotwo/cunganimg'
})
},
2024-12-31 18:01:36 +08:00
// 点击包厢切换高亮
btnmd(index,item){
2025-02-15 14:15:09 +08:00
this.viewType = item.reType
2024-12-31 18:01:36 +08:00
this.mdindex = index
},
2025-01-07 18:02:57 +08:00
// 点击隐藏进行中订单
btnyc(){
this.jinxinflag = false
},
2024-12-31 18:01:36 +08:00
// 拿到房间标签进行对比
getMatchingLabel(val) {
const matchingItem = this.biaoqianlist.find(item => item.dictValue === val)
return matchingItem ? matchingItem.dictLabel : val
},
// 拿到店铺标签进行对比
getMatchingLabels(val) {
const matchingItem = this.biaostoreqianlist.find(item => item.dictValue === val)
return matchingItem ? matchingItem.dictLabel : val
},
// 获取店铺标签
getstorebiaoqian() {
this.$u.get(`/appVerify/getDictData?dictType=ss_store_tags`).then((res) => {
if (res.code == 200) {
this.biaostoreqianlist = res.data
}
})
},
// 获取房间标签
getbiaoqian() {
this.$u.get(`/appVerify/getDictData?dictType=ss_room_tags`).then((res) => {
if (res.code == 200) {
this.biaoqianlist = res.data
}
})
},
// 根据店铺id查房间tab
getroombq() {
this.$u.get(`/app/room/getTagListByStoreId?storeId=${this.storeId}`).then(res => {
if (res.code == 200) {
this.tabarr = res.data
2025-02-12 17:59:03 +08:00
if(this.tabarr.length > 0){
2025-01-07 18:02:57 +08:00
this.type = this.tabarr[0].type
}else{
this.type = ''
}
this.getstoredetail()
2025-02-12 17:59:03 +08:00
console.log(this.tabarr)
}
})
},
// 请求门店详细信息
getstoredetail() {
this.reservationStatus = {}
let data = {
type: this.type
}
this.$u.get(`/app/store/${this.storeId}`, data).then(res => {
if (res.code == 200) {
this.shopobj = res.data
if (res.data.pictures != null) {
this.list = res.data.pictures
}
this.roomList = res.data.roomList //赋值所有房间
this.initializeData() //在this.roomlist赋值后调用
this.updateRoomReservationStatus()
2024-12-31 18:01:36 +08:00
}
})
},
2024-12-30 18:02:38 +08:00
// 点击台球桌预定
2024-12-31 18:01:36 +08:00
btntq() {
2024-12-30 18:02:38 +08:00
uni.navigateTo({
2024-12-31 18:01:36 +08:00
url: '/pages/myorder/taiqiuyuding'
2024-12-30 18:02:38 +08:00
})
},
2024-12-31 18:01:36 +08:00
2024-12-30 18:02:38 +08:00
// 点击切换tab类型
2025-01-07 18:02:57 +08:00
btngundong(type, index) {
2025-02-15 14:15:09 +08:00
console.log(type)
this.shopobj.roomList = []
this.tabindex = type
2025-01-07 18:02:57 +08:00
this.type = type
this.getstoredetail()
2024-12-30 18:02:38 +08:00
},
2024-12-31 18:01:36 +08:00
2024-12-20 09:02:40 +08:00
// 拿到当前时间后24小时格式成两位数
initializeData() {
2024-12-31 18:01:36 +08:00
// 获取当前时间
let now = new Date()
// 获取当前时间的小时部分0-23
let currentHour = now.getHours()
// 初始化小时数组
this.hours = []
this.arr = []
// 遍历从当前小时开始的24个小时
for (let i = 0; i < 24; i++) {
// 计算小时数注意要处理超过23点的情况
let hour = (currentHour + i) % 24
let arrsum = currentHour + i
if (hour == '00') { //如果是00:00 则改成24:00
hour = 24
} else {
hour = hour
}
// 推入数组
this.arr.push(arrsum)
this.hours.push(hour)
2024-03-25 19:46:07 +08:00
}
2024-12-31 18:01:36 +08:00
console.log(this.hours, 'arr', this.arr)
2024-03-25 19:46:07 +08:00
},
2024-12-20 09:02:40 +08:00
// 更新房间的预订状态且与initializeData进行匹对
updateRoomReservationStatus() {
this.roomList.forEach(room => {
2025-02-15 14:15:09 +08:00
// if (room.reservationStatus == null) {
// room.reservationStatus = {} // 为每个房间创建一个新的预订状态对象
// this.hours.forEach(hour => {
// room.reservationStatus[hour] = false // 初始化为未预订状态
// })
// } else {
2024-12-31 18:01:36 +08:00
room.reservationStatus = {} // 为每个房间创建一个新的预订状态对象
this.hours.forEach(hour => {
room.reservationStatus[hour] = false // 初始化为未预订状态
})
room.reservedTimePeriods.forEach(period => {
let startHour = period.startTime.slice(period.startTime.length - 8, period.startTime.length - 6) //取预定开始时间小时
let endHour = period.endTime.slice(period.endTime.length - 8, period.endTime.length - 6) //取预定结束时间小时
let timefen = period.startTime.slice(period.endTime.length - 5, period.endTime.length - 3) //取预定结束时间分钟
console.log(timefen, '02020202')
// 获取当前日期
let now = new Date()
let year = now.getFullYear()
let month = String(now.getMonth() + 1).padStart(2,'0') // 月份从0开始所以要加1并用padStart确保是两位数
let day = String(now.getDate()).padStart(2, '0') // 用padStart确保是两位数
let riqione = `${year}-${month}-${day}` //当前日期
let riqitwo = period.endTime.slice(0, 10) //预定结束日期
let dateOne = new Date(riqione)
let dateTwo = new Date(riqitwo)
if (dateOne < dateTwo) { //将开始和结束日期进行对比 判断是否是第二天
if (endHour < startHour) {
endHour = 24 + Number(endHour)
} else {
endHour = 24 + Number(endHour)
startHour = 24 + Number(startHour)
2024-12-20 09:02:40 +08:00
}
2024-12-31 18:01:36 +08:00
} else {
console.log("第一个日期不小于第二个日期")
}
console.log(startHour, endHour, period.startTime, period.endTime)
for (let i = 0; i < 24; i++) {
if (timefen == '00') { //判断预定结束是否包含分钟 不包含正常走判断 包含则将时间往后延长1
if (this.arr[i] > startHour && this.arr[i] <= endHour) {
room.reservationStatus[i] = true
}
} else {
if (this.arr[i] > startHour && Number(this.arr[i] - 1) <= endHour) {
room.reservationStatus[i] = true
}
2024-12-20 09:02:40 +08:00
}
}
2024-12-31 18:01:36 +08:00
})
2025-02-15 14:15:09 +08:00
// }
2024-03-25 19:46:07 +08:00
})
2024-12-31 18:01:36 +08:00
console.log(this.roomList, '00')
},
//计算从当前时间往后推24小时
getCurrentHourPoints() {
let now = new Date()
let startHour = now.getHours()
let startDate = new Date(now)
startDate.setMinutes(0, 0, 0) // 确保分钟、秒和毫秒都是0
let options = {
year: 'numeric',
month: '2-digit',
day: '2-digit',
hour: '2-digit',
minute: '2-digit',
second: '2-digit'
2024-12-20 09:02:40 +08:00
}
2024-12-31 18:01:36 +08:00
let hourPoints = []
for (let i = 0; i < 24; i++) {
let newDate = new Date(startDate)
newDate.setHours((startHour + i) % 24, 0, 0, 0)
if (newDate.getHours() === 0 && i !== 0) {
newDate.setDate(newDate.getDate() + 1)
}
let hours = String(newDate.getHours()).padStart(2, '0')
let minutes = String(newDate.getMinutes()).padStart(2, '0')
let seconds = String(newDate.getSeconds()).padStart(2, '0')
let formattedDateString = `${hours}:${minutes}:${seconds}`
hourPoints.push(formattedDateString)
2024-12-20 09:02:40 +08:00
}
2025-02-12 17:59:03 +08:00
return hourPoints
2024-12-31 18:01:36 +08:00
},
// 请求正在进行中的订单
getorder() {
this.$u.get(`/app/order/getInProgressOrderList`).then(res => {
if (res.code == 200) {
this.jinxinglist = res.data
}
})
},
// 选择订单后进行操作
btnanniu(){
if(this.jinxintxt == '开店门'){
let storeId = this.jinxinglist[this.mdindex].storeId
console.log(this.jinxinglist[this.mdindex],this.mdindex);
this.$u.get(`app/store/openGate/${storeId}`).then(res => {
2024-12-20 09:02:40 +08:00
if(res.code == 200){
2024-12-31 18:01:36 +08:00
this.jinxinflag = false
this.mdindex = -1
2024-12-20 09:02:40 +08:00
uni.showToast({
2024-12-31 18:01:36 +08:00
title: '开启店门成功',
icon: 'success',
duration: 2000
})
}else{
this.mdindex = -1
uni.showToast({
title: res.msg,
icon: 'none',
2024-12-20 09:02:40 +08:00
duration: 2000
})
2024-12-31 18:01:36 +08:00
}
})
}else if(this.jinxintxt == '开包厢'){
let roomId = this.jinxinglist[this.mdindex].roomId
this.$u.get(`app/room/openRoomGate/${roomId}`).then(res => {
if(res.code == 200){
this.jinxinflag = false
this.mdindex = -1
uni.showToast({
title: '开启包厢门成功',
icon: 'success',
duration: 2000
})
}else{
this.mdindex = -1
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
}else if(this.jinxintxt == '去续单'){
this.jinxinflag = false
let roomId = this.jinxinglist[this.mdindex].roomId
let orderNo = this.jinxinglist[this.mdindex].orderNo
uni.navigateTo({
url:'/page_user/xudan?roomId=' + roomId + '&orderNo=' + orderNo + '&viewType=' + this.viewType
})
}
},
// 点击进行开店门开包厢等操作
btnopen(num){
if(num == 1){
if(this.jinxinglist.length > 1){
this.jinxinflag = true
this.jinxintxt = '开店门'
}else if(this.jinxinglist.length == 1){
let storeId = this.jinxinglist[0].storeId
this.$u.get(`app/store/openGate/${storeId}`).then(res => {
if(res.code == 200){
uni.showToast({
title: '开启店门成功',
icon: 'success',
duration: 2000
})
2024-12-20 09:02:40 +08:00
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
2024-03-13 10:54:22 +08:00
}
2024-12-20 09:02:40 +08:00
})
2024-12-31 18:01:36 +08:00
}else{
2025-02-15 14:15:09 +08:00
this.$u.get(`app/store/openGate/${this.storeId}`).then(res => {
if(res.code == 200){
uni.showToast({
title: '开启店门成功',
icon: 'success',
duration: 2000
})
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
2024-12-31 18:01:36 +08:00
}
2024-12-20 09:02:40 +08:00
}else if(num == 2){
if(this.jinxinglist.length > 1){
this.jinxinflag = true
this.jinxintxt = '开包厢'
}else if(this.jinxinglist.length == 1){
let roomId = this.jinxinglist[0].roomId
this.$u.get(`app/room/openRoomGate/${roomId}`).then(res => {
if(res.code == 200){
uni.showToast({
title: '开启包厢门成功',
icon: 'success',
duration: 2000
})
}else{
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
2024-03-25 19:46:07 +08:00
}else{
2024-12-20 09:02:40 +08:00
uni.showToast({
title: '您当前没有订单',
icon: 'none',
duration: 2000
})
2024-03-13 10:54:22 +08:00
}
2024-12-20 09:02:40 +08:00
}else if(num == 3){
if(this.jinxinglist.length > 1){
this.jinxinflag = true
this.jinxintxt = '去续单'
}else if(this.jinxinglist.length == 1){
let roomId = this.jinxinglist[0].roomId
let orderNo = this.jinxinglist[0].orderNo
uni.navigateTo({
url:'/page_user/xudan?roomId=' + roomId + '&orderNo=' + orderNo
})
}else{
uni.showToast({
title: '您当前没有订单',
icon: 'none',
duration: 2000
})
}
2024-12-31 18:01:36 +08:00
}else if(num == 4){
uni.scanCode({
onlyFromCamera: true,
scanType: ['qrCode'],
success: res => {
2025-02-12 17:59:03 +08:00
console.log(res)
2024-12-31 18:01:36 +08:00
},
fail: err => {
console.error('扫描失败:', err)
uni.showToast({
title: '扫描失败',
icon: 'none'
})
}
})
2025-02-15 14:15:09 +08:00
}else if(num == 6){
this.$u.get(`/app/toilet/list?storeId=${this.storeId}`).then(res =>{
if(res.code == 200){
if(res.rows == null || res.rows.length == 0){
uni.showToast({
title: '暂无卫生间',
icon: 'none',
duration:2000
})
}else{
this.cesuolist = res.rows
if(this.cesuolist.length == 1){
this.$u.get(`/app/room/openToilet/${this.cesuolist[0].toiletId}`).then(res => {
if (res.code == 200) {
uni.showToast({
title: '打开成功',
icon: 'success',
duration: 2000
})
this.cesuoflag = false
} else {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 2000
})
}
})
}else{
this.cesuoflag = true
}
}
}
})
2024-12-20 09:02:40 +08:00
}
2024-03-25 19:46:07 +08:00
},
2024-12-20 09:02:40 +08:00
2024-12-31 18:01:36 +08:00
// 点击进行导航
btndaohang() {
2024-12-20 09:02:40 +08:00
uni.openLocation({
2024-12-31 18:01:36 +08:00
latitude: this.shopobj.lat, //纬度-目的地/坐标点
longitude: this.shopobj.lng, //经度-目的地/坐标点
name: this.shopobj.name, //地点名称
address: this.shopobj.addres //详细地点名称
2024-12-20 09:02:40 +08:00
})
2024-03-13 10:54:22 +08:00
},
2024-12-20 09:02:40 +08:00
// 按下滑动
onTouchStart() {
this.imgflag = false
2024-03-13 10:54:22 +08:00
},
2024-12-20 09:02:40 +08:00
// 松开滑动
onTouchEnd() {
this.imgflag = true
2024-03-25 19:46:07 +08:00
},
2024-12-20 09:02:40 +08:00
// 滑动取消
onTouchCancel() {
this.imgflag = true
2024-03-13 10:54:22 +08:00
},
2024-12-20 09:02:40 +08:00
// 点击跳转包厢详情页
2024-12-31 18:01:36 +08:00
btndetail(item) {
2024-03-13 10:54:22 +08:00
uni.navigateTo({
2025-02-15 14:15:09 +08:00
url: '/pages/myorder/index?roomId=' + item.roomId + '&viewType=' + item.type2
2024-03-13 10:54:22 +08:00
})
},
2024-12-20 09:02:40 +08:00
// 点击自定义导航栏返回首页
btns() {
uni.reLaunch({
url: '/pages/nearbystores/index'
2024-03-13 10:54:22 +08:00
})
},
2024-12-20 09:02:40 +08:00
// 点击拨打咨询电话
btntel() {
uni.makePhoneCall({
phoneNumber: this.shopobj.serverPhone,
success: function(res) {
console.log('拨打电话成功', res)
},
fail: function(err) {
console.error('拨打电话失败', err)
uni.showToast({
2025-01-02 18:04:30 +08:00
title: '未配置客服电话',
2024-12-20 09:02:40 +08:00
icon: 'none'
})
}
2024-03-13 10:54:22 +08:00
})
}
2023-11-27 09:57:03 +08:00
}
2024-12-31 18:01:36 +08:00
}
2023-11-27 09:57:03 +08:00
</script>
2024-01-27 16:37:52 +08:00
<style lang="scss">
2024-12-20 09:02:40 +08:00
.hour-item {
width: 100%;
text-align: center;
margin: 2px 0;
background-color: gray;
/* 默认灰色 */
color: white;
/* 确保文本在灰色背景上清晰可见 */
}
.hour-item.is-reserved {
background-color: #48893B !important;
}
2024-12-31 18:01:36 +08:00
#active {
2024-12-20 09:02:40 +08:00
border: 1px solid #226914 !important;
2024-12-31 18:01:36 +08:00
background-color: #226914 !important;
2024-12-20 09:02:40 +08:00
color: #fff !important;
}
2025-02-15 14:15:09 +08:00
.cesuoul{
width: 260rpx;
max-height: 500rpx;
background-color: #fff;
border-radius: 30rpx;
position: fixed;
top: 50%;
left: 50%;
transform: translateX(-50%);
z-index: 99;
padding: 30rpx;
box-sizing: border-box;
.anniuqx{
width: 100%;
height: 80rpx;
border: 1px solid #226914;
text-align: center;
line-height: 80rpx;
color: #226914;
margin-top: 30rpx;
border-radius: 20rpx;
font-size: 32rpx;
font-weight: 600;
}
.cesuoli{
width: 100%;
.caocuo{
.name{
width: 100%;
text-align: center;
margin-top: 20rpx;
font-size: 32rpx;
}
.kaiguan{
padding: 10rpx;
background-color: #226914;
color: #fff;
border-radius: 10rpx;
margin: auto;
margin-top: 20rpx;
width: 100rpx;
text-align: center;
}
}
}
}
2024-12-31 18:01:36 +08:00
.taiqiubox {
2024-12-30 18:02:38 +08:00
max-height: 710rpx;
overflow: scroll;
padding-bottom: 240rpx;
box-sizing: border-box;
2024-12-31 18:01:36 +08:00
.zhuozi {
2024-12-30 18:02:38 +08:00
width: 99%;
max-height: 5632rpx;
2024-12-31 18:01:36 +08:00
box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0, 0, 0, 0.15);
2024-12-30 18:02:38 +08:00
margin: auto;
margin-top: 10rpx;
padding: 10rpx;
padding-top: 0;
box-sizing: border-box;
border-radius: 10rpx;
2024-12-31 18:01:36 +08:00
.tqlist {
2024-12-30 18:02:38 +08:00
display: flex;
flex-wrap: wrap;
justify-content: space-between;
2024-12-31 18:01:36 +08:00
.tqlist_item {
2024-12-30 18:02:38 +08:00
width: 308rpx;
height: 180rpx;
position: relative;
margin-top: 16rpx;
2024-12-31 18:01:36 +08:00
.name {
2024-12-30 18:02:38 +08:00
font-size: 36rpx;
color: #FFFFFF;
width: 100%;
text-align: center;
padding-top: 34rpx;
box-sizing: border-box;
}
2024-12-31 18:01:36 +08:00
.kaitai {
2024-12-30 18:02:38 +08:00
width: 90rpx;
height: 42rpx;
background: #C5DFC0;
border-radius: 4rpx 4rpx 4rpx 4rpx;
text-align: center;
line-height: 42rpx;
font-size: 28rpx;
color: #48893B;
margin: auto;
margin-top: 14rpx;
}
2024-12-31 18:01:36 +08:00
image {
2024-12-30 18:02:38 +08:00
position: absolute;
width: 308rpx;
height: 180rpx;
z-index: -1;
}
}
}
}
2024-12-31 18:01:36 +08:00
.gangui {
2024-12-30 18:02:38 +08:00
width: 674rpx;
height: 298rpx;
position: relative;
margin-top: 16rpx;
2024-12-31 18:01:36 +08:00
image {
2024-12-30 18:02:38 +08:00
position: absolute;
width: 674rpx;
height: 298rpx;
}
2024-12-31 18:01:36 +08:00
.cun {
2024-12-30 18:02:38 +08:00
width: 92rpx;
height: 92rpx;
background: #48893B;
border: 2rpx solid #191114;
border-radius: 50%;
text-align: center;
line-height: 92rpx;
font-size: 40rpx;
color: #FFFFFF;
}
}
2024-12-31 18:01:36 +08:00
.tqname {
2024-12-30 18:02:38 +08:00
font-weight: 600;
font-size: 32rpx;
color: #3D3D3D;
margin-top: 44rpx;
}
}
2024-12-31 18:01:36 +08:00
.typewz {
2024-12-30 18:02:38 +08:00
display: flex;
align-items: center;
margin-top: 16rpx;
margin-bottom: 10rpx;
2024-12-31 18:01:36 +08:00
.one {
2024-12-30 18:02:38 +08:00
font-weight: 600;
font-size: 32rpx;
color: #3D3D3D;
margin-right: 20rpx;
}
2024-12-31 18:01:36 +08:00
.two {
2024-12-30 18:02:38 +08:00
font-size: 24rpx;
color: #3D3D3D;
}
}
2024-12-31 18:01:36 +08:00
.tongji {
width: 100%;
height: 120rpx;
background: #FFFFFF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
.one {
2024-12-30 18:02:38 +08:00
width: 188rpx;
text-align: center;
2024-12-31 18:01:36 +08:00
.kg {
2024-12-30 18:02:38 +08:00
font-weight: 600;
font-size: 24rpx;
color: #3D3D3D;
2024-12-31 18:01:36 +08:00
text {
2024-12-30 18:02:38 +08:00
color: #48893B;
margin-left: 4rpx;
}
}
2024-12-31 18:01:36 +08:00
.gn {
2024-12-30 18:02:38 +08:00
font-weight: 600;
font-size: 32rpx;
color: #3D3D3D;
margin-top: 10rpx;
}
2024-12-31 18:01:36 +08:00
image {
2024-12-30 18:02:38 +08:00
width: 58rpx;
height: 14rpx;
}
}
2024-12-31 18:01:36 +08:00
.xian {
2024-12-30 18:02:38 +08:00
width: 1px;
height: 62rpx;
background-color: #3D3D3D;
}
}
2024-12-31 18:01:36 +08:00
.karaokeroom {
2024-12-20 09:02:40 +08:00
position: fixed;
top: 332rpx;
left: 50%;
transform: translateX(-50%);
z-index: 2;
width: 674rpx;
height: 828rpx;
2024-12-31 18:01:36 +08:00
background: linear-gradient(180deg, #DEF1DA 0%, #FFFFFF 100%, #FFFFFF 100%);
2024-12-20 09:02:40 +08:00
border-radius: 36rpx 36rpx 36rpx 36rpx;
2024-12-31 18:01:36 +08:00
.top {
2024-12-20 09:02:40 +08:00
font-weight: 600;
font-size: 44rpx;
color: #48893B;
width: 100%;
text-align: center;
margin-top: 52rpx;
margin-bottom: 44rpx;
}
2024-12-31 18:01:36 +08:00
.anniu {
2024-12-20 09:02:40 +08:00
width: 584rpx;
height: 86rpx;
background: #48893B;
border-radius: 43rpx 43rpx 43rpx 43rpx;
font-size: 36rpx;
color: #FFFFFF;
text-align: center;
line-height: 86rpx;
margin: auto;
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 72rpx;
}
2024-12-31 18:01:36 +08:00
.roomlist {
2024-12-20 09:02:40 +08:00
height: 480rpx;
overflow: scroll;
2024-12-31 18:01:36 +08:00
.room_item {
2024-12-20 09:02:40 +08:00
width: 584rpx;
height: 224rpx;
border: 2rpx solid #969696;
background-color: #fff;
border-radius: 20rpx;
margin: auto;
display: flex;
align-items: center;
padding: 34rpx;
box-sizing: border-box;
margin-top: 26rpx;
2024-12-31 18:01:36 +08:00
.lt {
image {
2024-12-20 09:02:40 +08:00
width: 154rpx;
height: 154rpx;
margin-right: 22rpx;
2024-12-31 18:01:36 +08:00
border-radius: 20rpx;
2024-12-20 09:02:40 +08:00
}
}
}
}
}
2024-12-31 18:01:36 +08:00
.jinxinx {
2024-12-20 09:02:40 +08:00
width: 60rpx;
height: 60rpx;
position: fixed;
top: 1216rpx;
left: 50%;
transform: translateX(-50%);
z-index: 2;
}
2024-12-31 18:01:36 +08:00
.mask {
2024-12-20 09:02:40 +08:00
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background-color: #000;
opacity: .2;
}
2024-03-13 10:54:22 +08:00
page {
2024-12-20 09:02:40 +08:00
background: #fff;
border-radius: 0rpx 0rpx 0rpx 0rpx;
2024-12-30 18:02:38 +08:00
height: 100vh;
overflow: hidden;
2025-02-15 16:46:08 +08:00
overflow: scroll;
2024-03-13 10:54:22 +08:00
}
2024-12-20 09:02:40 +08:00
/deep/ .u-indicator-item-number {
padding: 12rpx 16rpx !important;
border-radius: 10rpx !important;
height: 52rpx !important;
color: #fff !important;
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
.xuanfu {
position: fixed;
2025-02-15 14:15:09 +08:00
top: 58%;
2024-12-20 09:02:40 +08:00
right: 30rpx;
animation: fadeInDowns .5s ease-out forwards;
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
image {
width: 90rpx;
height: 90rpx;
display: block;
margin-top: 44rpx;
}
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
@keyframes fadeInDowns {
from {
opacity: 0;
transform: translateX(50px);
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
to {
opacity: 1;
transform: translateX(0);
}
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateX(-50px);
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
to {
opacity: 1;
transform: translateX(0);
}
}
.xuanfus {
position: fixed;
2025-02-15 14:15:09 +08:00
top: 58%;
2024-12-20 09:02:40 +08:00
right: -80rpx;
animation: fadeInDown .5s ease-out forwards;
image {
width: 90rpx;
height: 90rpx;
display: block;
margin-top: 44rpx;
2024-03-13 10:54:22 +08:00
}
2024-12-20 09:02:40 +08:00
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
.page {
width: 750rpx;
padding-left: 38rpx;
padding-right: 38rpx;
box-sizing: border-box;
.shoplist {
max-height: 710rpx;
2025-02-15 16:46:08 +08:00
// overflow: scroll;
2024-12-20 09:02:40 +08:00
padding-bottom: 40rpx;
box-sizing: border-box;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.shop_item {
width: 674rpx;
margin-top: 20rpx;
max-height: 620rpx;
2024-03-13 10:54:22 +08:00
background: #FFFFFF;
2024-12-20 09:02:40 +08:00
padding: 20rpx 18rpx;
box-sizing: border-box;
box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0, 0, 0, 0.15);
border-radius: 18rpx 18rpx 18rpx 18rpx;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.bot {
margin-top: 28rpx;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.ydshiduan {
display: flex;
margin-top: 30rpx;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.yi {
display: flex;
align-items: center;
margin-right: 32rpx;
text {
display: inline-block;
width: 28rpx;
height: 4rpx;
background: #48893B;
margin-right: 14rpx;
}
font-size: 24rpx;
color: #48893B;
2024-03-13 10:54:22 +08:00
}
2024-12-20 09:02:40 +08:00
.wei {
display: flex;
align-items: center;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
text {
display: inline-block;
width: 28rpx;
height: 4rpx;
background: #B8B8B8;
margin-right: 14rpx;
}
font-size: 24rpx;
color: #3D3D3D;
2024-03-13 10:54:22 +08:00
}
}
2024-12-20 09:02:40 +08:00
.duan {
width: 100%;
2024-01-27 16:37:52 +08:00
display: flex;
2024-12-20 09:02:40 +08:00
justify-content: center;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
view {
width: 26rpx;
height: 4rpx;
background-color: #B8B8B8;
margin-right: 1rpx;
}
}
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.shijian {
display: flex;
font-size: 16rpx;
color: #3D3D3D;
justify-content: center;
justify-content: space-between;
box-sizing: border-box;
width: 100%;
padding-right: 10rpx;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
view {
width: 10rpx;
2024-01-27 16:37:52 +08:00
}
}
}
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.top {
2024-03-13 10:54:22 +08:00
display: flex;
2024-12-20 09:02:40 +08:00
justify-content: space-between;
margin-top: 34rpx;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.rt {
text-align: right;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.yishou {
font-size: 28rpx;
color: #7C7C7C;
font-weight: 600;
2024-03-13 10:54:22 +08:00
}
2024-12-20 09:02:40 +08:00
.yuding {
position: relative;
margin-top: 140rpx;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
image {
width: 130rpx;
height: 56rpx;
2024-03-13 10:54:22 +08:00
}
2024-12-20 09:02:40 +08:00
view {
font-size: 30rpx;
color: #FFFFFF;
font-weight: 600;
position: absolute;
top: 10rpx;
left: 34rpx;
2024-03-13 10:54:22 +08:00
}
}
}
2024-12-20 09:02:40 +08:00
.cen {
margin-right: 36rpx;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.name {
font-size: 34rpx;
color: #48893B;
font-weight: 600;
2024-12-31 18:01:36 +08:00
display: flex;
align-items: center;
text{
display: inline-block;
padding:4rpx 8rpx;
margin-left: 10rpx;
border-radius: 10rpx;
box-sizing: border-box;
background-color: #226914;
color: #fff;
font-weight: 400;
font-size: 24rpx;
}
2024-12-20 09:02:40 +08:00
}
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.price {
2024-03-13 10:54:22 +08:00
font-size: 32rpx;
2024-12-20 09:02:40 +08:00
color: #3D3D3D;
margin-top: 24rpx;
font-weight: 600;
2024-01-27 16:37:52 +08:00
}
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.taocan {
2024-01-27 16:37:52 +08:00
font-size: 24rpx;
2024-12-20 09:02:40 +08:00
color: #3D3D3D;
margin-top: 22rpx;
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
text {
color: #FF4848;
font-weight: 600;
font-size: 26rpx;
}
}
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.leixing {
display: flex;
margin-top: 28rpx;
2025-01-02 18:04:30 +08:00
flex-wrap: wrap;
2024-12-20 09:02:40 +08:00
view {
max-width: 104rpx;
height: 46rpx;
font-size: 26rpx;
color: #48893B;
border-radius: 10rpx;
margin-right: 14rpx;
padding: 4rpx 12rpx;
box-sizing: border-box;
border: 1px solid #48893B;
2025-01-02 18:04:30 +08:00
margin-bottom: 6rpx;
2024-03-13 10:54:22 +08:00
}
}
2024-12-20 09:02:40 +08:00
}
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.lt {
width: 186rpx;
height: 236rpx;
2025-01-02 18:04:30 +08:00
// overflow: hidden;
2024-12-20 09:02:40 +08:00
position: relative;
margin-right: 28rpx;
view {
width: 186rpx;
height: 42rpx;
background: #48893B;
position: absolute;
left: 0;
bottom: 0;
font-size: 20rpx;
color: #FFFFFF;
text-align: center;
line-height: 42rpx;
}
image {
width: 186rpx;
height: 236rpx;
2025-01-02 18:04:30 +08:00
border-radius: 10rpx;
2024-03-13 10:54:22 +08:00
}
2024-01-27 16:37:52 +08:00
}
}
}
2024-12-20 09:02:40 +08:00
}
2024-03-13 10:54:22 +08:00
2024-12-20 09:02:40 +08:00
.juwo {
font-size: 24rpx;
color: #3D3D3D;
margin-top: 24rpx;
margin-bottom: 24rpx;
text {
width: 2rpx;
height: 22rpx;
border: 1rpx solid #ccc;
display: inline-block;
margin: 0 10rpx;
2024-01-27 16:37:52 +08:00
}
2024-03-13 10:54:22 +08:00
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
.shop {
display: flex;
justify-content: space-between;
margin-top: 28rpx;
align-items: center;
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
.shoplt {
2024-01-27 16:37:52 +08:00
display: flex;
2024-03-13 10:54:22 +08:00
align-items: center;
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
image {
width: 44rpx;
height: 42rpx;
2024-03-13 10:54:22 +08:00
margin-right: 20rpx;
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
font-size: 36rpx;
color: #3D3D3D;
font-weight: 600;
2024-03-13 10:54:22 +08:00
}
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
.shoprt {
image {
width: 58rpx;
height: 58rpx;
margin-left: 26rpx;
2024-01-27 16:37:52 +08:00
}
}
2024-03-25 19:46:07 +08:00
}
2024-12-20 09:02:40 +08:00
.lunbo {
margin-top: 44rpx;
position: relative;
2024-03-25 19:46:07 +08:00
2024-12-20 09:02:40 +08:00
.shuom {
display: flex;
position: absolute;
left: 20rpx;
bottom: 14rpx;
2024-12-31 18:01:36 +08:00
width: 100%;
2024-12-20 09:02:40 +08:00
view {
height: 52rpx;
text-align: center;
background: rgba(0, 0, 0, .5);
border-radius: 8rpx 8rpx 8rpx 8rpx;
font-size: 28rpx;
color: #FFFFFF;
padding: 8rpx 14rpx;
box-sizing: border-box;
margin-right: 12rpx;
}
}
2024-03-25 19:46:07 +08:00
}
2024-12-20 09:02:40 +08:00
.imgbj {
width: 750rpx;
height: 352rpx;
position: fixed;
top: 0;
left: 0;
z-index: -1;
2024-01-27 16:37:52 +08:00
}
}
2024-03-13 10:54:22 +08:00
</style>