From 9682e4950c7be2a7261d7182650f246a2e6b6c72 Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Thu, 7 Aug 2025 14:58:44 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=99=BB=E5=BD=95=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E7=9A=84=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=202=E3=80=81=E5=8F=91=E5=B8=83=E9=A1=B5=E9=9D=A2=E5=92=8C?= =?UTF-8?q?=E6=8B=9B=E7=A7=9F=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?type=E6=95=B0=E7=BB=84=E7=9A=84=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/canteenRent/rentEdit.vue | 2 +- pages/index/fabu.vue | 2 +- pages/index/user.vue | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/pages/canteenRent/rentEdit.vue b/pages/canteenRent/rentEdit.vue index 3e7dcf3..109d47c 100644 --- a/pages/canteenRent/rentEdit.vue +++ b/pages/canteenRent/rentEdit.vue @@ -400,7 +400,7 @@ } } - const typeList = ref({}) + const typeList = ref([]) const typeShowList = ref([]) async function getTypeList() { const res = await sheep.$api.rent.listType({}); diff --git a/pages/index/fabu.vue b/pages/index/fabu.vue index 34fd10e..93da608 100644 --- a/pages/index/fabu.vue +++ b/pages/index/fabu.vue @@ -414,7 +414,7 @@ } } - const typeList = ref({}) + const typeList = ref([]) const typeShowList = ref([]) async function getTypeList() { const res = await sheep.$api.rent.listType({}); diff --git a/pages/index/user.vue b/pages/index/user.vue index c847230..0f0d3e3 100644 --- a/pages/index/user.vue +++ b/pages/index/user.vue @@ -173,7 +173,7 @@ @@ -693,16 +693,19 @@ .texbut { width: 507rpx; - height: 120rpx; + height: 93rpx; border-radius: 16rpx; - background: #ffbd25; + // background: #ffbd25; + background-image: url('https://jiangxiaoxian.0rui.cn/loginBtn.png'); + background-size: 100%; font-size: 34rpx; color: #3d3d3d; font-weight: bold; display: flex; justify-content: center; align-items: center; - margin: 0 auto; + margin-top: 30rpx; + // margin: 0 auto; } }