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