茶室页面小修改

This commit is contained in:
3321822538@qq.com 2025-02-15 16:46:08 +08:00
parent 63f4d09c30
commit 518f1a9aa8
2 changed files with 31 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<view class="page"> <view class="page">
<u-navbar :title="shopobj.name" :border-bottom="false" :background="bgc" back-icon-color="#262B37" title-color='#262B37' <u-navbar :title="shopobj.name" :border-bottom="false" :background="bgc" back-icon-color="#262B37" title-color='#262B37'
:custom-back="btns" title-size='36' height='36' id="navbar"> :custom-back="btns" title-size='36' height='40' id="navbar">
</u-navbar> </u-navbar>
<image src="https://api.ccttiot.com/smartmeter/img/static/u3lZnmhqSqkMd7gHKtMD" mode="" class="imgbj"></image> <image src="https://api.ccttiot.com/smartmeter/img/static/u3lZnmhqSqkMd7gHKtMD" mode="" class="imgbj"></image>
<view class="lunbo"> <view class="lunbo">
@ -225,8 +225,9 @@
data() { data() {
return { return {
bgc: { bgc: {
backgroundColor: "", backgroundColor: "rgba(195, 221, 189, 1)",
}, },
navflag:true,
list: [{ list: [{
image: 'https://api.ccttiot.com/smartmeter/img/static/uuoqWaq7HnXBteQayaz4' image: 'https://api.ccttiot.com/smartmeter/img/static/uuoqWaq7HnXBteQayaz4'
}], }],
@ -254,7 +255,6 @@
sceneValue:'', sceneValue:'',
cesuolist:[], cesuolist:[],
cesuoflag:false, cesuoflag:false,
csindex:-1,
} }
}, },
onLoad(option) { onLoad(option) {
@ -1156,6 +1156,7 @@
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
overflow: scroll;
} }
/deep/ .u-indicator-item-number { /deep/ .u-indicator-item-number {
@ -1225,7 +1226,7 @@
.shoplist { .shoplist {
max-height: 710rpx; max-height: 710rpx;
overflow: scroll; // overflow: scroll;
padding-bottom: 40rpx; padding-bottom: 40rpx;
box-sizing: border-box; box-sizing: border-box;

View File

@ -73,12 +73,15 @@
</view> </view>
</view> </view>
</view> </view>
<view class="" style="width: 100%;text-align: center;margin-top: 100rpx;font-size: 34rpx;color: #ccc;"> <view class="" style="width: 100%;text-align: center;margin-top: 40rpx;font-size: 34rpx;color: #ccc;">
没有更多门店啦敬请期待吧... 没有更多门店啦敬请期待吧...
</view> </view>
</view> </view>
</view> </view>
<view class="jiameng" @click="btnjiameng"> <view class="jiameng" v-if="guangaoflag" @click="btnjiameng">
<view class="gb" @click.stop="guangaoflag = false">
关闭 <text>×</text>
</view>
<image src="https://api.ccttiot.com/smartmeter/img/static/uuoqWaq7HnXBteQayaz4" mode=""></image> <image src="https://api.ccttiot.com/smartmeter/img/static/uuoqWaq7HnXBteQayaz4" mode=""></image>
</view> </view>
<view class="xuanfu" v-if="imgflag"> <view class="xuanfu" v-if="imgflag">
@ -153,6 +156,7 @@
export default { export default {
data() { data() {
return { return {
guangaoflag:true,
jinxintxt:'开包厢', jinxintxt:'开包厢',
imgflag:true, imgflag:true,
longitude:'', longitude:'',
@ -193,6 +197,9 @@
this.getinfo() this.getinfo()
this.getorder() this.getorder()
}, },
onShow() {
this.guangaoflag = true
},
methods: { methods: {
// //
btntabindex(num){ btntabindex(num){
@ -508,6 +515,7 @@
}, },
// //
confirm(){ confirm(){
this.pagesum = 1
this.getshop() this.getshop()
}, },
// //
@ -875,9 +883,25 @@
position: fixed; position: fixed;
bottom: 0; bottom: 0;
left: 0; left: 0;
.gb{
width: 100rpx;
height: 40rpx;
background-color: rgba(0,0,0,0.15);
position: absolute;
top: 0;
right: 22rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0 30rpx 0 0;
text{
font-size: 34rpx;
}
}
image{ image{
width: 710rpx; width: 710rpx;
height: 196rpx; height: 196rpx;
border-radius: 30rpx;
} }
} }
.shoplist{ .shoplist{