From 277a6bbf03df18e17fe6e19cdf609f01fd594c92 Mon Sep 17 00:00:00 2001 From: tx <2622874537@qq.com> Date: Fri, 16 Aug 2024 18:05:31 +0800 Subject: [PATCH] 11 --- page_vip/Vip_index.vue | 83 +++++++++++++++++++++++++---- pages.json | 9 ++++ pages/index/index.vue | 10 ++-- pages_admin/order/device_detail.vue | 6 +-- 4 files changed, 92 insertions(+), 16 deletions(-) diff --git a/page_vip/Vip_index.vue b/page_vip/Vip_index.vue index 25fc6e2..c8c3b87 100644 --- a/page_vip/Vip_index.vue +++ b/page_vip/Vip_index.vue @@ -12,17 +12,29 @@ 有效期至2024-08-04 - 剩余次数 5 + 剩余次数 5 - + + 电单车15天5次卡 + + + 有效期至2024-08-04 + + + 已过期 + - + + 有效期至2024-08-28 + - + + 有效期至2024-08-28 + @@ -58,17 +70,20 @@ display: flex; justify-content: center; flex-wrap: wrap; - .tit1{ + + .tit1 { font-weight: 500; font-size: 32rpx; color: #FFFFFF; } - .tit2{ + + .tit2 { margin-top: 10rpx; font-weight: 500; font-size: 24rpx; color: #FFFFFF; } + .card1 { position: relative; margin-top: 18rpx; @@ -80,15 +95,28 @@ background-position: center; /* 背景图片居中显示 */ background-repeat: no-repeat; - padding: 22rpx 46rpx; - .txt3{ + padding: 22rpx 46rpx; + + .txt3 { position: absolute; - right: 42rpx ; - bottom: 26rpx; + right: 42rpx; + bottom: 16rpx; + font-weight: 400; + font-size: 28rpx; + color: #FFFFFF; + + span { + margin-left: 26rpx; + font-size: 100rpx; + } } + /* 防止背景图片重复 */ } + .card2 { + position: relative; + padding: 22rpx 46rpx; margin-top: 18rpx; width: 680rpx; height: 176rpx; @@ -98,9 +126,26 @@ background-position: center; /* 背景图片居中显示 */ background-repeat: no-repeat; + + /* 防止背景图片重复 */ + .txt3 { + position: absolute; + right: 42rpx; + bottom: 16rpx; + font-weight: 400; + font-size: 28rpx; + color: #FFFFFF; + + span { + margin-left: 26rpx; + font-size: 100rpx; + } + } } + .card3 { + position: relative; margin-top: 18rpx; width: 680rpx; height: 410rpx; @@ -111,8 +156,18 @@ /* 背景图片居中显示 */ background-repeat: no-repeat; /* 防止背景图片重复 */ + .txt4{ + position: absolute; + top: 72rpx; + right: 78rpx; + font-weight: 400; + font-size: 24rpx; + color: #F5C164; + } } + .card4 { + position: relative; margin-top: 18rpx; width: 680rpx; height: 410rpx; @@ -123,6 +178,14 @@ /* 背景图片居中显示 */ background-repeat: no-repeat; /* 防止背景图片重复 */ + .txt4{ + position: absolute; + top: 72rpx; + right: 78rpx; + font-weight: 400; + font-size: 24rpx; + color: #BBB7B7 ; + } } } diff --git a/pages.json b/pages.json index d8a7a9a..42ce1e2 100644 --- a/pages.json +++ b/pages.json @@ -205,6 +205,15 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "buyCard", + "style" : + { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } diff --git a/pages/index/index.vue b/pages/index/index.vue index bc26b3c..4701b25 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -170,7 +170,9 @@ - + + 运营商未设置收费方式,无法使用 + 《电动车租赁协议》 - + + 确认开锁 + + 确认开锁 - 确认预约 diff --git a/pages_admin/order/device_detail.vue b/pages_admin/order/device_detail.vue index bfc3b92..5df28e2 100644 --- a/pages_admin/order/device_detail.vue +++ b/pages_admin/order/device_detail.vue @@ -660,7 +660,7 @@ uni.showLoading({ title:'加载中...' }) - this.$u.put('/appVerify/device/reboot' + this.sn).then((res) => { + this.$u.post('/appVerify/device/seatCushionLock?sn=' + this.sn).then((res) => { if (res.code == 200) { this.deviceInfo() uni.showToast({ @@ -669,8 +669,8 @@ duration: 2000 }); } else { - uni.hideLoading() - this.bulebtn(4) + // uni.hideLoading() + // this.bulebtn(4) } })