|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <uv-navbar placeholder leftIcon="" title="Yeswash洗车"
|
|
|
|
|
- :border="false"></uv-navbar>
|
|
|
|
|
|
|
+<!-- <uv-navbar placeholder leftIcon="" title="Yeswash洗车"
|
|
|
|
|
+ :border="false"></uv-navbar>-->
|
|
|
<view class="content" :style="containerStyle">
|
|
<view class="content" :style="containerStyle">
|
|
|
<!-- <image class="logo" src="/static/logo.png"/>
|
|
<!-- <image class="logo" src="/static/logo.png"/>
|
|
|
<view class="text-area">
|
|
<view class="text-area">
|
|
@@ -86,7 +86,7 @@ const initState = () => ({
|
|
|
swiperList: [],
|
|
swiperList: [],
|
|
|
menuList: [
|
|
menuList: [
|
|
|
{name: "photo", title: "洗车", icon: '/static/iconfont/default/fastwash.svg'},
|
|
{name: "photo", title: "洗车", icon: '/static/iconfont/default/fastwash.svg'},
|
|
|
- {name: "lock", title: "充值", icon: '/static/iconfont/default/chongzhi_1.svg'},
|
|
|
|
|
|
|
+ {name: "lock", title: "充值", icon: '/static/iconfont/default/recharge.svg'},
|
|
|
{name: "star", title: "卡券", icon: '/static/iconfont/default/coupon.svg'},
|
|
{name: "star", title: "卡券", icon: '/static/iconfont/default/coupon.svg'},
|
|
|
{name: "red-packet", title: "停车", icon: '/static/iconfont/default/parking.svg'},
|
|
{name: "red-packet", title: "停车", icon: '/static/iconfont/default/parking.svg'},
|
|
|
],
|
|
],
|
|
@@ -115,7 +115,7 @@ const state = reactive(initState())
|
|
|
onLoad((e: any) => {
|
|
onLoad((e: any) => {
|
|
|
const bound = uni.getMenuButtonBoundingClientRect();
|
|
const bound = uni.getMenuButtonBoundingClientRect();
|
|
|
containerStyle.value = {
|
|
containerStyle.value = {
|
|
|
- top: `${bound.bottom + 10}px`,
|
|
|
|
|
|
|
+ // top: `${bound.bottom + 10}px`,
|
|
|
};
|
|
};
|
|
|
/* if (query) {
|
|
/* if (query) {
|
|
|
uni.showToast({
|
|
uni.showToast({
|
|
@@ -354,7 +354,7 @@ page {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.swiper-content {
|
|
.swiper-content {
|
|
|
- height: 300rpx;
|
|
|
|
|
|
|
+ height: auto;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|