From f662610ef39d7653bd16a84fbe6c78a87e7ac702 Mon Sep 17 00:00:00 2001
From: wangzimeng <3297159934@qq.com>
Date: Thu, 14 Aug 2025 17:49:41 +0800
Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E9=A6=96=E9=A1=B5=E6=B3=A8=E5=86=8C?=
=?UTF-8?q?=E7=9A=84=E5=BC=B9=E6=A1=86=E5=88=9D=E5=A7=8B=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.vue | 65 ++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 64 insertions(+), 1 deletion(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 3b2967f..2750b90 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -149,6 +149,16 @@
+
+
+
+
@@ -208,7 +218,8 @@
const template = computed(() => sheep.$store('app').template?.home);
const isLogin = computed(() => sheep.$store('user').isLogin);
- const qualification = ref(false)
+ const qualification = ref(false);
+ const registerShow = ref(false);//注册获取优惠券弹框
const state = reactive({
showRegion: false,
@@ -781,4 +792,56 @@
}
+
+ .popup {
+ background-image: url('https://jiangxiaoxian.0rui.cn/registerBack.png');
+ background-size: 100%;
+ width: 690rpx;
+ height: 640rpx;
+ display: flex;
+ padding-bottom: 44rpx;
+ flex-direction: column;
+ align-items: baseline;
+ justify-content: flex-end;
+ padding-left: 73rpx;
+ padding-right: 73rpx;
+
+ .img_shouquan {
+ position: absolute;
+ width: 680rpx;
+ height: 857rpx;
+ left: -25rpx;
+ top: -390rpx;
+ }
+
+
+ #txt2 {
+ text-align: center;
+ margin-top: 200rpx;
+ font-size: 28rpx;
+ color: #525252;
+ margin-bottom: 60rpx;
+ position: relative;
+ font-weight: 500;
+ }
+
+ .texbut {
+ width: 507rpx;
+ height: 93rpx;
+ border-radius: 16rpx;
+ // background: #ffbd25;
+ background-image: url('https://jiangxiaoxian.0rui.cn/scoreBtn.png');
+ background-size: 100%;
+ font-size: 34rpx;
+ color: #3d3d3d;
+ font-weight: bold;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-top: 30rpx;
+ // margin: 0 auto;
+ }
+ }
+
+
\ No newline at end of file