From 0b9141c17270d83b05d8b51139989644a4b84763 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 12 九月 2024 11:34:31 +0800
Subject: [PATCH] update 会员积分相关的优化
---
sub_pages/customer/coupon/coupon.scss | 14 ++++++++++++++
sub_pages/customer/coupon/coupon-self.vue | 3 +++
manifest.json | 2 +-
static/images/customer/coupon/coupon-out.png | 0
4 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/manifest.json b/manifest.json
index 782394c..2848179 100644
--- a/manifest.json
+++ b/manifest.json
@@ -49,7 +49,7 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
- "appid" : "wx6d0ecc4e18710458",
+ "appid" : "wx1441324401626290",
"setting" : {
"urlCheck" : false,
"es6" : true,
diff --git a/static/images/customer/coupon/coupon-out.png b/static/images/customer/coupon/coupon-out.png
new file mode 100644
index 0000000..92a14d3
--- /dev/null
+++ b/static/images/customer/coupon/coupon-out.png
Binary files differ
diff --git a/sub_pages/customer/coupon/coupon-self.vue b/sub_pages/customer/coupon/coupon-self.vue
index 63d788c..94f7a31 100644
--- a/sub_pages/customer/coupon/coupon-self.vue
+++ b/sub_pages/customer/coupon/coupon-self.vue
@@ -34,6 +34,9 @@
{{item.effectiveEnd&&('有效期至 '+item.effectiveEnd) || '长久有效'}}
</view>
</view>
+ <view class="img-out">
+
+ </view>
</view>
<view class="tip">
<span
diff --git a/sub_pages/customer/coupon/coupon.scss b/sub_pages/customer/coupon/coupon.scss
index 9c6e572..56d4346 100644
--- a/sub_pages/customer/coupon/coupon.scss
+++ b/sub_pages/customer/coupon/coupon.scss
@@ -7,6 +7,9 @@
.img-has {
display: unset;
}
+ .img-out {
+ display: unset;
+ }
}
.coupont-item {
@@ -23,6 +26,17 @@
width: 264rpx;
height: 264rpx;
}
+ .img-out {
+ display: none;
+ position: absolute;
+ right: 10rpx;
+ top: -20rpx;
+ background-image: url('../../../static/images/customer/coupon/coupon-out.png');
+ background-size: 100% 100%;
+ width: 196rpx;
+ height: 124rpx;
+
+ }
.tip {
position: absolute;
--
Gitblit v1.9.3