From 0d32b4bf40fa339522ba15925962439be9a729fb Mon Sep 17 00:00:00 2001
From: liudan <18634735655@163.com>
Date: Thu, 6 Jun 2024 13:51:02 +0800
Subject: [PATCH] 1
---
pages/activity/collect_coupons/index.vue | 11 +++++++----
pages/huitong/huitongbao/zhenxuan.vue | 5 +++++
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/pages/activity/collect_coupons/index.vue b/pages/activity/collect_coupons/index.vue
index bd11ac9..ff8fbdf 100644
--- a/pages/activity/collect_coupons/index.vue
+++ b/pages/activity/collect_coupons/index.vue
@@ -50,13 +50,13 @@
跨店券
店铺券 -->
-
+
立即领取
去使用
@@ -298,6 +298,9 @@
width: 25%;
height: 100%;
position: relative;
+ display: flex;
+ align-items: center;
+ justify-content: center;
&::before,&::after{
content: "";
display: inline-block;
@@ -328,8 +331,8 @@
}
.title{
width: 146rpx;
- height:169rpx;
- margin: 60rpx auto 0;
+ // height:169rpx;
+ // margin: 60rpx auto 0;
color: var(--view-priceColor);
font-weight: 600;
.font1{
diff --git a/pages/huitong/huitongbao/zhenxuan.vue b/pages/huitong/huitongbao/zhenxuan.vue
index d404f30..05980fa 100644
--- a/pages/huitong/huitongbao/zhenxuan.vue
+++ b/pages/huitong/huitongbao/zhenxuan.vue
@@ -162,6 +162,11 @@
uni.$emit('scroll');
},
methods: {
+ goStore(val){
+ uni.navigateTo({
+ url:'/pages/store/home/index?id='+val
+ })
+ },
onLoadFun: function(e) {
this.isShowAuth = false